linuxscripts/etc/X11/xorg.conf.d/20-intel.conf
2018-06-04 17:48:31 -05:00

12 lines
288 B
Text

#Section "Device"
# Identifier "Intel Graphics"
# Driver "intel"
# Option "DRI" "false"
#EndSection
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "3"
Option "AccelMethod" "sna" # fallback
Option "TearFree" "true"
EndSection