mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 05:13:14 -07:00
linux: patch for 525.85.12
Version available from nvidia developer APT repository
This commit is contained in:
parent
f8f4ce72a8
commit
43a7a01717
4 changed files with 11 additions and 1 deletions
|
@ -161,6 +161,7 @@ declare -A patch_list=(
|
|||
["525.60.13"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.78.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.85.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["525.85.12"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -270,6 +271,7 @@ declare -A object_list=(
|
|||
["525.60.13"]='libnvidia-fbc.so'
|
||||
["525.78.01"]='libnvidia-fbc.so'
|
||||
["525.85.05"]='libnvidia-fbc.so'
|
||||
["525.85.12"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue