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
fafd28f2
Commit
fafd28f2
authored
Dec 01, 2024
by
GitHub Action
Committed by
Jai Luthra
Dec 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add support for driver 550.135
fix #868
parent
82a24b0f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
README.md
README.md
+1
-0
drivers.json
drivers.json
+7
-1
patch-fbc.sh
patch-fbc.sh
+1
-0
patch.sh
patch.sh
+1
-0
No files found.
README.md
View file @
fafd28f2
...
...
@@ -217,6 +217,7 @@ If you want to donate, please send it to your favorite open source organizations
| 550.107.02 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/550.107.02/NVIDIA-Linux-x86_64-550.107.02.run
)
|
| 550.120 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/550.120/NVIDIA-Linux-x86_64-550.120.run
)
|
| 550.127.05 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/550.127.05/NVIDIA-Linux-x86_64-550.127.05.run
)
|
| 550.135 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/550.135/NVIDIA-Linux-x86_64-550.135.run
)
|
| 555.42.02 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/555.42.02/NVIDIA-Linux-x86_64-555.42.02.run
)
|
| 555.58 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/555.58/NVIDIA-Linux-x86_64-555.58.run
)
|
| 555.58.02 | YES | YES |
[
Driver link
](
http://international.download.nvidia.com/XFree86/Linux-x86_64/555.58.02/NVIDIA-Linux-x86_64-555.58.02.run
)
|
...
...
drivers.json
View file @
fafd28f2
...
...
@@ -1139,6 +1139,12 @@
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"http://international.download.nvidia.com/XFree86/Linux-x86_64/550.127.05/NVIDIA-Linux-x86_64-550.127.05.run"
},
{
"version"
:
"550.135"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"http://international.download.nvidia.com/XFree86/Linux-x86_64/550.135/NVIDIA-Linux-x86_64-550.135.run"
}
],
"example"
:
{
...
...
@@ -4515,7 +4521,7 @@
"patch32_url"
:
"win10_x64/566.03/nvencodeapi.1337"
,
"driver_url"
:
"https://international.download.nvidia.com/Windows/566.03/566.03-desktop-win10-win11-64bit-international-dch-whql.exe"
},
{
{
"os"
:
"win10"
,
"product"
:
"GeForce"
,
"version"
:
"566.14"
,
...
...
patch-fbc.sh
View file @
fafd28f2
...
...
@@ -219,6 +219,7 @@ declare -A patch_list=(
[
"550.107.02"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
[
"550.120"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
[
"550.127.05"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
[
"550.135"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
[
"555.42.02"
]=
's/\x85\xc0\x0f\x85\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"555.52.04"
]=
's/\x85\xc0\x0f\x85\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
[
"555.58"
]=
's/\x85\xc0\x0f\x85\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
...
...
patch.sh
View file @
fafd28f2
...
...
@@ -258,6 +258,7 @@ declare -A patch_list=(
[
"550.107.02"
]=
's/\xe8\xf5\x52\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xf5\x52\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"550.120"
]=
's/\xe8\xf5\x52\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xf5\x52\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"550.127.05"
]=
's/\xe8\xf5\x52\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xf5\x52\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"550.135"
]=
's/\xe8\xf5\x52\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xf5\x52\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"555.42.02"
]=
's/\xe8\x25\x43\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x43\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"555.52.04"
]=
's/\xe8\x25\x43\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x43\xfe\xff\x29\xc0\x41\x89\xc4/g'
[
"555.58"
]=
's/\xe8\x25\x43\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x43\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