From 8c9b55292eb47f3d7d10d0a998d5295507b5e489 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 17 Nov 2020 21:15:28 +0200 Subject: [PATCH] linux: vulkan beta driver version 455.46.01 --- README.md | 3 ++- drivers.json | 5 +++++ patch-fbc.sh | 2 ++ patch.sh | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d1b90c..e0e3394 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-455.45.01-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-455.46.01-brightgreen.svg) [NVENC patch](patch.sh) removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs. @@ -122,6 +122,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv | 455.32.00 | YES | YES | | | 455.38 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/455.38/NVIDIA-Linux-x86_64-455.38.run) | | 455.45.01 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/455.45.01/NVIDIA-Linux-x86_64-455.45.01.run) | +| 455.46.01 | YES | YES | | ## Synopsis diff --git a/drivers.json b/drivers.json index a237b36..c3762f6 100644 --- a/drivers.json +++ b/drivers.json @@ -468,6 +468,11 @@ "nvenc_patch": true, "nvfbc_patch": true, "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/455.45.01/NVIDIA-Linux-x86_64-455.45.01.run" + }, + { + "version": "455.46.01", + "nvenc_patch": true, + "nvfbc_patch": true } ], "example": { diff --git a/patch-fbc.sh b/patch-fbc.sh index 60883f4..9d5b65d 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -93,6 +93,7 @@ declare -A patch_list=( ["455.32.00"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ["455.38"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ["455.45.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' + ["455.46.01"]='s/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/' ) declare -A object_list=( @@ -142,6 +143,7 @@ declare -A object_list=( ["455.32.00"]='libnvidia-fbc.so' ["455.38"]='libnvidia-fbc.so' ["455.45.01"]='libnvidia-fbc.so' + ["455.46.01"]='libnvidia-fbc.so' ) check_version_supported () { diff --git a/patch.sh b/patch.sh index ea8763f..fd4d4f5 100755 --- a/patch.sh +++ b/patch.sh @@ -130,6 +130,7 @@ declare -A patch_list=( ["455.32.00"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ["455.38"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ["455.45.01"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' + ["455.46.01"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g' ) declare -A object_list=( @@ -215,6 +216,7 @@ declare -A object_list=( ["455.32.00"]='libnvidia-encode.so' ["455.38"]='libnvidia-encode.so' ["455.45.01"]='libnvidia-encode.so' + ["455.46.01"]='libnvidia-encode.so' ) check_version_supported () {