From a1df0d56c86234964627e051ee45a5e617ea8844 Mon Sep 17 00:00:00 2001 From: kimasplund Date: Tue, 11 Feb 2025 13:10:58 +0200 Subject: [PATCH] feat: add support for driver version 570.86.16 --- README.md | 2 +- patch.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff22f9..3278db9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ NVENC and NvFBC patches for Nvidia drivers ========================================== -![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-570.86.16-brightgreen.svg) +![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-565.77-brightgreen.svg) [NVENC patch](patch.sh) removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs. diff --git a/patch.sh b/patch.sh index fbe1a66..985cf57 100755 --- a/patch.sh +++ b/patch.sh @@ -262,6 +262,7 @@ declare -A patch_list=( ["560.35.05"]='s/\xe8\x35\x3e\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x3e\xfe\xff\x29\xc0\x41\x89\xc4/g' ["565.57.01"]='s/\xe8\x15\x34\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x34\xfe\xff\x29\xc0\x41\x89\xc4/g' ["565.77"]='s/\xe8\x15\x34\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x34\xfe\xff\x29\xc0\x41\x89\xc4/g' + ["570.86.16"]='s/\xe8\x34\xfe\xff\xff\x85\xc0\x41\x89\xc3/\xe8\x34\xfe\xff\xff\x29\xc0\x41\x89\xc3/g' ) check_version_supported () {