This is on a Thinkpad W510. Kernel is 3.13.0-36-generic pushed on Sept.3
Today's update required a reboot, after which the system boots,but X fails, displaying console login prompt for a few seconds, finally leaving a black,unresponsive screen. Failsafe grapics mode also fails the same way.
I've been poking around from a console login
The update left me without a /etc/X/xorg.conf, so I copied the last good one. This eliminated some error messages, but left X trying to fi d an appropriate driver module. It succesively tried, and failed for "nvidia", "fbdev", and vesa.
I'd done some CUDA development on this machine in the past, so I had been using a driver from Nvidia, which I may try reinstalling.
Suggestions?
sudo apt-get purge
followed by the package name(s), to remove all the config files also, rather thansudo apt-get remove
. To show all installed packages related to nvidia, run the commanddpkg -l | grep nvidia
. – mchid Sep 24 '14 at 01:06