From 7b0dc0b8b4ec140f18ed49146966566772b7c616 Mon Sep 17 00:00:00 2001 From: niXta1 <9thbfw2b8kep@opayq.com> Date: Sun, 10 Mar 2019 16:42:36 +0100 Subject: [PATCH 1/2] Updated Readme for latest version Updated Step-by-Step with latest version of driver. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 00c6ab3..a691504 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Requirements: - [415.25](https://download.nvidia.com/XFree86/Linux-x86_64/415.25/NVIDIA-Linux-x86_64-415.25.run) - [415.27](https://download.nvidia.com/XFree86/Linux-x86_64/415.27/NVIDIA-Linux-x86_64-415.27.run) - [418.30](https://download.nvidia.com/XFree86/Linux-x86_64/418.30/NVIDIA-Linux-x86_64-418.30.run) - - [418.43](https://international.download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run) + - [418.43](https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run) Tested on Ubuntu 18.04 LTS (GNU/Linux 4.15.0-23-generic x86\_64) @@ -50,19 +50,19 @@ DESCRIPTION ## Step-by-Step guide -Examples are provided for driver version 410.78. All commands are runned as root. +Examples are provided for driver version 418.43. All commands are runned as root. ### Download driver -[https://download.nvidia.com/XFree86/Linux-x86\_64/410.78/NVIDIA-Linux-x86\_64-410.78.run](https://download.nvidia.com/XFree86/Linux-x86_64/410.78/NVIDIA-Linux-x86_64-410.78.run) +[https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run](https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run) ### Install driver ```bash mkdir /opt/nvidia && cd /opt/nvidia -wget https://download.nvidia.com/XFree86/Linux-x86_64/410.78/NVIDIA-Linux-x86_64-410.78.run -chmod +x ./NVIDIA-Linux-x86_64-410.78.run -./NVIDIA-Linux-x86_64-410.78.run +wget https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run +chmod +x ./NVIDIA-Linux-x86_64-418.43.run +./NVIDIA-Linux-x86_64-418.43.run ``` ### Check driver From 3d27791d639e4b4035ae0cd7c762dcee1146a243 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 11 Mar 2019 08:12:57 +0100 Subject: [PATCH 2/2] Escape underscores as suggested Co-Authored-By: niXta1 <9thbfw2b8kep@opayq.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a691504..f441267 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Examples are provided for driver version 418.43. All commands are runned as root ### Download driver -[https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run](https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run) +[https://download.nvidia.com/XFree86/Linux-x86\_64/418.43/NVIDIA-Linux-x86\_64-418.43.run](https://download.nvidia.com/XFree86/Linux-x86_64/418.43/NVIDIA-Linux-x86_64-418.43.run) ### Install driver