From d2c13217dfc1e60f59cfb5ae67dd68b721274f06 Mon Sep 17 00:00:00 2001 From: LionHeartP Date: Wed, 9 Feb 2022 18:05:57 +0200 Subject: [PATCH] Revert NVENC patch until we figure out the correct addresses --- README.md | 2 +- drivers.json | 2 +- patch.sh | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 53e40b5..b1a67ac 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv | 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.46 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/495.46/NVIDIA-Linux-x86_64-495.46.run) | -| 510.47.03 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/510.47.03/NVIDIA-Linux-x86_64-510.47.03.run) | +| 510.47.03 | NO | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/510.47.03/NVIDIA-Linux-x86_64-510.47.03.run) | ## Synopsis diff --git a/drivers.json b/drivers.json index ad7d7d9..95f550f 100644 --- a/drivers.json +++ b/drivers.json @@ -670,7 +670,7 @@ }, { "version": "510.47.03", - "nvenc_patch": true, + "nvenc_patch": false, "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" }, diff --git a/patch.sh b/patch.sh index 1ac37f7..a52e11d 100755 --- a/patch.sh +++ b/patch.sh @@ -173,7 +173,6 @@ declare -A patch_list=( ["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.46"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g' - ["510.47.03"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g' ) declare -A object_list=( @@ -293,7 +292,6 @@ declare -A object_list=( ["495.29.05"]='libnvidia-encode.so' ["495.44"]='libnvidia-encode.so' ["495.46"]='libnvidia-encode.so' - ["510.47.03"]='libnvidia-encode.so' ) check_version_supported () { @@ -440,3 +438,4 @@ case "${opmode}" in *) echo "Incorrect combination of flags. Use option -h to get help." exit 2 ;; esac +