mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 05:13:14 -07:00
linux: patch for 535.98 and 535.86.10 (#689)
This commit is contained in:
parent
831f16b118
commit
1100fc888d
4 changed files with 22 additions and 1 deletions
|
@ -175,6 +175,8 @@ declare -A patch_list=(
|
|||
["535.43.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["535.54.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["535.86.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["535.86.10"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
["535.98"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x01\x90\x90\x48/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -298,6 +300,8 @@ declare -A object_list=(
|
|||
["535.43.02"]='libnvidia-fbc.so'
|
||||
["535.54.03"]='libnvidia-fbc.so'
|
||||
["535.86.05"]='libnvidia-fbc.so'
|
||||
["535.86.10"]='libnvidia-fbc.so'
|
||||
["535.98"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue