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
Dependencies intel-dri>=7.6 libdrm>=2.4.16 libpciaccess>=0.10.9 libxvmc
Unfortunely I can no longer mantain this package.
Disowned.
Updated PKGBUILD to reflect new libdrm version dependency
With libdrm from testing repo all works fine.
Will not build, error:
checking for DRM... configure: error: Package requirements (libdrm >= 2.4.16) were not met:
even with libdrm-git installed?
Since 24.09 XvMC doesn't build here, any ideas?
using this driver lately with GM965/GL960 chipset, i cannot have Xserver running, saying "no screens found" anyone else having the same problem?
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]
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.
PKGBUILD should probably allow intel-dri-git, libdrm-git and glproto-git as dependencies and makedepends
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
}
Doesn't build anymore, makedepend xorg-util-macros>=1.3.0
Included missing LICENSE file.
Thanks fs4000 :)
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/
Package adopted.
Updated and disowned. I won't have time for my packages the next months.
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.
Updated, but I cannot maintain it for long.
Update or disown
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"
In makedepends you should add:
autoconf and pkgconfig
Found a typo in PKGBUILD. The license should go into /usr not /user.
Thanks for the PKGBUILD anyway. ;)
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!
Problem solved by installing git version of xorg-server.
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?
yes... it should conflict with xf86-video-intel. I updated the pkg.
shouldn't this conflict with xf86-video-intel?
v1.6.0