mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-22 05:27:22 +00:00
linux: update guide to latest stable driver
This commit is contained in:
parent
62a0d2ed7d
commit
d6389d4d8f
10
README.md
10
README.md
@ -54,19 +54,19 @@ DESCRIPTION
|
||||
|
||||
## Step-by-Step guide
|
||||
|
||||
Examples are provided for driver version 418.56. All commands are runned as root.
|
||||
Examples are provided for driver version 430.14. All commands are runned as root.
|
||||
|
||||
### Download driver
|
||||
|
||||
[https://international.download.nvidia.com/XFree86/Linux-x86\_64/418.74/NVIDIA-Linux-x86\_64-418.74.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/418.74/NVIDIA-Linux-x86_64-418.74.run)
|
||||
[https://international.download.nvidia.com/XFree86/Linux-x86\_64/430.14/NVIDIA-Linux-x86\_64-430.14.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.14/NVIDIA-Linux-x86_64-430.14.run)
|
||||
|
||||
### Install driver
|
||||
|
||||
```bash
|
||||
mkdir /opt/nvidia && cd /opt/nvidia
|
||||
wget https://international.download.nvidia.com/XFree86/Linux-x86_64/418.74/NVIDIA-Linux-x86_64-418.74.run
|
||||
chmod +x ./NVIDIA-Linux-x86_64-418.74.run
|
||||
./NVIDIA-Linux-x86_64-418.74.run
|
||||
wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.14/NVIDIA-Linux-x86_64-430.14.run
|
||||
chmod +x ./NVIDIA-Linux-x86_64-430.14.run
|
||||
./NVIDIA-Linux-x86_64-430.14.run
|
||||
```
|
||||
|
||||
### Check driver
|
||||
|
Loading…
Reference in New Issue
Block a user