From 230bc7f8eb0562bee7618330eb91ba0670bd7d35 Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Tue, 9 Nov 2021 18:18:54 +0530 Subject: [PATCH] update drivers.json --- drivers.json | 6 ++++++ patch-fbc.sh | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers.json b/drivers.json index 444f71f..dd27e57 100644 --- a/drivers.json +++ b/drivers.json @@ -627,6 +627,12 @@ "nvfbc_patch": true, "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/470.74/NVIDIA-Linux-x86_64-470.74.run" }, + { + "version": "470.82.00", + "nvenc_patch": true, + "nvfbc_patch": true, + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/470.82.00/NVIDIA-Linux-x86_64-470.82.00.run" + }, { "version": "470.62.05", "nvenc_patch": true, diff --git a/patch-fbc.sh b/patch-fbc.sh index 684d391..de9b8fe 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -134,7 +134,6 @@ declare -A patch_list=( ["495.44"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ) - declare -A object_list=( ["435.27.08"]='libnvidia-fbc.so' ["440.26"]='libnvidia-fbc.so'