From 7cb09b26c9bb2e19ed2881378ccc26ef01d34c3d Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sat, 21 Sep 2019 00:22:54 +0300 Subject: [PATCH] linux: driver version 430.50 --- README.md | 11 ++++++----- patch.sh | 2 ++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c78d380..0331020 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Requirements: - [430.26](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.26/NVIDIA-Linux-x86_64-430.26.run) - [430.34](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.34/NVIDIA-Linux-x86_64-430.34.run) - [430.40](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run) + - [430.50](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run) - [435.17](https://international.download.nvidia.com/XFree86/Linux-x86_64/435.17/NVIDIA-Linux-x86_64-435.17.run) - [435.21](https://international.download.nvidia.com/XFree86/Linux-x86_64/435.21/NVIDIA-Linux-x86_64-435.21.run) @@ -61,11 +62,11 @@ DESCRIPTION ## Step-by-Step guide -Examples are provided for driver version 430.40. All commands executed as root. +Examples are provided for driver version 430.50. All commands executed as root. ### Download driver -[https://international.download.nvidia.com/XFree86/Linux-x86\_64/430.40/NVIDIA-Linux-x86\_64-430.40.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run) +[https://international.download.nvidia.com/XFree86/Linux-x86\_64/430.50/NVIDIA-Linux-x86\_64-430.50.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run) ### Install driver @@ -73,9 +74,9 @@ Make sure you have kernel headers and compiler installed before running Nvidia d ```bash mkdir /opt/nvidia && cd /opt/nvidia -wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run -chmod +x ./NVIDIA-Linux-x86_64-430.40.run -./NVIDIA-Linux-x86_64-430.40.run +wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run +chmod +x ./NVIDIA-Linux-x86_64-430.50.run +./NVIDIA-Linux-x86_64-430.50.run ``` ### Check driver diff --git a/patch.sh b/patch.sh index 6c6611f..9201064 100755 --- a/patch.sh +++ b/patch.sh @@ -66,6 +66,7 @@ declare -A patch_list=( ["430.26"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' ["430.34"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' ["430.40"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' + ["430.50"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' ["435.17"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' ["435.21"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' ) @@ -99,6 +100,7 @@ declare -A object_list=( ["430.26"]='libnvcuvid.so' ["430.34"]='libnvcuvid.so' ["430.40"]='libnvcuvid.so' + ["430.50"]='libnvcuvid.so' ["435.17"]='libnvcuvid.so' ["435.21"]='libnvcuvid.so' )