summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-18 12:59:58 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-18 12:59:58 -0300
commitf04f84ee9902c5aa8a88107bf0461aeef0030b9e (patch)
tree18f02f6ddf8d00d97af855dba055f89f615e3939 /testing
parentf8dc0992fd9d1751e8de891cf74a655c32b8e922 (diff)
parent63d179775e063452db6358e15b9847e7fc6c84b6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/gummi/PKGBUILD community-staging/mtpaint/PKGBUILD community-staging/mtpaint/mtpaint.install extra/php-xcache/PKGBUILD kde-unstable/akonadi/PKGBUILD kde-unstable/kdeedu-kig/PKGBUILD kde-unstable/kdeedu-rocs/PKGBUILD testing/xf86-video-intel/PKGBUILD
Diffstat (limited to 'testing')
-rw-r--r--testing/xf86-video-intel/xf86-video-intel.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/xf86-video-intel/xf86-video-intel.install b/testing/xf86-video-intel/xf86-video-intel.install
new file mode 100644
index 000000000..e3ddb5522
--- /dev/null
+++ b/testing/xf86-video-intel/xf86-video-intel.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ">>> This driver now allows to switch"
+ echo ">>> between several acceleration methods."
+ echo ">>> Add to the device section in /etc/X11/xorg.conf"
+ echo ">>> Option \"AccelMethod\" \"sna\""
+ echo ">>> use uxa/xaa method if you run into trouble with sna."
+}
+