mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
linux: add drivers for 470.86
This commit is contained in:
parent
fe0c10b616
commit
79e02c6abc
4 changed files with 11 additions and 0 deletions
|
@ -130,6 +130,7 @@ declare -A patch_list=(
|
|||
["470.63.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.74"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.82.00"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["470.86"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["495.29.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
["495.44"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||
)
|
||||
|
@ -210,6 +211,7 @@ declare -A object_list=(
|
|||
["470.63.01"]='libnvidia-fbc.so'
|
||||
["470.74"]='libnvidia-fbc.so'
|
||||
["470.82.00"]='libnvidia-fbc.so'
|
||||
["470.86"]='libnvidia-fbc.so'
|
||||
["495.29.05"]='libnvidia-fbc.so'
|
||||
["495.44"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue