Strange error

Hello,
When i try to compile a simple opengl app. under linux i get this error:
GLUT: Fatal Error in ogl: OpenGL GLX extension not supported by display: :0.
What should i do? I have Mesa 3.4.2.

Hi !

What version of X are you using ?, do you have GLX support installed ?

Mikael

XFree 4.1.0

Make sure that you load “glx” in the “module” section of your XF86Config-4 file:

Section “Module”
Load “glx”
EndSection

There will be others in there also, but add this one too.

Jamie

Heh… thanx a lot!
Works now.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.