환경 : ubuntu 12.04 32bit |
http://blog.naver.com/bagjunggyu?Redirect=Log&logNo=130180130651
http://www.techlw.com/2012/03/install-nvidia-drivers-on-ubuntu-1204.html
http://askubuntu.com/questions/202677/nvidia-driver-doesnt-work-in-12-10
I had a similar problem. Solved like this:
Boot as normal and get to login screen
press Ctrl+Alt+F1
Login with your username and password.
type
sudo stop lightdm
and press Enter, stops X11type
sudo apt-get purge nvidia*
and press Enter - clears all nvidia itemstype
sudo apt-get install xserver-xorg-video-nouveau
and press Enter - will install this package or tell you if it is already there.type
sudo reboot
This got me back up and running (although no icons in Unity Launcher - since need correct graphic drivers) check system settings to search for Additional drivers to see if this can be addressed - although adding wrong drivers may cause the system to be faulty or freeze after login.
http://ubuntuforums.org/archive/index.php/t-1364957.html