mirror of
https://github.com/keylase/nvidia-patch.git
synced 2026-07-15 11:51:52 +00:00
linux: add support for driver 610.43.03
This commit is contained in:
@@ -273,6 +273,7 @@ If you want to donate, please send it to your favorite open source organizations
|
||||
| 595.80 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/595.80/NVIDIA-Linux-x86_64-595.80.run) |
|
||||
| 595.84 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/595.84/NVIDIA-Linux-x86_64-595.84.run) |
|
||||
| 610.43.02 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/610.43.02/NVIDIA-Linux-x86_64-610.43.02.run) |
|
||||
| 610.43.03 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/610.43.03/NVIDIA-Linux-x86_64-610.43.03.run) |
|
||||
|
||||
## Synopsis
|
||||
|
||||
|
||||
@@ -1439,6 +1439,12 @@
|
||||
"nvenc_patch": true,
|
||||
"nvfbc_patch": true,
|
||||
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/610.43.02/NVIDIA-Linux-x86_64-610.43.02.run"
|
||||
},
|
||||
{
|
||||
"version": "610.43.03",
|
||||
"nvenc_patch": true,
|
||||
"nvfbc_patch": true,
|
||||
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/610.43.03/NVIDIA-Linux-x86_64-610.43.03.run"
|
||||
}
|
||||
],
|
||||
"example": {
|
||||
|
||||
@@ -268,6 +268,7 @@ declare -A patch_list=(
|
||||
["595.80"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
|
||||
["595.84"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
|
||||
["610.43.02"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
|
||||
["610.43.03"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
||||
1
patch.sh
1
patch.sh
@@ -307,6 +307,7 @@ declare -A patch_list=(
|
||||
["595.80"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g'
|
||||
["595.84"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g'
|
||||
["610.43.02"]='s/\xe8\x45\x00\xfe\xff\x41\x89\xc4\x85\xc0/\xe8\x45\x00\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["610.43.03"]='s/\xe8\x45\x00\xfe\xff\x41\x89\xc4\x85\xc0/\xe8\x45\x00\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
||||
Reference in New Issue
Block a user