From b90725eb957f558cd4130347f9c8393505d3f231 Mon Sep 17 00:00:00 2001 From: Gelmo Date: Mon, 8 Jun 2026 22:22:39 -0600 Subject: [PATCH] linux: add support for driver 595.80 --- README.md | 1 + drivers.json | 6 ++++++ patch-fbc.sh | 1 + patch.sh | 1 + 4 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 4c04e0a..e125236 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ If you want to donate, please send it to your favorite open source organizations | 595.45.04 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/595.45.04/NVIDIA-Linux-x86_64-595.45.04.run) | | 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) | ## Synopsis diff --git a/drivers.json b/drivers.json index f11cfe8..d8b9b47 100644 --- a/drivers.json +++ b/drivers.json @@ -1409,6 +1409,12 @@ "nvenc_patch": true, "nvfbc_patch": true, "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/595.71.05/NVIDIA-Linux-x86_64-595.71.05.run" + }, + { + "version": "595.80", + "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" } ], "example": { diff --git a/patch-fbc.sh b/patch-fbc.sh index 8485ace..51a70ca 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -263,6 +263,7 @@ declare -A patch_list=( ["595.45.04"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' ["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' ) check_version_supported () { diff --git a/patch.sh b/patch.sh index d44182d..a1a52fc 100755 --- a/patch.sh +++ b/patch.sh @@ -302,6 +302,7 @@ declare -A patch_list=( ["595.45.04"]='s/\xe8\x51\x21\xfe\xff\x41\x89\xc6\x85\xc0/\xe8\x51\x21\xfe\xff\x29\xc0\x41\x89\xc6/g' ["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' ) check_version_supported () {