Comment 19 for bug 1619306

Revision history for this message
Henryque (fusionnitroquantic) wrote :

Hello good morning, good afternoon, good evening or good sun-up.
In Ubuntu 16.04 lts you have install Nvidia 370.23 beta driver.

case try install nvidia, you have write in terminal

sudo apt-get remove nvidia*
sudo apt-get autoremove

Download Nvidia 370.23 or higth in nvidia site: http://www.nvidia.com.br/Download/index.aspx
Save in Downloads folder

Now without Nvidia Driver you have install headers

sudo apt-get update
sudo apt-get install dkms build-essential linux-headers-generic

next unistall nouveau

sudo nano /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

Save!!!

now write in terminal

echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf

for block nouveau

sudo update-initramfs -u

for update kernel

reboot your computer

Enter with ctrl+alt+F1 in comand line

write

cd /Downloads/

chmod +x NVIDIA-Linux-x86_64-370.23.run

Stop the GUI

sudo service lightdm stop

install

sudo ./NVIDIA-Linux-x86_64-370.23.run

case don't open

write:

cd /NVIDIA-Linux-x86_64-370.23/

sudo ./nvidia-installer

install driver follow instruction for beautiful interface :D

next

write "ls" for look folder you are

if you are in NVIDIA-Linux-x86_64-370.23 folder

write

sudo nvidia-xconfig

else

cd /NVIDIA-Linux-x86_64-370.23/
sudo nvidia-xconfig

reboot your computer

now your driver are install

source:

http://www.allaboutlinux.eu/remove-nouveau-and-install-nvidia-driver-in-ubuntu-15-04/

it's works in ubuntu 16.04 lts but it need install nvidia 370