I just tried updating from CUDA-5.0 to CUDA-6.5 and seem to have broken my GUI interface. I tried to update with the following procedure:
sudo dpkg -i cuda-repo-ubuntu1404_6.5-14_amd64.deb
sudo apt-get update
sudo apt-get install cuda
I then updated my PATH and LD_LIBRARY_PATH environment variables so that they contained paths to /usr/local/cuda-6.5.
However, when I reboot my machine, the resolution of the logon screen is wrong - everything is slightly too large, and after I logon, all I get is the background screen. I have no access to icons or menus, although my touchpad still works and I can move a pointer around the screen.
When I switch to one of my virtual terminals, I can verify that:
lspcistill shows my NVIDIA GeForce GTX 670MX/usr/bin/cuda-6.5is installednvcc -Vshows 'Cuda compilation tools, release 6.5, V6.5.12'
But, cat /proc/driver/nvidia/version claims there is no such file or directory.
Also, I don't even have the /proc/driver/nvidia directory.
I think that I somehow removed my nvidia drivers, even though I still get some graphics for the logon screen.
Does anyone know how I can fix things or what other debugging steps I should try, so that I can use my GUI interface again?
Thanks...
PS
I just tried to install the nvidia-340 driver by:
sudo add-apt-repository ppa:xorg-edgers/ppasudo apt-get updatesudo apt-get install nvidia-340
It seems to claim that nvidia-340 is installed
nvidia-340 is already the newest version.
nvidia-340 set to manually installed
but there's still no /proc/driver/nvidia directory... Am I missing something obvious?
Thanks