I have an ASUS motherboard deluxe and am trying to use GeForce GTX 980 Ti with Ubuntu.
I did the following in the terminal:
sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers
sudo apt-get update
sudo apt-get install nvidia-384
Then I reboot. When I try to login, I get a black screen with a white line that says:
/dev/sdb2: clean, 291272/4292608 files, 480345/18174432 blocks
and it won’t login. I can remove the nvidia driver by doing ctrl+alt+f2 then doing
sudo apt-get purge nvidia*
Then I can log in but the gtx 980 ti is using the nouveau driver again, as lscpi -v shows.
I tried what was suggested in:
which is to do
sudo vi /etc/default/grub
and add nomodeset:
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash nomodeset”