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
55e02774
Commit
55e02774
authored
May 27, 2025
by
GitHub Action
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add support for driver 570.153.02
parent
9977f28a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
README.md
README.md
+1
-0
drivers.json
drivers.json
+6
-0
patch-fbc.sh
patch-fbc.sh
+1
-0
patch.sh
patch.sh
+1
-0
No files found.
README.md
View file @
55e02774
...
...
@@ -238,6 +238,7 @@ If you want to donate, please send it to your favorite open source organizations
| 570.133.07 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/570.133.07/NVIDIA-Linux-x86_64-570.133.07.run
)
|
| 570.133.20 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/tesla/570.133.20/NVIDIA-Linux-x86_64-570.133.20.run
)
|
| 570.144 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/570.144/NVIDIA-Linux-x86_64-570.144.run
)
|
| 570.153.02 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/570.153.02/NVIDIA-Linux-x86_64-570.153.02.run
)
|
| 575.51.02 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/575.51.02/NVIDIA-Linux-x86_64-575.51.02.run
)
|
## Synopsis
...
...
drivers.json
View file @
55e02774
...
...
@@ -1235,6 +1235,12 @@
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"http://international.download.nvidia.com/XFree86/Linux-x86_64/535.230.02/NVIDIA-Linux-x86_64-535.230.02.run"
},
{
"version"
:
"570.153.02"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"http://international.download.nvidia.com/XFree86/Linux-x86_64/570.153.02/NVIDIA-Linux-x86_64-570.153.02.run"
}
],
"example"
:
{
...
...
patch-fbc.sh
View file @
55e02774
...
...
@@ -234,6 +234,7 @@ declare -A patch_list=(
[
"570.133.07"
]=
's/\x85\xc0\x0f\x85\x14\x01\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"570.133.20"
]=
's/\x85\xc0\x0f\x85\x14\x01\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"570.144"
]=
's/\x85\xc0\x0f\x85\x14\x01\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"570.153.02"
]=
's/\x85\xc0\x0f\x85\x14\x01\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"575.51.02"
]=
's/\x85\xc0\x0f\x85\x14\x01\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
)
...
...
patch.sh
View file @
55e02774
...
...
@@ -272,6 +272,7 @@ declare -A patch_list=(
[
"570.133.07"
]=
's/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"570.133.20"
]=
's/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"570.144"
]=
's/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"570.153.02"
]=
's/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"575.51.02"
]=
's/\xe8\xb5\x2f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xb5\x2f\xfe\xff\x29\xc0\x41\x89\xc4/g'
)
...
...
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