mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-10-11 01:28:01 +00:00
linux: add support for driver version 430.14
This commit is contained in:
2
patch.sh
2
patch.sh
@@ -60,6 +60,7 @@ declare -A patch_list=(
|
||||
["418.56"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x40\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["418.74"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["430.09"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["430.14"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
@@ -85,6 +86,7 @@ declare -A object_list=(
|
||||
["418.56"]='libnvcuvid.so'
|
||||
["418.74"]='libnvcuvid.so'
|
||||
["430.09"]='libnvcuvid.so'
|
||||
["430.14"]='libnvcuvid.so'
|
||||
)
|
||||
|
||||
NVIDIA_SMI="$(which nvidia-smi)"
|
||||
|
Reference in New Issue
Block a user