From e77784d292d1d257cdc9132ce6788f47f7390c82 Mon Sep 17 00:00:00 2001 From: Daedalusspacegames Date: Sat, 16 Jan 2021 03:14:13 -0800 Subject: [PATCH 1/2] Add NvFBC patch for Linux 460.32.03 and 460.27.04 --- patch-fbc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patch-fbc.sh b/patch-fbc.sh index acf88d8..534174c 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -95,6 +95,8 @@ declare -A patch_list=( ["455.45.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ["455.46.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ["455.46.02"]='s/\x83\xf8\x01\x0f\x84\x83/\x83\xf8\x69\x0f\x84\x83/' + ["460.27.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' + ["460.32.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ) declare -A object_list=( @@ -146,6 +148,8 @@ declare -A object_list=( ["455.45.01"]='libnvidia-fbc.so' ["455.46.01"]='libnvidia-fbc.so' ["455.46.02"]='libnvidia-fbc.so' + ["460.27.04"]='libnvidia-fbc.so' + ["460.32.03"]='libnvidia-fbc.so' ) check_version_supported () { From 483dc4b77a8b30f3f8173a9f1a8f09b486200246 Mon Sep 17 00:00:00 2001 From: Daedalusspacegames Date: Sat, 16 Jan 2021 03:32:09 -0800 Subject: [PATCH 2/2] Update documentation to reflect new patches --- README.md | 4 ++-- drivers.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1695d56..31d8886 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv | 455.45.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/455.45.01/NVIDIA-Linux-x86_64-455.45.01.run) | | 455.46.01 | YES | YES | | | 455.46.02 | YES | YES | | -| 460.27.04 | YES | NO | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run) | -| 460.32.03 | YES | NO | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run) | +| 460.27.04 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run) | +| 460.32.03 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run) | ## Synopsis diff --git a/drivers.json b/drivers.json index 986914b..19db09f 100644 --- a/drivers.json +++ b/drivers.json @@ -486,16 +486,16 @@ "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/450.102.04/NVIDIA-Linux-x86_64-450.102.04.run" }, { - "version": "460.32.03", + "version": "460.27.04", "nvenc_patch": true, - "nvfbc_patch": false, - "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run" + "nvfbc_patch": true, + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run" }, { - "version": "460.27.04", + "version": "460.32.03", "nvenc_patch": true, - "nvfbc_patch": false, - "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run" + "nvfbc_patch": true, + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run" } ], "example": { @@ -2408,4 +2408,4 @@ ] } } -} \ No newline at end of file +}