This is the same dreaded story in Ubuntu with nVidia drivers ... I got a new machine with the K2200 nVidia card in it and now I'm unable to boot again after installing the latest nVidia drivers for this card. This machine is behind a heavy secured proxy and I need to do a lot of trial error before getting internet and the latest update version of trusty 14.04, but for this I also needed a desktop up and running therefore I installed the nVidia driver from its download site.
I would like to reset back the display settings to default or minimal display to have a working environment. How can I do that? Note I have done several attempts and the backup settings may be gone.
UPDATE (1)
To install the nVidia driver I did the following:
- Download the driver of Quadro K2200 from a different machine
- copy it into a USB drive
- Install the driver in the new machine.
UPDATE (2)
I managed to run
$ sudo ./NVIDIAxxxxxxxxxxxxxxxxx --uninstall
it acknowledged that nVidia was successfully uninstalled but still I still see no desktop after boot just the black screen of voidness.
for f in /etc/modprobe.d/*; do echo $f; cat $f | grep nouveau; done
– Pilot6 May 26 '15 at 15:29