mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-10-10 17:18:01 +00:00
linux: add support for driver 580.76.05
This commit is contained in:

committed by
Jai Luthra

parent
cab3ed667d
commit
0d73206875
1
patch.sh
1
patch.sh
@@ -282,6 +282,7 @@ declare -A patch_list=(
|
||||
["575.64"]='s/\xe8\xb5\x2f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xb5\x2f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["575.64.03"]='s/\xe8\xb5\x2f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xb5\x2f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["575.64.05"]='s/\xe8\xb5\x2f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xb5\x2f\xfe\xff\x29\xc0\x41\x89\xc4/g'
|
||||
["580.76.05"]='s/\xe8\x81\x2e\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x81\x2e\xfe\xff\x41\x89\xc6\x29\xc0/g'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
Reference in New Issue
Block a user