Last active
December 22, 2015 11:18
-
-
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
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
# 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