mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
Update for 410.78
Update Readme for current Linux Long Lived Driver, 410.78. This driver supports all GPU's of today.
This commit is contained in:
parent
99b5e73f59
commit
d254104548
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -14,13 +14,14 @@ Tested on Ubuntu 18.04 LTS (GNU/Linux 4.15.0-23-generic x86_64)
|
||||||
### Download driver
|
### Download driver
|
||||||
http://us.download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_64-375.39.run
|
http://us.download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_64-375.39.run
|
||||||
http://us.download.nvidia.com/XFree86/Linux-x86_64/396.24/NVIDIA-Linux-x86_64-396.24.run
|
http://us.download.nvidia.com/XFree86/Linux-x86_64/396.24/NVIDIA-Linux-x86_64-396.24.run
|
||||||
|
http://us.download.nvidia.com/XFree86/Linux-x86_64/410.78/NVIDIA-Linux-x86_64-410.78.run
|
||||||
|
|
||||||
### Install driver 396.24
|
### Install driver (410.78)
|
||||||
```bash
|
```bash
|
||||||
mkdir /opt/nvidia && cd /opt/nvidia
|
mkdir /opt/nvidia && cd /opt/nvidia
|
||||||
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/396.24/NVIDIA-Linux-x86_64-396.24.run
|
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/410.78/NVIDIA-Linux-x86_64-410.78.run
|
||||||
chmod +x ./NVIDIA-Linux-x86_64-396.24.run
|
chmod +x ./NVIDIA-Linux-x86_64-410.78.run
|
||||||
./NVIDIA-Linux-x86_64-396.24.run
|
./NVIDIA-Linux-x86_64-410.78.run
|
||||||
```
|
```
|
||||||
|
|
||||||
### Check driver
|
### Check driver
|
||||||
|
@ -50,5 +51,3 @@ https://habr.com/post/262563/
|
||||||
If you experience `CreateBitstreamBuffer failed: out of memory (10)`, then you have to lower buffers number used for every encoding session. If you are using `ffmpeg`, consider using this [patch](https://gist.github.com/Snawoot/70ae403716c698cb86ab015626d72bd4).
|
If you experience `CreateBitstreamBuffer failed: out of memory (10)`, then you have to lower buffers number used for every encoding session. If you are using `ffmpeg`, consider using this [patch](https://gist.github.com/Snawoot/70ae403716c698cb86ab015626d72bd4).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue