mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
linux: add driver version 455.28
This commit is contained in:
parent
760cf39347
commit
a0d7276705
4 changed files with 12 additions and 1 deletions
|
@ -82,6 +82,7 @@ declare -A patch_list=(
|
|||
["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/'
|
||||
["455.28"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -124,6 +125,7 @@ declare -A object_list=(
|
|||
["450.80.02"]='libnvidia-fbc.so'
|
||||
["455.23.04"]='libnvidia-fbc.so'
|
||||
["455.23.05"]='libnvidia-fbc.so'
|
||||
["455.28"]='libnvidia-fbc.so'
|
||||
)
|
||||
|
||||
check_version_supported () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue