mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 05:13:14 -07:00
linux: add driver versions 450.66 and 455.23.04
This commit is contained in:
parent
87bd8fa14e
commit
c7f24eb6ad
3 changed files with 10 additions and 0 deletions
|
@ -77,6 +77,8 @@ declare -A patch_list=(
|
|||
["450.56.02"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.56.06"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.57"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["450.66"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
|
||||
["455.23.04"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -114,6 +116,8 @@ declare -A object_list=(
|
|||
["450.56.02"]='libnvidia-fbc.so'
|
||||
["450.56.06"]='libnvidia-fbc.so'
|
||||
["450.57"]='libnvidia-fbc.so'
|
||||
["450.66"]='libnvidia-fbc.so'
|
||||
["455.23.04"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue