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
0b64c38c
Commit
0b64c38c
authored
Jan 27, 2021
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add driver version 460.39 and correct patches for two previous versions
parent
56436cef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
README.md
README.md
+1
-1
drivers.json
drivers.json
+1
-1
patch.sh
patch.sh
+4
-2
No files found.
README.md
View file @
0b64c38c
...
@@ -130,7 +130,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
...
@@ -130,7 +130,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
| 455.50.03 | NO | YES | |
| 455.50.03 | NO | YES | |
| 460.27.04 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run
)
|
| 460.27.04 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run
)
|
| 460.32.03 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run
)
|
| 460.32.03 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run
)
|
| 460.39 |
NO
| YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.39/NVIDIA-Linux-x86_64-460.39.run
)
|
| 460.39 |
YES
| YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.39/NVIDIA-Linux-x86_64-460.39.run
)
|
## Synopsis
## Synopsis
...
...
drivers.json
View file @
0b64c38c
...
@@ -504,7 +504,7 @@
...
@@ -504,7 +504,7 @@
},
},
{
{
"version"
:
"460.39"
,
"version"
:
"460.39"
,
"nvenc_patch"
:
fals
e
,
"nvenc_patch"
:
tru
e
,
"nvfbc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"https://international.download.nvidia.com/XFree86/Linux-x86_64/460.39/NVIDIA-Linux-x86_64-460.39.run"
"driver_url"
:
"https://international.download.nvidia.com/XFree86/Linux-x86_64/460.39/NVIDIA-Linux-x86_64-460.39.run"
},
},
...
...
patch.sh
View file @
0b64c38c
...
@@ -135,8 +135,9 @@ declare -A patch_list=(
...
@@ -135,8 +135,9 @@ declare -A patch_list=(
[
"455.46.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.46.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.46.04"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.46.04"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.50.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.50.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"460.27.04"
]=
's/\x85\xc0\x41\x89\xc4\x0f\x85/\x31\xc0\x41\x89\xc4\x0f\x85/g'
[
"460.27.04"
]=
's/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
[
"460.32.03"
]=
's/\x85\xc0\x41\x89\xc4\x0f\x85/\x31\xc0\x41\x89\xc4\x0f\x85/g'
[
"460.32.03"
]=
's/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
[
"460.39"
]=
's/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
)
)
declare
-A
object_list
=(
declare
-A
object_list
=(
...
@@ -229,6 +230,7 @@ declare -A object_list=(
...
@@ -229,6 +230,7 @@ declare -A object_list=(
[
"455.50.02"
]=
'libnvidia-encode.so'
[
"455.50.02"
]=
'libnvidia-encode.so'
[
"460.27.04"
]=
'libnvidia-encode.so'
[
"460.27.04"
]=
'libnvidia-encode.so'
[
"460.32.03"
]=
'libnvidia-encode.so'
[
"460.32.03"
]=
'libnvidia-encode.so'
[
"460.39"
]=
'libnvidia-encode.so'
)
)
check_version_supported
()
{
check_version_supported
()
{
...
...
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