mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-26 15:37:18 +00:00
linux: update guide to latest driver version
This commit is contained in:
parent
5698a8a8c2
commit
633e64978c
@ -57,15 +57,15 @@ Examples are provided for driver version 418.56. All commands are runned as root
|
|||||||
|
|
||||||
### Download driver
|
### Download driver
|
||||||
|
|
||||||
[https://download.nvidia.com/XFree86/Linux-x86\_64/418.56/NVIDIA-Linux-x86\_64-418.56.run](https://download.nvidia.com/XFree86/Linux-x86_64/418.56/NVIDIA-Linux-x86_64-418.56.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/418.74/NVIDIA-Linux-x86_64-418.74.run)
|
||||||
|
|
||||||
### Install driver
|
### Install driver
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir /opt/nvidia && cd /opt/nvidia
|
mkdir /opt/nvidia && cd /opt/nvidia
|
||||||
wget https://download.nvidia.com/XFree86/Linux-x86_64/418.56/NVIDIA-Linux-x86_64-418.56.run
|
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.56.run
|
chmod +x ./NVIDIA-Linux-x86_64-418.74.run
|
||||||
./NVIDIA-Linux-x86_64-418.56.run
|
./NVIDIA-Linux-x86_64-418.74.run
|
||||||
```
|
```
|
||||||
|
|
||||||
### Check driver
|
### Check driver
|
||||||
|
Loading…
Reference in New Issue
Block a user