fixed xf86-video-intel uxa/sna driver glitches

This commit is contained in:
2019-02-03 22:13:57 +01:00
parent c55315318b
commit 1843660fc3
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# This driver uses SNA as the default acceleration method. You can try
# falling back to UXA if you run into trouble. To do so, save a file with
# the following content as /etc/X11/xorg.conf.d/20-intel.conf :
# https://bbs.archlinux.org/viewtopic.php?pid=1533863#p1533863
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
#Option "AccelMethod" "sna"
EndSection