mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-21 22:03:12 -07:00
Merge branch 'master' into master
This commit is contained in:
commit
3c5b7f9aae
4 changed files with 29 additions and 3 deletions
|
@ -11,7 +11,9 @@ Main target operating system is **GNU/Linux**, but for **Windows** support see [
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Project is looking for a maintainer.**
|
If you like this project, best way to contribute is by sending PRs and fixing documentation.
|
||||||
|
|
||||||
|
If you want to donate, please send it to your favorite open source organizations, for example [FFmpeg](https://www.ffmpeg.org/donations.html), [VideoLAN](http://www.videolan.org/contribute.html#money)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -147,8 +149,10 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
|
||||||
| 470.63.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.63.01/NVIDIA-Linux-x86_64-470.63.01.run) |
|
| 470.63.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.63.01/NVIDIA-Linux-x86_64-470.63.01.run) |
|
||||||
| 470.74 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.74/NVIDIA-Linux-x86_64-470.74.run) |
|
| 470.74 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.74/NVIDIA-Linux-x86_64-470.74.run) |
|
||||||
| 470.82.00 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.82.00/NVIDIA-Linux-x86_64-470.82.00.run) |
|
| 470.82.00 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.82.00/NVIDIA-Linux-x86_64-470.82.00.run) |
|
||||||
|
| 470.82.01 | YES | YES | [Driver link](https://international.download.nvidia.com/tesla/470.82.01/NVIDIA-Linux-x86_64-470.82.01.run) |
|
||||||
| 470.86 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.86/NVIDIA-Linux-x86_64-470.86.run) |
|
| 470.86 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.86/NVIDIA-Linux-x86_64-470.86.run) |
|
||||||
| 470.94 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.94/NVIDIA-Linux-x86_64-470.94.run) |
|
| 470.94 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.94/NVIDIA-Linux-x86_64-470.94.run) |
|
||||||
|
| 470.103.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/470.103.01/NVIDIA-Linux-x86_64-470.103.01.run) |
|
||||||
| 495.29.05 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.29.05/NVIDIA-Linux-x86_64-495.29.05.run) |
|
| 495.29.05 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.29.05/NVIDIA-Linux-x86_64-495.29.05.run) |
|
||||||
| 495.44 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.44/NVIDIA-Linux-x86_64-495.44.run) |
|
| 495.44 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.44/NVIDIA-Linux-x86_64-495.44.run) |
|
||||||
| 495.46 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run) |
|
| 495.46 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run) |
|
||||||
|
@ -222,6 +226,7 @@ nvidia-smi
|
||||||
```
|
```
|
||||||
|
|
||||||
Output should show no errors and details about your driver and GPU.
|
Output should show no errors and details about your driver and GPU.
|
||||||
|
You can also check if [ffmpeg can encode without limit](https://github.com/keylase/nvidia-patch/wiki/Verify-NVENC-patch), and check NVFBC via OBS.
|
||||||
|
|
||||||
### Patch driver
|
### Patch driver
|
||||||
|
|
||||||
|
|
17
drivers.json
17
drivers.json
|
@ -662,6 +662,12 @@
|
||||||
"nvfbc_patch": true,
|
"nvfbc_patch": true,
|
||||||
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run"
|
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"version": "470.82.01",
|
||||||
|
"nvenc_patch": true,
|
||||||
|
"nvfbc_patch": true,
|
||||||
|
"driver_url": "https://international.download.nvidia.com/tesla/470.82.01/NVIDIA-Linux-x86_64-470.82.01.run"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "470.94",
|
"version": "470.94",
|
||||||
"nvenc_patch": true,
|
"nvenc_patch": true,
|
||||||
|
@ -669,11 +675,18 @@
|
||||||
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/470.94/NVIDIA-Linux-x86_64-470.94.run"
|
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/470.94/NVIDIA-Linux-x86_64-470.94.run"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "510.47.03",
|
"version": "470.103.01",
|
||||||
|
"nvenc_patch": true,
|
||||||
|
"nvfbc_patch": true,
|
||||||
|
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/470.103.01/NVIDIA-Linux-x86_64-470.103.01.run"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "510.47.03",
|
||||||
"nvenc_patch": false,
|
"nvenc_patch": false,
|
||||||
"nvfbc_patch": true,
|
"nvfbc_patch": true,
|
||||||
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/510.47.03/NVIDIA-Linux-x86_64-510.47.03.run"
|
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/510.47.03/NVIDIA-Linux-x86_64-510.47.03.run"
|
||||||
},
|
}
|
||||||
|
],
|
||||||
"example": {
|
"example": {
|
||||||
"version": "430.50"
|
"version": "430.50"
|
||||||
}
|
}
|
||||||
|
|
|
@ -130,8 +130,10 @@ declare -A patch_list=(
|
||||||
["470.63.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["470.63.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
["470.74"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["470.74"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
["470.82.00"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["470.82.00"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
|
["470.82.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
["470.86"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["470.86"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
["470.94"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["470.94"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
|
["470.103.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
["495.29.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["495.29.05"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
["495.44"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["495.44"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
["495.46"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
["495.46"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
|
||||||
|
@ -214,8 +216,10 @@ declare -A object_list=(
|
||||||
["470.63.01"]='libnvidia-fbc.so'
|
["470.63.01"]='libnvidia-fbc.so'
|
||||||
["470.74"]='libnvidia-fbc.so'
|
["470.74"]='libnvidia-fbc.so'
|
||||||
["470.82.00"]='libnvidia-fbc.so'
|
["470.82.00"]='libnvidia-fbc.so'
|
||||||
|
["470.82.01"]='libnvidia-fbc.so'
|
||||||
["470.86"]='libnvidia-fbc.so'
|
["470.86"]='libnvidia-fbc.so'
|
||||||
["470.94"]='libnvidia-fbc.so'
|
["470.94"]='libnvidia-fbc.so'
|
||||||
|
["470.103.01"]='libnvidia-fbc.so'
|
||||||
["495.29.05"]='libnvidia-fbc.so'
|
["495.29.05"]='libnvidia-fbc.so'
|
||||||
["495.44"]='libnvidia-fbc.so'
|
["495.44"]='libnvidia-fbc.so'
|
||||||
["495.46"]='libnvidia-fbc.so'
|
["495.46"]='libnvidia-fbc.so'
|
||||||
|
|
4
patch.sh
4
patch.sh
|
@ -168,8 +168,10 @@ declare -A patch_list=(
|
||||||
["470.63.01"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["470.63.01"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
["470.74"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["470.74"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
["470.82.00"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["470.82.00"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
|
["470.82.01"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
["470.86"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["470.86"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
["470.94"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["470.94"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
|
["470.103.01"]='s/\xe8\x25\x1C\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x25\x1C\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
["495.29.05"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["495.29.05"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
["495.44"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["495.44"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
["495.46"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
["495.46"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
|
||||||
|
@ -287,8 +289,10 @@ declare -A object_list=(
|
||||||
["470.63.01"]='libnvidia-encode.so'
|
["470.63.01"]='libnvidia-encode.so'
|
||||||
["470.74"]='libnvidia-encode.so'
|
["470.74"]='libnvidia-encode.so'
|
||||||
["470.82.00"]='libnvidia-encode.so'
|
["470.82.00"]='libnvidia-encode.so'
|
||||||
|
["470.82.01"]='libnvidia-encode.so'
|
||||||
["470.86"]='libnvidia-encode.so'
|
["470.86"]='libnvidia-encode.so'
|
||||||
["470.94"]='libnvidia-encode.so'
|
["470.94"]='libnvidia-encode.so'
|
||||||
|
["470.103.01"]='libnvidia-encode.so'
|
||||||
["495.29.05"]='libnvidia-encode.so'
|
["495.29.05"]='libnvidia-encode.so'
|
||||||
["495.44"]='libnvidia-encode.so'
|
["495.44"]='libnvidia-encode.so'
|
||||||
["495.46"]='libnvidia-encode.so'
|
["495.46"]='libnvidia-encode.so'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue