Adding nouveau.blacklist=1
on the linux line might help, or...
$ cat /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0
The linux line is what I have seen earlier, that has obviously changed...
the '...disable-nouveau.conf' file is what there is now.
Oh, if you try to install the driver from the Text login (CTRL-ALT-F1) then you need to sudo -i
and then do
stop lightdm # or whatever window manager you have
init 3
before you attempt to install/uninstall.
For what it is worth:
I'm on Ubuntu 14.04.2, 3.16 kernel, with a GTX 780, v352.30 proprietary driver
I normally boot into rescue mode to remedy problems with the driver, lately that has most often been as simple as
bash NVIDIA...run --uninstall
immediately followed by a
bash NVIDIA...run
and necessary only as some sort of graphics system component, or kernel, has been updated.
1
Did you try to boot into text mode? See here for example: http://unix.stackexchange.com/questions/15527/how-to-boot-debian-into-text-mode-without-using-gui
– Sleafar – 2015-08-03T18:17:32.573yes, and .run still says nouveau is in use ( and it is correct ) – Carl – 2015-08-03T18:30:01.807