xf86-video-intel: Explicitely disable TearFree and TripleBuffer

This commit is contained in:
fritsch 2016-08-13 08:54:12 +01:00 committed by MilhouseVH
parent ce0e76e1f5
commit 12e3c05d0d

View File

@ -0,0 +1,7 @@
Section "Device"
Identifier "Device0"
Driver "intel"
VendorName "INTEL Corporation"
Option "TripleBuffer" "false"
Option "TearFree" "false"
EndSection