mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 11:38:21 +00:00
win: add nsd 457.30; linux: update README template
This commit is contained in:
parent
dafab3554e
commit
3377a0c96e
21
README.md
21
README.md
@ -127,6 +127,26 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
|
||||
```
|
||||
# bash ./patch.sh -h
|
||||
|
||||
SYNOPSIS
|
||||
patch.sh [-s] [-r|-h|-c VERSION|-l]
|
||||
|
||||
DESCRIPTION
|
||||
The patch for Nvidia drivers to remove NVENC session limit
|
||||
|
||||
-s Silent mode (No output)
|
||||
-r Rollback to original (Restore lib from backup)
|
||||
-h Print this help message
|
||||
-c VERSION Check if version VERSION supported by this patch.
|
||||
Returns true exit code (0) if version is supported.
|
||||
-l List supported driver versions
|
||||
-d VERSION Use VERSION driver version when looking for libraries
|
||||
instead of using nvidia-smi to detect it.
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
# bash ./patch-fbc.sh -h
|
||||
|
||||
SYNOPSIS
|
||||
patch-fbc.sh [-s] [-r|-h|-c VERSION|-l]
|
||||
|
||||
@ -142,6 +162,7 @@ DESCRIPTION
|
||||
-d VERSION Use VERSION driver version when looking for libraries
|
||||
instead of using nvidia-smi to detect it.
|
||||
|
||||
|
||||
```
|
||||
|
||||
## Step-by-Step guide
|
||||
|
@ -2190,6 +2190,15 @@
|
||||
"patch64_url": "win7_x64/457.30/nvencodeapi64.1337",
|
||||
"patch32_url": "win7_x64/457.30/nvencodeapi.1337",
|
||||
"driver_url": "https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win8-win7-64bit-international-whql.exe"
|
||||
},
|
||||
{
|
||||
"os": "win10",
|
||||
"product": "GeForce",
|
||||
"version": "457.30",
|
||||
"variant": "Studio Driver",
|
||||
"patch64_url": "win10_x64/nsd_457.30/nvencodeapi64.1337",
|
||||
"patch32_url": "win10_x64/nsd_457.30/nvencodeapi.1337",
|
||||
"driver_url": "https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win10-64bit-international-nsd-whql.exe"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -59,6 +59,29 @@ DESCRIPTION
|
||||
-c VERSION Check if version VERSION supported by this patch.
|
||||
Returns true exit code (0) if version is supported.
|
||||
-l List supported driver versions
|
||||
-d VERSION Use VERSION driver version when looking for libraries
|
||||
instead of using nvidia-smi to detect it.
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
# bash ./patch-fbc.sh -h
|
||||
|
||||
SYNOPSIS
|
||||
patch-fbc.sh [-s] [-r|-h|-c VERSION|-l]
|
||||
|
||||
DESCRIPTION
|
||||
The patch for Nvidia drivers to allow FBC on consumer devices
|
||||
|
||||
-s Silent mode (No output)
|
||||
-r Rollback to original (Restore lib from backup)
|
||||
-h Print this help message
|
||||
-c VERSION Check if version VERSION supported by this patch.
|
||||
Returns true exit code (0) if version is supported.
|
||||
-l List supported driver versions
|
||||
-d VERSION Use VERSION driver version when looking for libraries
|
||||
instead of using nvidia-smi to detect it.
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
@ -147,6 +147,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
|
||||
| GeForce | 457.00 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.00/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.00/nvencodeapi.1337) | |
|
||||
| GeForce | 457.09 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.09/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.09/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/457.09/457.09-desktop-win10-64bit-international-whql.exe) |
|
||||
| GeForce | 457.30 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.30/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.30/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win10-64bit-international-whql.exe) |
|
||||
| GeForce | 457.30 Studio Driver | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_457.30/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_457.30/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win10-64bit-international-nsd-whql.exe) |
|
||||
|
||||
|
||||
| Product series | Version | x64 library patch | x86 library patch | Driver link |
|
||||
|
6
win/win10_x64/nsd_457.30/nvencodeapi.1337
Normal file
6
win/win10_x64/nsd_457.30/nvencodeapi.1337
Normal file
@ -0,0 +1,6 @@
|
||||
>nvencodeapi.dll
|
||||
000000000002B2D6:89->33
|
||||
000000000002B2D7:45->C0
|
||||
000000000002B2D8:08->89
|
||||
000000000002B2D9:85->45
|
||||
000000000002B2DA:C0->08
|
5
win/win10_x64/nsd_457.30/nvencodeapi64.1337
Normal file
5
win/win10_x64/nsd_457.30/nvencodeapi64.1337
Normal file
@ -0,0 +1,5 @@
|
||||
>nvencodeapi64.dll
|
||||
000000000002FFBA:8B->33
|
||||
000000000002FFBB:F0->C0
|
||||
000000000002FFBC:85->8B
|
||||
000000000002FFBD:C0->F0
|
Loading…
Reference in New Issue
Block a user