mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-21 05:43:12 -07:00
Update README.md
This commit is contained in:
parent
61ecc9971c
commit
04890b3555
1 changed files with 7 additions and 0 deletions
|
@ -13,14 +13,21 @@ chmod +x ./NVIDIA-Linux-x86_64-375.39.run
|
|||
./NVIDIA-Linux-x86_64-375.39.run
|
||||
|
||||
check driver:
|
||||
|
||||
nvidia-smi
|
||||
|
||||
mkdir ~/nvenc_backup
|
||||
|
||||
cd ~/nvenc_backup
|
||||
|
||||
cp /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.375.39 ~/nvenc_backup/
|
||||
|
||||
wget https://raw.githubusercontent.com/keylase/nvidia-patch/master/patch.sh
|
||||
|
||||
chmod +x patch.sh
|
||||
|
||||
./patch.sh ~/nvenc_backup/libnvidia-encode.so.375.39 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.375.39
|
||||
|
||||
reboot
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue