- Intel i7-6850K @ 3.60GHz
- GTX 1070
- Fresh install of Ubuntu 16.04
Note - did not encrypt home directory or xda drive
- No packages installed yet
- Enter Desktop after standard boot of Ubuntu - not in safe mode or TTY space - just standard desktop
-
sudo apt-get remove nvidia*
-
sudo apt-get autoremove
-
sudo apt-get update
-
sudo apt-get install dkms build-essential linux-headers-generic vim
-
sudo vim /etc/modprobe.d/blacklist-nouveau.conf
and add the following lines:blacklist nouveau blacklist lbm-nouveau options nouveau modeset=0 alias nouveau off alias lbm-nouveau off
-
echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf
-
sudo update-initramfs -u
-
cd ~/Downloads/
-
wget us.download.nvidia.com/XFree86/Linux-x86_64/384.90/NVIDIA-Linux-x86_64-384.90.run
-
chmod +x NVIDIA-Linux-x86_64-384.90.run
-
reboot
-
Once rebooted, go into TTY1 (
CTRL
+ALT
+F1
) and login -
In root directory:
mv ~/Downloads/NVIDIA-Linux-x86_64-384.90.run ./NVIDIA-Linux-x86_64-384.90.run
-
sudo /etc/init.d/lightdm stop
-
sudo ./NVIDIA-Linux-x86_64-384.90.run
(select yes to everything) -
Once finished
reboot
-
To test run:
nvidia-smi
- should show:NVIDIA-SMI 384.90
at the top
Sources: AllAboutLinux.eu