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
f725a2d0
Commit
f725a2d0
authored
Oct 28, 2020
by
Jai Luthra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add driver version 440.118.02 (NVENC only)
parent
b67af613
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+1
-0
drivers.json
drivers.json
+5
-0
patch.sh
patch.sh
+2
-0
No files found.
README.md
View file @
f725a2d0
...
@@ -101,6 +101,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
...
@@ -101,6 +101,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
| 440.82 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.82/NVIDIA-Linux-x86_64-440.82.run
)
|
| 440.82 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.82/NVIDIA-Linux-x86_64-440.82.run
)
|
| 440.95.01 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/tesla/440.95.01/NVIDIA-Linux-x86_64-440.95.01.run
)
|
| 440.95.01 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/tesla/440.95.01/NVIDIA-Linux-x86_64-440.95.01.run
)
|
| 440.100 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run
)
|
| 440.100 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run
)
|
| 440.118.02 | YES | NO | |
| 450.36.06 | YES | YES |
[
Driver link
](
https://developer.download.nvidia.com/compute/cuda/11.0.1/local_installers/cuda_11.0.1_450.36.06_linux.run
)
|
| 450.36.06 | YES | YES |
[
Driver link
](
https://developer.download.nvidia.com/compute/cuda/11.0.1/local_installers/cuda_11.0.1_450.36.06_linux.run
)
|
| 450.51 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/450.51/NVIDIA-Linux-x86_64-450.51.run
)
|
| 450.51 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/450.51/NVIDIA-Linux-x86_64-450.51.run
)
|
| 450.51.05 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/tesla/450.51.05/NVIDIA-Linux-x86_64-450.51.05.run
)
|
| 450.51.05 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/tesla/450.51.05/NVIDIA-Linux-x86_64-450.51.05.run
)
|
...
...
drivers.json
View file @
f725a2d0
...
@@ -364,6 +364,11 @@
...
@@ -364,6 +364,11 @@
"nvfbc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"https://international.download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run"
"driver_url"
:
"https://international.download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run"
},
},
{
"version"
:
"440.118.02"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
false
},
{
{
"version"
:
"450.51.05"
,
"version"
:
"450.51.05"
,
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
...
...
patch.sh
View file @
f725a2d0
...
@@ -106,6 +106,7 @@ declare -A patch_list=(
...
@@ -106,6 +106,7 @@ declare -A patch_list=(
[
"440.82"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.82"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.95.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.95.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.100"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.100"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.118.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"450.36.06"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"450.36.06"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"450.51"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"450.51"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"450.51.05"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"450.51.05"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
...
@@ -187,6 +188,7 @@ declare -A object_list=(
...
@@ -187,6 +188,7 @@ declare -A object_list=(
[
"440.82"
]=
'libnvidia-encode.so'
[
"440.82"
]=
'libnvidia-encode.so'
[
"440.95.01"
]=
'libnvidia-encode.so'
[
"440.95.01"
]=
'libnvidia-encode.so'
[
"440.100"
]=
'libnvidia-encode.so'
[
"440.100"
]=
'libnvidia-encode.so'
[
"440.118.02"
]=
'libnvidia-encode.so'
[
"450.36.06"
]=
'libnvidia-encode.so'
[
"450.36.06"
]=
'libnvidia-encode.so'
[
"450.51"
]=
'libnvidia-encode.so'
[
"450.51"
]=
'libnvidia-encode.so'
[
"450.51.05"
]=
'libnvidia-encode.so'
[
"450.51.05"
]=
'libnvidia-encode.so'
...
...
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