Package Details: xf86-video-intel-glamor-git 2.99.917.62.g2e7ae76-1

Package Base: xf86-video-intel-glamor-git
Description: X.org Intel i810/i830/i915/945G/G965+ video drivers with Glamor acceleration
Upstream URL: http://intellinuxgraphics.org/
Category: x11
Licenses: custom
Conflicts: xf86-video-intel
Provides: xf86-video-intel
Submitter: None
Maintainer: None
Last Packager: rains
Votes: 7
First Submitted: 2012-04-18 13:12
Last Updated: 2015-01-28 15:57

Dependencies (13)

Required by (0)

Sources

Latest Comments

Comment by steeno

2013-12-31 17:33

@gaougalos
you need to change "cd ${_gitname}" to "cd build" in the package() section in the PKGBUILD file to solve your problem.

Comment by gaougalos

2012-10-17 22:36

i have this when i try to build

==> Entering fakeroot environment...
==> Starting package()...
make: *** No rule to make target `install'. Stop.
==> ERROR: A failure occurred in package().
Aborting...

Comment by kevku

2012-05-20 12:17

tested on GMA965 and it felt slightly faster than normal drivers but caused a lot of flicker in video playback so it unusable for me atm

Comment by erdk

2012-04-28 19:19

Fixes 'make install' issue also I've added perf flags for SNB processors:

+pkgver=20120428
pkgrel=1
pkgdesc='X.org Intel i810/i830/i915/945G/G965+ video drivers with Glamor acceleration'
arch=('i686' 'x86_64')
@@ -39,19 +39,19 @@
./autogen.sh \
--prefix=/usr/ \
--enable-glamor \
- --enable-dri
+ --enable-dri \
+ --enable-kms-only \
+ --enable-sna # Enable SandyBridge's New Acceleration (SNA)
#--enable-debug=full \
# other useful options you can add (as you see fit):
# --disable-xvmc Disable XvMC support [[default=yes]]
- # --enable-kms-only Assume KMS support [[default=no]]
- # --enable-sna Enable SandyBridge's New Acceleration (SNA)
# [options=default|gen2|gen3|ge4|gen5|gen6]

make
}

package() {
- cd ${_gitname}
+ cd build

make DESTDIR="$pkgdir" prefix=/usr/ install