[arch-commits] Commit in xf86-video-intel/trunk (xf86-video-intel.install)

Jan Steffens heftig at archlinux.org
Sat Jul 19 20:05:43 UTC 2014


    Date: Saturday, July 19, 2014 @ 22:05:42
  Author: heftig
Revision: 217486

Use new OutputClass method; doesn't cause an error when there is no intel card, such as in XWayland

Modified:
  xf86-video-intel/trunk/xf86-video-intel.install

--------------------------+
 xf86-video-intel.install |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: xf86-video-intel.install
===================================================================
--- xf86-video-intel.install	2014-07-19 19:51:55 UTC (rev 217485)
+++ xf86-video-intel.install	2014-07-19 20:05:42 UTC (rev 217486)
@@ -10,8 +10,9 @@
     fall back to UXA if you run into trouble or test experimental
     Glamor acceleration. To do so, save a file with the following 
     content as /etc/X11/xorg.conf.d/20-intel.conf :
-      Section "Device"
+      Section "OutputClass"
         Identifier  "Intel Graphics"
+        MatchDriver "i810|i915"
         Driver      "intel"
         Option      "AccelMethod"  "sna"
         #Option      "AccelMethod"  "uxa"




More information about the arch-commits mailing list