From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JUo8m-0002iN-Vj for garchives@archives.gentoo.org; Thu, 28 Feb 2008 19:10:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD6BE06A5; Thu, 28 Feb 2008 19:09:59 +0000 (UTC) Received: from poczta.o2.pl (mx10.go2.pl [193.17.41.74]) by pigeon.gentoo.org (Postfix) with ESMTP id 0604CE06A5 for ; Thu, 28 Feb 2008 19:09:59 +0000 (UTC) Received: from poczta.o2.pl (mx10.go2.pl [127.0.0.1]) by poczta.o2.pl (Postfix) with ESMTP id 6DFC158038 for ; Thu, 28 Feb 2008 20:09:57 +0100 (CET) Received: from [192.168.1.64] (unknown [83.238.169.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP for ; Thu, 28 Feb 2008 20:09:56 +0100 (CET) Message-ID: <47C70930.8010908@o2.pl> Date: Thu, 28 Feb 2008 20:19:12 +0100 From: Mateusz Mierzwinski User-Agent: Thunderbird 2.0.0.9 (X11/20080227) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] RE: Mesa on i965 (DRI) References: <20080228022750.GA28306@localhost> <47C68D33.4010405@gentoo.org> <8b4c83ad0802280317u9307742s47545414d0df5ac8@mail.gmail.com> <20080228124943.GA11809@localhost> <8b4c83ad0802281043n29fcdcffxd85ca3bab55b23f9@mail.gmail.com> In-Reply-To: <8b4c83ad0802281043n29fcdcffxd85ca3bab55b23f9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 96159650-d6f3-4b05-ada9-3ea2c063c9c3 X-Archives-Hash: f7e2704c70000a6b4e70ad56a70df41e 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