From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Graunke Subject: Re: I need help before I can help Date: Sat, 16 Jul 2011 00:28:38 -0700 Message-ID: <4E213DA6.7050002@whitecape.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from homiemail-a10.g.dreamhost.com (caiajhbdcaib.dreamhost.com [208.97.132.81]) by gabe.freedesktop.org (Postfix) with ESMTP id 35C6C9E773 for ; Sat, 16 Jul 2011 00:28:31 -0700 (PDT) Received: from homiemail-a10.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTP id 6A7A328006C for ; Sat, 16 Jul 2011 00:28:30 -0700 (PDT) Received: from [10.0.0.207] (static-50-43-46-73.bvtn.or.frontiernet.net [50.43.46.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: kenneth@whitecape.org) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTPSA id 496C228005E for ; Sat, 16 Jul 2011 00:28:30 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On 07/15/2011 11:00 PM, Andrew Yurkevitch wrote: > Hello, all > = > I am having a little trouble compiling the mesa 3d 7.10.2 driver for my > machine. My graphics card is an Intel 82845G/GL[Brookdale-G]/GE Chipset > Integrated Graphics. I currently have an older version which works, but > not correctly. With the driver set to "intel" in my xorg.conf, I get > (relatively) fast 3d with incorrect rendering, and Xvideo doesn't work. > Without the driver part, I get an undetected monitor (only get 1024x768 > resolution), Xvideo works, and 3d runs at 1-2 FPS but renders correctly. > I believe I have everything I need to compile, however I get the > following error for the command "make linux-dri-x86" (same without "-x86"= ): Most of us use autoconf to build Mesa (it annoyingly has three different build systems). You might try something along the lines of: $ ./configure --disable-glut --enable-xcb --disable-glu --disable-glw --with-gallium-drivers=3D'' --with-dri-drivers=3Dswrast,i915 --enable-debug $ make > glxext.c:136: error: =91xGLXBufferSwapComplete2=92 undeclared (first use = in > this function) > > I have the package x11proto-gl-dev installed with the file > "/usr/include/GL/glxproto.h" in the proper place, however upon > inspection, the file does not have 'xGLXBufferSwapComplete2' defined, > only 'xGLXBufferSwapComplete'. Do I need an older version of the > package, or do I need to patch 'glxproto.h', or what? Thank you in advanc= e! That's a relatively new addition...you'll need to install glproto from git as well: git://git.freedesktop.org/git/xorg/proto/glproto > --Static > = > P.S. Is the IRC channel exclusive to testers? I would have asked on IRC, > but I was instantly banned for some reason. No, for some reason the channel is just set up strangely. You'll need to register with NickServ on Freenode and identify...otherwise it says you are 'banned' and won't let you do anything. It's very odd. --Kenneth