Commit 230bc7f8 authored by Jai Luthra's avatar Jai Luthra

update drivers.json

parent 97a959fe
...@@ -627,6 +627,12 @@ ...@@ -627,6 +627,12 @@
"nvfbc_patch": true, "nvfbc_patch": true,
"driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/470.74/NVIDIA-Linux-x86_64-470.74.run" "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", "version": "470.62.05",
"nvenc_patch": true, "nvenc_patch": true,
......
...@@ -134,7 +134,6 @@ declare -A patch_list=( ...@@ -134,7 +134,6 @@ declare -A patch_list=(
["495.44"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' ["495.44"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
) )
declare -A object_list=( declare -A object_list=(
["435.27.08"]='libnvidia-fbc.so' ["435.27.08"]='libnvidia-fbc.so'
["440.26"]='libnvidia-fbc.so' ["440.26"]='libnvidia-fbc.so'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment