Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Last active December 22, 2015 11:18
Show Gist options
  • Save dwilkins/6464308 to your computer and use it in GitHub Desktop.
Save dwilkins/6464308 to your computer and use it in GitHub Desktop.
X11 Config file for Fedora 19 (et. al.) that keeps the graphics card from going into thermal meltdown
# file: /etc/X11/xorg.conf.d/20-intel.conf
# source: https://wiki.archlinux.org/index.php/Intel_Graphics#Choose_acceleration_method
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment