mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 05:13:14 -07:00
linux: add drivers version 450.80.02
This commit is contained in:
parent
e94a414788
commit
65f1791a21
4 changed files with 11 additions and 0 deletions
|
@ -79,6 +79,7 @@ declare -A patch_list=(
|
|||
["450.56.11"]='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/'
|
||||
["450.80.02"]='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/'
|
||||
["455.23.05"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
|
||||
)
|
||||
|
@ -120,6 +121,7 @@ declare -A object_list=(
|
|||
["450.56.11"]='libnvidia-fbc.so'
|
||||
["450.57"]='libnvidia-fbc.so'
|
||||
["450.66"]='libnvidia-fbc.so'
|
||||
["450.80.02"]='libnvidia-fbc.so'
|
||||
["455.23.04"]='libnvidia-fbc.so'
|
||||
["455.23.05"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue