mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-08-30 18:32:50 +00:00
nvidia-patch
requirements:
- ubuntu 14.04
- nvenc-compatible gpu
- nvidia 375.39 driver
step-by-step :
Download driver: https://yadi.sk/d/yahf1Y-D3PJnzd
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
Description
Languages
Python
53.9%
Shell
33.9%
C
4%
C++
3.8%
HTML
2.8%
Other
1.6%