Skip to content

Instantly share code, notes, and snippets.

@sanguis
Created December 23, 2013 18:35
Show Gist options
  • Save sanguis/8102272 to your computer and use it in GitHub Desktop.
Save sanguis/8102272 to your computer and use it in GitHub Desktop.
reinstall x
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