mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-20 21:33:11 -07:00
Merge pull request #144 from Snawoot/lin_435.17
add linux beta driver version 435.17
This commit is contained in:
commit
d305d843e5
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# nvidia-patch
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
|
||||
|
||||
|
@ -38,6 +38,7 @@ Requirements:
|
|||
- [430.26](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.26/NVIDIA-Linux-x86_64-430.26.run)
|
||||
- [430.34](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.34/NVIDIA-Linux-x86_64-430.34.run)
|
||||
- [430.40](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run)
|
||||
- [435.17](https://international.download.nvidia.com/XFree86/Linux-x86_64/435.17/NVIDIA-Linux-x86_64-435.17.run)
|
||||
|
||||
## Synopsis
|
||||
|
||||
|
|
2
patch.sh
2
patch.sh
|
@ -65,6 +65,7 @@ declare -A patch_list=(
|
|||
["430.26"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["430.34"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["430.40"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
["435.17"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
|
||||
)
|
||||
|
||||
declare -A object_list=(
|
||||
|
@ -95,6 +96,7 @@ declare -A object_list=(
|
|||
["430.26"]='libnvcuvid.so'
|
||||
["430.34"]='libnvcuvid.so'
|
||||
["430.40"]='libnvcuvid.so'
|
||||
["435.17"]='libnvcuvid.so'
|
||||
)
|
||||
|
||||
NVIDIA_SMI="$(command -v nvidia-smi)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue