Created
March 11, 2012 13:24
-
-
Save Jim-Holmstroem/2016468 to your computer and use it in GitHub Desktop.
Reinstall X (Nvidia)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get purge nvidia* | |
#remove xorg.conf | |
sudo apt-get --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:i386 libgl1-mesa-dri:amd64 | |
sudo dpkg-reconfigure xserver-xorg | |
sudo reboot | |
sudo apt-get install nvidia-current | |
#if this doesn't work | |
sudo apt-get install linux-headers-generic-pae |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks, saved my ass!