Skip to content

Commit

Permalink
xf86-video-intel: Explicitely disable TearFree and TripleBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
fritsch committed Jan 19, 2016
1 parent 858f646 commit e7cbe9c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/Generic/filesystem/etc/X11/xorg-i915.conf
@@ -0,0 +1,7 @@
Section "Device"
Identifier "Device0"
Driver "intel"
VendorName "INTEL Corporation"
Option "TripleBuffer" "false"
Option "TearFree" "false"
EndSection

0 comments on commit e7cbe9c

Please sign in to comment.