Created
October 16, 2016 14:00
-
-
Save murilopontes/09dde4f50f14670186a42cdeccd580a0 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
echo ' | |
Section "Device" | |
Identifier "Intel Graphics" | |
Driver "intel" | |
Option "AccelMethod" "uxa" | |
EndSection | |
' > /usr/share/X11/xorg.conf.d/20-intel.conf | |
/etc/init.d/lightdm restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment