From 498a1a81d301f3145a8c7e6effd9b7e62805f04d Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Fri, 22 Nov 2019 18:06:48 +0200 Subject: [PATCH] linux: add driver version 440.36 --- README.md | 3 ++- drivers.json | 4 ++++ patch.sh | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bede281..3ef19b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nvidia-patch -![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-440.33.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-440.36-brightgreen.svg) This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs. @@ -47,6 +47,7 @@ Requirements: - [440.26](https://international.download.nvidia.com/XFree86/Linux-x86_64/440.26/NVIDIA-Linux-x86_64-440.26.run) - [440.31](https://international.download.nvidia.com/XFree86/Linux-x86_64/440.31/NVIDIA-Linux-x86_64-440.31.run) - [440.33.01](https://international.download.nvidia.com/tesla/440.33.01/NVIDIA-Linux-x86_64-440.33.01.run) + - [440.36](https://international.download.nvidia.com/XFree86/Linux-x86_64/440.36/NVIDIA-Linux-x86_64-440.36.run) ## Synopsis diff --git a/drivers.json b/drivers.json index 2b9883c..3728e6f 100644 --- a/drivers.json +++ b/drivers.json @@ -144,6 +144,10 @@ { "version": "440.33.01", "driver_url": "https://international.download.nvidia.com/tesla/440.33.01/NVIDIA-Linux-x86_64-440.33.01.run" + }, + { + "version": "440.36", + "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/440.36/NVIDIA-Linux-x86_64-440.36.run" } ], "example": { diff --git a/patch.sh b/patch.sh index e0e1276..f0ec316 100755 --- a/patch.sh +++ b/patch.sh @@ -81,6 +81,7 @@ declare -A patch_list=( ["440.26"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g' ["440.31"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g' ["440.33.01"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g' + ["440.36"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g' ) declare -A object_list=( @@ -120,6 +121,7 @@ declare -A object_list=( ["440.26"]='libnvcuvid.so' ["440.31"]='libnvcuvid.so' ["440.33.01"]='libnvcuvid.so' + ["440.36"]='libnvcuvid.so' ) check_version_supported () {