Date: Sunday, August 4, 2013 @ 18:53:10 Author: lcarlier Revision: 192032
upgpkg: xf86-video-intel 2.21.14-1 upstream update 2.21.14, set sna as default acceleration method Modified: xf86-video-intel/trunk/PKGBUILD xf86-video-intel/trunk/xf86-video-intel.install --------------------------+ PKGBUILD | 7 ++++--- xf86-video-intel.install | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-04 11:59:30 UTC (rev 192031) +++ PKGBUILD 2013-08-04 16:53:10 UTC (rev 192032) @@ -3,7 +3,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=xf86-video-intel -pkgver=2.21.13 +pkgver=2.21.14 pkgrel=1 arch=(i686 x86_64) url="http://xorg.freedesktop.org/" @@ -19,13 +19,14 @@ options=('!libtool') groups=('xorg-drivers' 'xorg') source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('76e17cebf79d3c3c98af246fcfb55018aa12e2d56fe5f3b6d54b93e90837efa8') +sha256sums=('cc74d482dfd1f6b87773233a6d5c36118039b42fe7f8d99ee28bda7b78aa3b49') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ - --enable-dri + --enable-dri \ + --with-default-accel=sna make } Modified: xf86-video-intel.install =================================================================== --- xf86-video-intel.install 2013-08-04 11:59:30 UTC (rev 192031) +++ xf86-video-intel.install 2013-08-04 16:53:10 UTC (rev 192032) @@ -1,8 +1,8 @@ post_install() { - echo ">>> This driver now allows to switch" - echo ">>> between sna/uxa acceleration methods." + 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\" \"sna\"" - echo ">>> use uxa method if you run into trouble with sna." + echo ">>> Option \"AccelMethod\" \"uxa\"" }
