Skip to content

Commit 794cc90

Browse files
mcfdyingzou
andauthored
linux: add support for 590.48.01 (#1028)
Co-authored-by: yingzou <[email protected]>
1 parent b12eea5 commit 794cc90

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NVENC and NvFBC patches for Nvidia drivers
22
==========================================
33

4-
![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-590.44.01-brightgreen.svg)
4+
![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-590.48.01-brightgreen.svg)
55

66
[NVENC patch](patch.sh) removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
77

@@ -258,6 +258,7 @@ If you want to donate, please send it to your favorite open source organizations
258258
| 580.105.08 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/580.105.08/NVIDIA-Linux-x86_64-580.105.08.run) |
259259
| 580.119.02 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/580.119.02/NVIDIA-Linux-x86_64-580.119.02.run) |
260260
| 590.44.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/590.44.01/NVIDIA-Linux-x86_64-590.44.01.run) |
261+
| 590.48.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/590.48.01/NVIDIA-Linux-x86_64-590.48.01.run) |
261262

262263
## Synopsis
263264

drivers.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,12 @@
13491349
"nvenc_patch": true,
13501350
"nvfbc_patch": true,
13511351
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/590.44.01/NVIDIA-Linux-x86_64-590.44.01.run"
1352+
},
1353+
{
1354+
"version": "590.48.01",
1355+
"nvenc_patch": true,
1356+
"nvfbc_patch": true,
1357+
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/590.44.01/NVIDIA-Linux-x86_64-590.48.01.run"
13521358
}
13531359
],
13541360
"example": {

patch-fbc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ declare -A patch_list=(
254254
["580.105.08"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
255255
["580.119.02"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
256256
["590.44.01"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
257+
["590.48.01"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
257258
)
258259

259260
check_version_supported () {

patch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ declare -A patch_list=(
292292
["580.105.08"]='s/\xe8\x81\x2e\xfe\xff\x41\x89\xc6\x85\xc0\x0f\x85\xa6\x00\x00\x00\x4c/\xe8\x81\x2e\xfe\xff\x29\xc0\x41\x89\xc6\x90\x90\x90\x90\x90\x90\x4c/g'
293293
["580.119.02"]='s/\xe8\x81\x2e\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x81\x2e\xfe\xff\x29\xc0\x41\x89\xc6/g'
294294
["590.44.01"]='s/\xe8\x41\x2e\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x41\x2e\xfe\xff\x29\xc0\x41\x89\xc6/g'
295+
["590.48.01"]='s/\xe8\x41\x2e\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x41\x2e\xfe\xff\x29\xc0\x41\x89\xc6/g'
295296
)
296297

297298
check_version_supported () {

0 commit comments

Comments
 (0)