All of lore.kernel.org
 help / color / mirror / Atom feed
* I need help before I can help
@ 2011-07-16  6:00 Andrew Yurkevitch
  2011-07-16  7:28 ` Kenneth Graunke
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Yurkevitch @ 2011-07-16  6:00 UTC (permalink / raw)
  To: intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1230 bytes --]

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"):

glxext.c:136: error: ‘xGLXBufferSwapComplete2’ 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 advance!

--Static

P.S. Is the IRC channel exclusive to testers? I would have asked on IRC, but
I was instantly banned for some reason.

[-- Attachment #1.2: Type: text/html, Size: 1417 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: I need help before I can help
  2011-07-16  6:00 I need help before I can help Andrew Yurkevitch
@ 2011-07-16  7:28 ` Kenneth Graunke
  0 siblings, 0 replies; 2+ messages in thread
From: Kenneth Graunke @ 2011-07-16  7:28 UTC (permalink / raw)
  To: intel-gfx

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='' --with-dri-drivers=swrast,i915 --enable-debug
$ make

> glxext.c:136: error: ‘xGLXBufferSwapComplete2’ 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 advance!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-16  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16  6:00 I need help before I can help Andrew Yurkevitch
2011-07-16  7:28 ` Kenneth Graunke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.