Created
December 23, 2013 18:35
-
-
Save sanguis/8102272 to your computer and use it in GitHub Desktop.
reinstall x
This file contains hidden or 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