From a5b5b84dfb3f9d7341b6c3241488c68d50c89584 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Thu, 29 Apr 2021 17:39:06 +0300 Subject: [PATCH] update 20210429 --- README.md | 3 ++- drivers.json | 24 ++++++++++++++++++++++++ patch-fbc.sh | 2 ++ patch.sh | 2 ++ win/README.md | 6 ++++-- win/win10_x64/466.27/nvencodeapi.1337 | 6 ++++++ win/win10_x64/466.27/nvencodeapi64.1337 | 5 +++++ win/win7_x64/466.27/nvencodeapi.1337 | 5 +++++ win/win7_x64/466.27/nvencodeapi64.1337 | 5 +++++ 9 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 win/win10_x64/466.27/nvencodeapi.1337 create mode 100644 win/win10_x64/466.27/nvencodeapi64.1337 create mode 100644 win/win7_x64/466.27/nvencodeapi.1337 create mode 100644 win/win7_x64/466.27/nvencodeapi64.1337 diff --git a/README.md b/README.md index b420afe..350daeb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ NVENC and NvFBC patches for Nvidia drivers ========================================== -![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-465.24.02-brightgreen.svg) +![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-465.27-brightgreen.svg) [NVENC patch](patch.sh) removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs. @@ -140,6 +140,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv | 460.73.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.73.01/NVIDIA-Linux-x86_64-460.73.01.run) | | 465.19.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/465.19.01/NVIDIA-Linux-x86_64-465.19.01.run) | | 465.24.02 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/465.24.02/NVIDIA-Linux-x86_64-465.24.02.run) | +| 465.27 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/465.27/NVIDIA-Linux-x86_64-465.27.run) | ## Synopsis diff --git a/drivers.json b/drivers.json index 9c64fbe..d68bfe9 100644 --- a/drivers.json +++ b/drivers.json @@ -567,6 +567,12 @@ "nvenc_patch": true, "nvfbc_patch": true, "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.73.01/NVIDIA-Linux-x86_64-460.73.01.run" + }, + { + "version": "465.27", + "nvenc_patch": true, + "nvfbc_patch": true, + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/465.27/NVIDIA-Linux-x86_64-465.27.run" } ], "example": { @@ -2790,6 +2796,24 @@ "patch64_url": "win7_x64/466.11/nvencodeapi64.1337", "patch32_url": "win7_x64/466.11/nvencodeapi.1337", "driver_url": "https://international.download.nvidia.com/Windows/466.11/466.11-desktop-win8-win7-64bit-international-whql.exe" + }, + { + "os": "win10", + "product": "GeForce", + "version": "466.27", + "variant": "", + "patch64_url": "win10_x64/466.27/nvencodeapi64.1337", + "patch32_url": "win10_x64/466.27/nvencodeapi.1337", + "driver_url": "https://international.download.nvidia.com/Windows/466.27/466.27-desktop-win10-64bit-international-whql.exe" + }, + { + "os": "win7", + "product": "GeForce", + "version": "466.27", + "variant": "", + "patch64_url": "win7_x64/466.27/nvencodeapi64.1337", + "patch32_url": "win7_x64/466.27/nvencodeapi.1337", + "driver_url": "https://international.download.nvidia.com/Windows/466.27/466.27-desktop-win8-win7-64bit-international-whql.exe" } ] } diff --git a/patch-fbc.sh b/patch-fbc.sh index 32d9d49..4eb4192 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -110,6 +110,7 @@ declare -A patch_list=( ["460.73.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ["465.19.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ["465.24.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' + ["465.27"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ) declare -A object_list=( @@ -176,6 +177,7 @@ declare -A object_list=( ["460.73.01"]='libnvidia-fbc.so' ["465.19.01"]='libnvidia-fbc.so' ["465.24.02"]='libnvidia-fbc.so' + ["465.27"]='libnvidia-fbc.so' ) check_version_supported () { diff --git a/patch.sh b/patch.sh index 10f9858..3f0c377 100755 --- a/patch.sh +++ b/patch.sh @@ -147,6 +147,7 @@ declare -A patch_list=( ["460.73.01"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g' ["465.19.01"]='s/\xe8\xc5\x20\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x20\xff\xff\x29\xc0\x41\x89\xc4/g' ["465.24.02"]='s/\xe8\xc5\x20\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x20\xff\xff\x29\xc0\x41\x89\xc4/g' + ["465.27"]='s/\xe8\xc5\x20\xff\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x20\xff\xff\x29\xc0\x41\x89\xc4/g' ) declare -A object_list=( @@ -249,6 +250,7 @@ declare -A object_list=( ["460.73.01"]='libnvidia-encode.so' ["465.19.01"]='libnvidia-encode.so' ["465.24.02"]='libnvidia-encode.so' + ["465.27"]='libnvidia-encode.so' ) check_version_supported () { diff --git a/win/README.md b/win/README.md index cb68bc2..375df79 100644 --- a/win/README.md +++ b/win/README.md @@ -1,7 +1,7 @@ NVENC and NvFBC patches for Windows Nvidia drivers ================================================== -![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-466.11-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-465.89-blue.svg) +![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-466.27-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-465.89-blue.svg) NVENC patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs. @@ -54,7 +54,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv 5. Apply x86 library patch to corresponding file in `%WINDIR%\SysWOW64\` in the same way as previous one. - *If patching fails, close all applications using nvencodeapi.dll, such as OBS Studio, Plex or Discord.* -**Example:** for 64bit Windows 10 running driver version 466.11, use `win10_x64/466.11/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/466.11/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`. +**Example:** for 64bit Windows 10 running driver version 466.27, use `win10_x64/466.27/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/466.27/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`. If you experience issues with streaming software based on Nvidia streaming facilities (Nvidia Shield TV, Moonlight), you also have to import few registry values in order to workaround binary signature mismatch. See [**skip\_sig\_check** (clickable)](skip_sig_check) directory for instructions. @@ -169,6 +169,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp | GeForce | 465.21 Drivers for CUDA on WSL | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/465.21/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/465.21/nvencodeapi.1337) | | | GeForce | 465.89 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/465.89/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/465.89/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/465.89/465.89-desktop-win10-64bit-international-whql.exe) | | GeForce | 466.11 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/466.11/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/466.11/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/466.11/466.11-desktop-win10-64bit-international-whql.exe) | +| GeForce | 466.27 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/466.27/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/466.27/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/466.27/466.27-desktop-win10-64bit-international-whql.exe) | | Product series | Version | x64 library patch | x86 library patch | Driver link | @@ -273,6 +274,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp | GeForce | 461.92 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/461.92/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/461.92/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/461.92/461.92-desktop-win8-win7-64bit-international-whql.exe) | | GeForce | 465.89 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/465.89/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/465.89/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/465.89/465.89-desktop-win8-win7-64bit-international-whql.exe) | | GeForce | 466.11 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/466.11/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/466.11/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/466.11/466.11-desktop-win8-win7-64bit-international-whql.exe) | +| GeForce | 466.27 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/466.27/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/466.27/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/466.27/466.27-desktop-win8-win7-64bit-international-whql.exe) | | Product series | Version | x64 library patch | x86 library patch | Driver link | diff --git a/win/win10_x64/466.27/nvencodeapi.1337 b/win/win10_x64/466.27/nvencodeapi.1337 new file mode 100644 index 0000000..c464081 --- /dev/null +++ b/win/win10_x64/466.27/nvencodeapi.1337 @@ -0,0 +1,6 @@ +>nvencodeapi.dll +000000000002B618:89->33 +000000000002B619:45->C0 +000000000002B61A:08->89 +000000000002B61B:85->45 +000000000002B61C:C0->08 \ No newline at end of file diff --git a/win/win10_x64/466.27/nvencodeapi64.1337 b/win/win10_x64/466.27/nvencodeapi64.1337 new file mode 100644 index 0000000..e858f14 --- /dev/null +++ b/win/win10_x64/466.27/nvencodeapi64.1337 @@ -0,0 +1,5 @@ +>nvencodeapi64.dll +000000000003031C:8B->33 +000000000003031D:F0->C0 +000000000003031E:85->8B +000000000003031F:C0->F0 \ No newline at end of file diff --git a/win/win7_x64/466.27/nvencodeapi.1337 b/win/win7_x64/466.27/nvencodeapi.1337 new file mode 100644 index 0000000..c2e3399 --- /dev/null +++ b/win/win7_x64/466.27/nvencodeapi.1337 @@ -0,0 +1,5 @@ +>nvencodeapi.dll +00000000000237E9:8B->33 +00000000000237EA:D8->C0 +00000000000237EB:85->8B +00000000000237EC:DB->D8 \ No newline at end of file diff --git a/win/win7_x64/466.27/nvencodeapi64.1337 b/win/win7_x64/466.27/nvencodeapi64.1337 new file mode 100644 index 0000000..9245555 --- /dev/null +++ b/win/win7_x64/466.27/nvencodeapi64.1337 @@ -0,0 +1,5 @@ +>nvencodeapi64.dll +0000000000027DE5:8B->33 +0000000000027DE6:F0->C0 +0000000000027DE7:85->8B +0000000000027DE8:C0->F0 \ No newline at end of file