diff --git a/README.md b/README.md index e125236..a1b314f 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ If you want to donate, please send it to your favorite open source organizations | 595.58.03 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/595.58.03/NVIDIA-Linux-x86_64-595.58.03.run) | | 595.71.05 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/595.71.05/NVIDIA-Linux-x86_64-595.71.05.run) | | 595.80 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/595.80/NVIDIA-Linux-x86_64-595.80.run) | +| 610.43.02 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/610.43.02/NVIDIA-Linux-x86_64-610.43.02.run) | ## Synopsis diff --git a/drivers.json b/drivers.json index d8b9b47..b45aa98 100644 --- a/drivers.json +++ b/drivers.json @@ -1415,6 +1415,12 @@ "nvenc_patch": true, "nvfbc_patch": true, "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/595.80/NVIDIA-Linux-x86_64-595.80.run" + }, + { + "version": "610.43.02", + "nvenc_patch": true, + "nvfbc_patch": true, + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/610.43.02/NVIDIA-Linux-x86_64-610.43.02.run" } ], "example": { diff --git a/patch-fbc.sh b/patch-fbc.sh index 51a70ca..3408ac1 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -264,6 +264,7 @@ declare -A patch_list=( ["595.58.03"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' ["595.71.05"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' ["595.80"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' + ["610.43.02"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' ) check_version_supported () { diff --git a/patch.sh b/patch.sh index a1a52fc..3944442 100755 --- a/patch.sh +++ b/patch.sh @@ -303,6 +303,7 @@ declare -A patch_list=( ["595.58.03"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g' ["595.71.05"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g' ["595.80"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g' + ["610.43.02"]='s/\xe8\x45\x00\xfe\xff\x41\x89\xc4\x85\xc0/\xe8\x45\x00\xfe\xff\x29\xc0\x41\x89\xc4/g' ) check_version_supported () {