mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
linux: backport new patching technique to all drivers of latest series (lib has equal hashes across these version)
This commit is contained in:
parent
26839ab5a3
commit
8fb1441933
12
patch.sh
12
patch.sh
@ -78,10 +78,10 @@ declare -A patch_list=(
|
||||
["430.50"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["435.17"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["435.21"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["440.26"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
|
||||
["435.27.08"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["440.31"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
|
||||
["440.33.01"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
|
||||
["440.26"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["440.31"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["440.33.01"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
["440.36"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
|
||||
)
|
||||
|
||||
@ -119,10 +119,10 @@ declare -A object_list=(
|
||||
["430.50"]='libnvcuvid.so'
|
||||
["435.17"]='libnvcuvid.so'
|
||||
["435.21"]='libnvcuvid.so'
|
||||
["440.26"]='libnvcuvid.so'
|
||||
["435.27.08"]='libnvidia-encode.so'
|
||||
["440.31"]='libnvcuvid.so'
|
||||
["440.33.01"]='libnvcuvid.so'
|
||||
["440.26"]='libnvidia-encode.so'
|
||||
["440.31"]='libnvidia-encode.so'
|
||||
["440.33.01"]='libnvidia-encode.so'
|
||||
["440.36"]='libnvidia-encode.so'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user