Username: Password: Remember me
Search Criteria Advanced
Package Details

xf86-video-intel-git 20100110-1
http://xorg.freedesktop.org/
X.org Intel i810/i830/i915/945G/G965+ video drivers

unsupported :: x11
Maintainer: None
Votes: 80

License: custom

Last Updated: Sun, 10 Jan 2010 15:45:41 +0000
First Submitted: Sun, 27 Jul 2008 16:36:25 +0000

Tarball :: Files :: PKGBUILD

Dependencies intel-dri>=7.6 libdrm>=2.4.16 libpciaccess>=0.10.9 libxvmc

Sources
LICENSE
Comment by: breakdown on Sat, 06 Feb 2010 12:28:58 +0000
Unfortunely I can no longer mantain this package.
Disowned.
Comment by: breakdown on Sat, 12 Dec 2009 11:00:29 +0000
Updated PKGBUILD to reflect new libdrm version dependency
Comment by: breakdown on Sat, 12 Dec 2009 10:54:57 +0000
With libdrm from testing repo all works fine.
Comment by: tankmcp on Fri, 11 Dec 2009 20:27:18 +0000
Will not build, error:

checking for DRM... configure: error: Package requirements (libdrm >= 2.4.16) were not met:

even with libdrm-git installed?
Comment by: anrxc on Fri, 13 Nov 2009 20:10:24 +0000
Since 24.09 XvMC doesn't build here, any ideas?
Comment by: mechmg93 on Sun, 18 Oct 2009 11:37:21 +0000
using this driver lately with GM965/GL960 chipset, i cannot have Xserver running, saying "no screens found" anyone else having the same problem?
Comment by: goranagar on Wed, 14 Oct 2009 09:58:05 +0000
I have mesa-git glproto-git intel-dri-git etc. packages installed. I had to modify PKGBUILD to install xf86-video-intel-git.
I didn't mean that you must have -git packages to build this one; I meant that (for example) you could have intel-dri>=7.5 or intel-dri-git ad dependencies.

[Note: I don't know if it's possible]
Comment by: breakdown on Tue, 13 Oct 2009 20:05:59 +0000
I don't think that adding these -git version is useful, unless that's strictly necessary, as for the xorg-util-macros dependency, which breaks build process.
IMHO, the risk is to have a dependency-loop with one git version dependency who needs another git dependency package, who maybe the maintainer has not updated it yet. Probably there are some downsides doing this way, but considering that, at the moment, the only "really" dependency is the updated version of the util-macros, I think that's the best thing to do.
But if most of you think I'm terribly wrong, I'll include these -git versions :)

PS: Here on Intel 915GM, all works flawless with this setup.
Comment by: goranagar on Tue, 13 Oct 2009 19:34:39 +0000
PKGBUILD should probably allow intel-dri-git, libdrm-git and glproto-git as dependencies and makedepends
Comment by: breakdown on Tue, 13 Oct 2009 19:16:23 +0000
Yeah, I know, was waiting for updated version of util-macros entering officially into repos. Until that moment, you can use this PKGBUILD and install it by hand (I don't think that's the case to make also an AUR version of it):



# $Id$
#Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=xorg-util-macros
pkgver=1.3.0
pkgrel=1
pkgdesc="X.Org Autotools macros"
arch=(i686 x86_64)
license=('custom')
url="http://xorg.freedesktop.org/"
source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2)
md5sums=('0837fe88af7d692308b25815457a3288')


build() {
cd "${srcdir}/util-macros-${pkgver}"
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
}
Comment by: heftig on Tue, 13 Oct 2009 01:48:30 +0000
Doesn't build anymore, makedepend xorg-util-macros>=1.3.0
Comment by: breakdown on Sun, 02 Aug 2009 11:48:05 +0000
Included missing LICENSE file.
Thanks fs4000 :)
Comment by: fs4000 on Sun, 02 Aug 2009 10:55:49 +0000
Seems you forgot to include the LICENSE file in the tarball. You can get it from the official package: http://repos.archlinux.org/viewvc.cgi/xf86-video-intel/trunk/
Comment by: breakdown on Sun, 02 Aug 2009 09:24:06 +0000
Package adopted.
Comment by: fs4000 on Wed, 29 Jul 2009 13:17:41 +0000
Updated and disowned. I won't have time for my packages the next months.
Comment by: jacobw on Sat, 06 Jun 2009 04:06:39 +0000
I finally have a stable GM45, not sure which change it was but the GPU no longer freezes when using the mouse on an xv video.

I actually used my own PKGBUILD as i didn't know this one existed, but they are the same.

This is on 2.6.30-rc8, intel 2.7.99.1 didn't help.
Comment by: fs4000 on Thu, 28 May 2009 15:45:13 +0000
Updated, but I cannot maintain it for long.
Comment by: Tera on Sun, 05 Apr 2009 14:11:54 +0000
Update or disown
Comment by: bldewolf on Mon, 09 Mar 2009 03:21:41 +0000
On the second run, the git pull will fail because the line reads "cd $_gitname $$ git-pull origin". This line should be "cd $_gitname && git pull origin"
Comment by: ajes on Sun, 26 Oct 2008 06:19:08 +0000
In makedepends you should add:
autoconf and pkgconfig
Comment by: xduugu on Sun, 19 Oct 2008 13:41:46 +0000
Found a typo in PKGBUILD. The license should go into /usr not /user.

Thanks for the PKGBUILD anyway. ;)
Comment by: ArchPetr on Thu, 14 Aug 2008 00:10:07 +0000
There is one bug that occurs on my system too (http://article.gmane.org/gmane.comp.freedesktop.xorg/30763) in intel driver:

(EE) intel(0): underrun on pipe B!
Comment by: Jury on Sat, 09 Aug 2008 19:25:08 +0000
Problem solved by installing git version of xorg-server.
Comment by: Jury on Thu, 07 Aug 2008 13:39:18 +0000
Hello, I have problem compiling this package. It says it needs libdrm>=2.4.0, but libdrm-git is 2.3.1 and I was unable to find any information about the new version. Anyone has a clue how to make it work?
Comment by: bockel on Sat, 02 Aug 2008 19:50:16 +0000
yes... it should conflict with xf86-video-intel. I updated the pkg.
Comment by: mOLOk on Thu, 31 Jul 2008 16:20:15 +0000
shouldn't this conflict with xf86-video-intel?

v1.6.0