Re: [gentoo-dev] RE: Mesa on i965 (DRI)

2008-02-29 Thread Rémi Cardona

You're hijacking threads again. Please stop.

If you have an issue, file a bug report at http://bugs.gentoo.org/ The 
-dev mailing list is the _wrong_ place for that.


Thanks

--
Rémi Cardona
LRI, INRIA
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
gentoo-dev@lists.gentoo.org mailing list



Re: [gentoo-dev] RE: Mesa on i965 (DRI)

2008-02-29 Thread Chris Gianelloni
On Thu, 2008-02-28 at 20:19 +0100, Mateusz Mierzwinski wrote:
 Ok, I've try i810 and... no DRI.

Please take this off the general development mailing list and to one of
the support lists, or, even better, to our bug tracker at
http://bugs.gentoo.org instead.

Thanks,

-- 
Chris Gianelloni
Release Engineering Strategic Lead
Games Developer


signature.asc
Description: This is a digitally signed message part


[gentoo-dev] RE: Mesa on i965 (DRI)

2008-02-28 Thread Mateusz Mierzwinski
Ok, I've try i810 and... no DRI. I've reemerge from packege last mesa 
working with DRI and... no DRI because (EE) AIGLX error: dlsym for 
__driCreateNewScreen_20050727 failed (/usr/lib64/dri/i965_dri.so: 
undefined symbol: __driCreateNewScreen_20050727) - library incompatible 
and need recompilation. So i Try to recompile and... (make 
linux-dri-x86-64 -j3 because oryginal mesa don't provide for me 
i965_dri.so so www.intellinuxgraphics.org comes with help - downloaded 
by GIT and compiled with this)


../common/dri_bufmgr.c: In function 'dri_bo_alloc':
../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV0' undeclared 
(first use in this function)
../common/dri_bufmgr.c:43: error: (Each undeclared identifier is 
reported only once

../common/dri_bufmgr.c:43: error: for each function it appears in.)
../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV1' undeclared 
(first use in this function)
../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV2' undeclared 
(first use in this function)
../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV3' undeclared 
(first use in this function)
../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_MEM_PRIV4' undeclared 
(first use in this function)
../common/dri_bufmgr.c:43: error: 'DRM_BO_FLAG_CACHED_MAPPED' undeclared 
(first use in this function)

../common/dri_bufmgr.c: In function 'dri_bo_alloc_static':
../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV0' undeclared 
(first use in this function)
../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV1' undeclared 
(first use in this function)
../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV2' undeclared 
(first use in this function)
../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV3' undeclared 
(first use in this function)
../common/dri_bufmgr.c:56: error: 'DRM_BO_FLAG_MEM_PRIV4' undeclared 
(first use in this function)

make[6]: *** [../common/dri_bufmgr.o] Error 1
make[6]: *** Waiting for unfinished jobs
make[6]: Leaving directory 
`/var/tmp/experimental/mesa/src/mesa/drivers/dri/i965'

make[5]: *** [subdirs] Error 1
make[5]: Leaving directory `/var/tmp/experimental/mesa/src/mesa/drivers/dri'
make[4]: *** [linux-solo] Error 2
make[4]: Leaving directory `/var/tmp/experimental/mesa/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/var/tmp/experimental/mesa/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/var/tmp/experimental/mesa/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/var/tmp/experimental/mesa'
make: *** [linux-dri-x86-64] Error 2


and that's all folks... Any ideas, because I've haven't any after 3 days 
of mesa vs i965 war. I allso add xorg compilation flags for more info...


[ebuild   R   ] x11-base/xorg-server-1.4.0.90-r3  USE=dri hal sdl xorg 
-xprint (-3dfx) -debug -dmx -ipv6 -kdrive -minimal (-nptl)


[ebuild   R   ] x11-libs/libdrm-2.3.0  USE=-debug 0 kB



--
gentoo-dev@lists.gentoo.org mailing list