From f3c0af1f32d2747d80e1e788e82f32cce5b3a073 Mon Sep 17 00:00:00 2001 From: keylase Date: Thu, 24 May 2018 13:55:30 +0300 Subject: [PATCH 1/5] Update README.md Up version of driver --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dbc2efb..f0ce41f 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ requirements: - ubuntu 14.04 - nvenc-compatible gpu -- nvidia 375.39 driver +- nvidia 378.13 driver # step-by-step : -Download driver: https://yadi.sk/d/yahf1Y-D3PJnzd +Download driver: https://yadi.sk/d/d87mf0y03WTbb5 ```bash -chmod +x ./NVIDIA-Linux-x86_64-375.39.run +chmod +x ./NVIDIA-Linux-x86_64-378.13.run -./NVIDIA-Linux-x86_64-375.39.run +./NVIDIA-Linux-x86_64-378.13.run ``` check driver: @@ -22,13 +22,13 @@ mkdir ~/nvenc_backup cd ~/nvenc_backup -cp /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.375.39 ~/nvenc_backup/ +cp /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.378.13 ~/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 +./patch.sh ~/nvenc_backup/libnvidia-encode.so.378.13 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.378.13 reboot ``` From eace68f1c8977a62c6a3c062432b8bce67d81766 Mon Sep 17 00:00:00 2001 From: keylase Date: Thu, 24 May 2018 13:55:55 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ce41f..44a6cc5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nvidia-patch requirements: -- ubuntu 14.04 +- Ubuntu 17.10 - nvenc-compatible gpu - nvidia 378.13 driver From f56ea53edb89ef436c9ecc5e43e1555c71c0f39a Mon Sep 17 00:00:00 2001 From: keylase Date: Thu, 24 May 2018 16:37:54 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a6cc5..a781092 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ requirements: - Ubuntu 17.10 - nvenc-compatible gpu +- kernel - 4.4.0-101-generic - nvidia 378.13 driver # step-by-step : @@ -12,7 +13,7 @@ Download driver: https://yadi.sk/d/d87mf0y03WTbb5 chmod +x ./NVIDIA-Linux-x86_64-378.13.run ./NVIDIA-Linux-x86_64-378.13.run -``` +```https://github.com/keylase/nvidia-patch/issues check driver: ```bash From ce878e07b570c5fb679f1ca6b7deab5b2b4790d4 Mon Sep 17 00:00:00 2001 From: keylase Date: Thu, 24 May 2018 16:40:14 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a781092..4f9b143 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ requirements: - Ubuntu 17.10 - nvenc-compatible gpu -- kernel - 4.4.0-101-generic +- kernel (<4.10.0)- 4.4.0-101-generic - nvidia 378.13 driver # step-by-step : From 36ad5373a437ee549e761b58c27e75c3d79a0121 Mon Sep 17 00:00:00 2001 From: keylase Date: Thu, 24 May 2018 16:41:56 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f9b143..889757c 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,13 @@ requirements: # step-by-step : Download driver: https://yadi.sk/d/d87mf0y03WTbb5 -```bash + chmod +x ./NVIDIA-Linux-x86_64-378.13.run ./NVIDIA-Linux-x86_64-378.13.run -```https://github.com/keylase/nvidia-patch/issues -check driver: -```bash +# check driver: + nvidia-smi mkdir ~/nvenc_backup