Re: [Mesa3d-users] i915tex prerequisites
Sergio Monteiro Basto <[email protected]> Thu, 01 Mar 2007 19:30:12 +0000
| Newsgroups | gmane.comp.video.dri.user,gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2007-02-28 at 15:31 +0100, Ulrich von Zadow wrote: > Hi, > > I'm trying to get i915tex running on a gentoo machine here. Currently, > /usr/lib/dri/i915tex_dri.so exists but isn't selected by X: > > (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so > > How does X determine whether to use i915 or i915tex? What are minimum > software versions? I've got: > > mesa-6.5.2 > libdrm-2.3.0 > xorg-server-1.1.1 > kernel 2.6.19 > Last status that I have was 14-18 Fev, you need git clone git://anongit.freedesktop.org/git/mesa/linux-agp-compat git clone git://anongit.freedesktop.org/git/mesa/drm you _must_ have drm kernel compile has modules else recompile kernel with drm and other stuff has modules. cd linux-agp-compat view README Compile using >make Install using (as root) >make install after this recompile drm but if kernel have /usr/src/kernels/2.6.19-1.2895.fc6-i686/Module.symvers like fedora does you must delete this Module.symvers file before recompile drm you have to do something like this: make ll *ko su KERNEL=`uname -r` mv /lib/modules/$KERNEL/kernel/drivers/char/drm drm.backup mkdir -p /lib/modules/$KERNEL/kernel/drivers/char/drm cp *.ko /lib/modules/$KERNEL/kernel/drivers/char/drm ll /lib/modules/$KERNEL/kernel/drivers/char/drm depmod -a $KERNEL Regards, -- Sérgio M. B. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV -- _______________________________________________ Dri-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-users
smime.p7s
(application/x-pkcs7-signature, 2.1 KB) - not displayed