Created
March 3, 2018 22:53
-
-
Save Voronenko/2bb3ed1ea78dfd08b34d322b9a433e87 to your computer and use it in GitHub Desktop.
debian intel hang
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
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