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

Jan Steffens heftig at nymeria.archlinux.org
Sat Aug 10 23:37:40 UTC 2013


    Date: Sunday, August 11, 2013 @ 01:37:40
  Author: heftig
Revision: 192412

Improve post_install message

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

--------------------------+
 xf86-video-intel.install |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: xf86-video-intel.install
===================================================================
--- xf86-video-intel.install	2013-08-10 21:15:00 UTC (rev 192411)
+++ xf86-video-intel.install	2013-08-10 23:37:40 UTC (rev 192412)
@@ -5,10 +5,15 @@
 }
 
 post_install() {
-  echo ">>> This driver now uses sna as the default"
-  echo ">>> acceleration methods."
-  echo ">>> You can use uxa method if you run into trouble."
-  echo ">>> Add to the device section in /etc/X11/xorg.conf"
-  echo ">>>   Option \"AccelMethod\" \"uxa\""
+  cat <<MSG
+>>> This driver now uses SNA as the default acceleration method. You can
+    still fall 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"  "uxa"
+      EndSection
+MSG
 }
 




More information about the arch-commits mailing list