[arch-commits] Commit in xf86-video-intel/trunk (xf86-video-intel.install)
Jan Steffens
heftig at archlinux.org
Sat Feb 7 22:23:36 UTC 2015
Date: Saturday, February 7, 2015 @ 23:23:36
Author: heftig
Revision: 231116
Glamor support got removed in 2.99.917
Modified:
xf86-video-intel/trunk/xf86-video-intel.install
--------------------------+
xf86-video-intel.install | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: xf86-video-intel.install
===================================================================
--- xf86-video-intel.install 2015-02-07 20:23:37 UTC (rev 231115)
+++ xf86-video-intel.install 2015-02-07 22:23:36 UTC (rev 231116)
@@ -6,16 +6,14 @@
post_install() {
cat <<MSG
->>> This driver uses SNA as the default acceleration method. You can
- 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 :
+>>> 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 :
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
- Option "AccelMethod" "sna"
- #Option "AccelMethod" "uxa"
- #Option "AccelMethod" "glamor"
+ Option "AccelMethod" "uxa"
+ #Option "AccelMethod" "sna"
EndSection
MSG
}
More information about the arch-commits
mailing list