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
7e68a633
Commit
7e68a633
authored
Feb 18, 2025
by
Gelmo
Committed by
Jai Luthra
Feb 26, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add support for driver 570.86.16
parent
6da4d4d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
README.md
README.md
+1
-0
drivers.json
drivers.json
+7
-1
patch-fbc.sh
patch-fbc.sh
+1
-0
No files found.
README.md
View file @
7e68a633
...
@@ -228,6 +228,7 @@ If you want to donate, please send it to your favorite open source organizations
...
@@ -228,6 +228,7 @@ If you want to donate, please send it to your favorite open source organizations
| 560.35.05 | YES | YES |
[
Driver link
](
https://developer.download.nvidia.com/compute/cuda/12.6.3/local_installers/cuda_12.6.3_560.35.05_linux.run
)
|
| 560.35.05 | YES | YES |
[
Driver link
](
https://developer.download.nvidia.com/compute/cuda/12.6.3/local_installers/cuda_12.6.3_560.35.05_linux.run
)
|
| 565.57.01 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/565.57.01/NVIDIA-Linux-x86_64-565.57.01.run
)
|
| 565.57.01 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/565.57.01/NVIDIA-Linux-x86_64-565.57.01.run
)
|
| 565.77 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/565.77/NVIDIA-Linux-x86_64-565.77.run
)
|
| 565.77 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/565.77/NVIDIA-Linux-x86_64-565.77.run
)
|
| 570.86.16 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/570.86.16/NVIDIA-Linux-x86_64-570.86.16.run
)
|
## Synopsis
## Synopsis
...
...
drivers.json
View file @
7e68a633
...
@@ -1169,7 +1169,13 @@
...
@@ -1169,7 +1169,13 @@
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"http://international.download.nvidia.com/XFree86/Linux-x86_64/535.216.01/NVIDIA-Linux-x86_64-535.216.01.run"
"driver_url"
:
"http://international.download.nvidia.com/XFree86/Linux-x86_64/535.216.01/NVIDIA-Linux-x86_64-535.216.01.run"
}
},
{
"version"
:
"570.86.16"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"http://international.download.nvidia.com/XFree86/Linux-x86_64/570.86.16/NVIDIA-Linux-x86_64-570.86.16.run"
},
],
],
"example"
:
{
"example"
:
{
"version"
:
"430.50"
"version"
:
"430.50"
...
...
patch-fbc.sh
View file @
7e68a633
...
@@ -223,6 +223,7 @@ declare -A patch_list=(
...
@@ -223,6 +223,7 @@ declare -A patch_list=(
[
"560.35.05"
]=
's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"560.35.05"
]=
's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"565.57.01"
]=
's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"565.57.01"
]=
's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"565.77"
]=
's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"565.77"
]=
's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"570.86.16"
]=
's/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
)
)
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