Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created March 3, 2018 22:53
Show Gist options
  • Save Voronenko/2bb3ed1ea78dfd08b34d322b9a433e87 to your computer and use it in GitHub Desktop.
Save Voronenko/2bb3ed1ea78dfd08b34d322b9a433e87 to your computer and use it in GitHub Desktop.
debian intel hang
Press Alt+F2 to switch to a new console
sudo apt-get purge xserver-xorg-video-intel then reboot
sudo apt-get install xserver-xorg-video-intel
nano /etc/X11/xorg.conf, remove any present code (if applicable) and enter the following:
Section "Device"
Identifier "Card0"
Driver "intel"
Option "AccelMethod" "sna"
EndSection
Save the file and reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment