Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
77df4200
Commit
77df4200
authored
Dec 01, 2019
by
Snawoot
Committed by
GitHub
Dec 01, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #205 from Snawoot/linux_435.27.08
linux: add drivers version 435.27.08 (Vulkan beta drivers)
parents
bfaec426
0286209e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
2 deletions
+13
-2
README.md
README.md
+1
-0
drivers.json
drivers.json
+5
-0
patch-fbc.sh
patch-fbc.sh
+2
-0
patch.sh
patch.sh
+2
-0
tools/readme-autogen/add_driver.py
tools/readme-autogen/add_driver.py
+3
-2
No files found.
README.md
View file @
77df4200
...
...
@@ -49,6 +49,7 @@ Requirements:
| 430.50 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run
)
|
| 435.17 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/435.17/NVIDIA-Linux-x86_64-435.17.run
)
|
| 435.21 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/435.21/NVIDIA-Linux-x86_64-435.21.run
)
|
| 435.27.08 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.26 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.26/NVIDIA-Linux-x86_64-440.26.run
)
|
| 440.31 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.31/NVIDIA-Linux-x86_64-440.31.run
)
|
| 440.33.01 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/tesla/440.33.01/NVIDIA-Linux-x86_64-440.33.01.run
)
|
...
...
drivers.json
View file @
77df4200
...
...
@@ -222,6 +222,11 @@
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"https://international.download.nvidia.com/XFree86/Linux-x86_64/440.36/NVIDIA-Linux-x86_64-440.36.run"
},
{
"version"
:
"435.27.08"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
}
],
"example"
:
{
...
...
patch-fbc.sh
View file @
77df4200
...
...
@@ -43,10 +43,12 @@ if [[ $silent_flag ]]; then
fi
declare
-A
patch_list
=(
[
"435.27.08"
]=
's/\x85\xc0\x89\xc3\x0f\x85\x68\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\x68\xfa\xff\xff/'
[
"440.36"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
)
declare
-A
object_list
=(
[
"435.27.08"
]=
'libnvidia-fbc.so'
[
"440.36"
]=
'libnvidia-fbc.so'
)
...
...
patch.sh
View file @
77df4200
...
...
@@ -79,6 +79,7 @@ declare -A patch_list=(
[
"435.17"
]=
's/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
[
"435.21"
]=
's/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
[
"440.26"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"435.27.08"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.31"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.33.01"
]=
's/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
[
"440.36"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
...
...
@@ -119,6 +120,7 @@ declare -A object_list=(
[
"435.17"
]=
'libnvcuvid.so'
[
"435.21"
]=
'libnvcuvid.so'
[
"440.26"
]=
'libnvcuvid.so'
[
"435.27.08"
]=
'libnvidia-encode.so'
[
"440.31"
]=
'libnvcuvid.so'
[
"440.33.01"
]=
'libnvcuvid.so'
[
"440.36"
]=
'libnvidia-encode.so'
...
...
tools/readme-autogen/add_driver.py
View file @
77df4200
...
...
@@ -139,7 +139,7 @@ def main():
url
=
url_tmpl
.
substitute
(
version
=
args
.
version
)
else
:
url
=
args
.
url
if
not
args
.
skip_url_check
:
if
url
and
not
args
.
skip_url_check
:
try
:
validate_url
(
url
)
except
KeyboardInterrupt
:
...
...
@@ -189,8 +189,9 @@ def main():
"version"
:
args
.
version
,
"nvenc_patch"
:
True
,
"nvfbc_patch"
:
True
,
"driver_url"
:
url
,
}
if
url
:
new_driver
[
"driver_url"
]
=
url
key_fun
=
linux_driver_key
drivers
=
sorted
(
drivers
,
key
=
key_fun
)
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment