From 5dcaec2dcb5d77721268ed7939adec42cded51a7 Mon Sep 17 00:00:00 2001 From: keylase Date: Wed, 1 Nov 2017 16:40:23 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5597705..2081b07 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ requirements: # 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 @@ -30,6 +31,7 @@ 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 +```