I had a perfectly working installation of Ubuntu 16.04 with a GTX-650Ti. It's been working for months...maybe a year. Unfortunately, I don't remember which drivers I installed because it was so long ago. Yesterday I installed the Cuda toolkit and rebooted. Now the machine boots to the grub menu and when I choose -79 (the version I'm running) the system continues the boot process to the crypt password screen and hangs. It doesn't accept input from the keyboard. However I can ctrl-alt-f2
and get to a "console" that echos keyboard input (letters show up on the blank black screen) but there is no command prompt and the computer doesn't respond to the input in any way (other than echoing it to the screen).
I can "recover" from this hang by rebooting to a recovery (root) prompt from the grub menu and purging the nvidia installation (apt-get purge nvidia*
).
What have I tried?
I've tried installing several different driver versions (304, 375, 381, 352, etc.). All versions do exactly as I have described above.
I've tried adding nomodeset to the grub boot loader, but with the nvidia drivers installed I get the same behavior described above.
I've tried getting to a command prompt and running sudo prime-select intel
. Same behavior as described above.
I got the ideas about nomodeset and prime-select from this post: Ubuntu 16.04 + Nvidia Driver = Blank screen.
The result of ubuntu-drivers devices
is:
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
vendor : NVIDIA Corporation
modalias : pci:v000010DEd000011C6sv00003842sd00003653bc03sc00i00
model : GK106 [GeForce GTX 650 Ti]
driver : nvidia-370 - third-party free
driver : nvidia-375 - distro non-free
driver : nvidia-340 - third-party free
driver : nvidia-304 - distro non-free
driver : nvidia-378 - third-party free
driver : nvidia-381 - third-party free recommended
driver : xserver-xorg-video-nouveau - distro free builtin
== cpu-microcode.py ==
driver : intel-microcode - distro non-free
To be clear, my video works when the Nouveau driver is in play, just not my GPU...in other words I can't play video games or start learning about CudaCore computing. It's the Cudo core GPU that I need to get working. And to reiterate: it WAS working until I installed the Cuda toolkit. Now I've uninstalled the Cuda toolkit and still can't get any of the available nvidia drivers working.
So now I'm turning to you-all for more ideas. How can I get this thing working again?
/etc/X11
folder and see if there are anyxorg.conf.xxxxxx
backup files or if you actually have axorg.conf
file. If you don't have thexorg.conf
file but you do have backups, move the most recent one back toxorg.conf
and reboot. – Terrance Jun 09 '17 at 14:34