mirror of
https://github.com/keylase/nvidia-patch.git
synced 2026-09-22 13:03:44 +00:00
linux: add support for driver 595.99.02
This commit is contained in:
committed by
Jai Luthra
parent
58ce1f0bce
commit
9e4f1cd723
@@ -274,6 +274,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) |
|
||||
| 595.91.07 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/595.91.07/NVIDIA-Linux-x86_64-595.91.07.run) |
|
||||
| 595.99.02 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/595.99.02/NVIDIA-Linux-x86_64-595.99.02.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) |
|
||||
| 610.57.04 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/610.57.04/NVIDIA-Linux-x86_64-610.57.04.run) |
|
||||
|
||||
@@ -1463,6 +1463,12 @@
|
||||
"nvenc_patch": true,
|
||||
"nvfbc_patch": true,
|
||||
"driver_url": "http://international.download.nvidia.com/XFree86/Linux-x86_64/595.91.07/NVIDIA-Linux-x86_64-595.91.07.run"
|
||||
},
|
||||
{
|
||||
"version": "595.99.02",
|
||||
"nvenc_patch": true,
|
||||
"nvfbc_patch": true,
|
||||
"driver_url": "http://international.download.nvidia.com/XFree86/Linux-x86_64/595.99.02/NVIDIA-Linux-x86_64-595.99.02.run"
|
||||
}
|
||||
],
|
||||
"example": {
|
||||
|
||||
@@ -269,6 +269,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'
|
||||
["595.91.07"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
|
||||
["595.99.02"]='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'
|
||||
["610.57.04"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
|
||||
|
||||
1
patch.sh
1
patch.sh
@@ -308,6 +308,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'
|
||||
["595.91.07"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g'
|
||||
["595.99.02"]='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\x71\x1f\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x71\x1f\xfe\xff\x29\xc0\x41\x89\xc6/g'
|
||||
["610.43.03"]='s/\xe8\x71\x1f\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x71\x1f\xfe\xff\x29\xc0\x41\x89\xc6/g'
|
||||
["610.57.04"]='s/\xe8\x71\x1f\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x71\x1f\xfe\xff\x29\xc0\x41\x89\xc6/g'
|
||||
|
||||
Reference in New Issue
Block a user