Skip to content

Instantly share code, notes, and snippets.

@murilopontes
Created October 16, 2016 14:00
Show Gist options
  • Save murilopontes/09dde4f50f14670186a42cdeccd580a0 to your computer and use it in GitHub Desktop.
Save murilopontes/09dde4f50f14670186a42cdeccd580a0 to your computer and use it in GitHub Desktop.
#!/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