Hey guys

I'm running into a really annoying problem. My engine, which is based on SDL does compile but SDL_SetVideoMode() fails with the error:

X11 driver not configured with OpenGL
I've tried a number of things to fix this:

> Reinstalled graphics drivers a couple of times (was quite a hastle)
> Rebuild SDL (./configure; make; sudo make install)
> Tested the SDL demo's in the "test" directory (not JEDI-SDL, the original one).
Things like: testalpha and testbitmap worked. However, testgl gave me the following message:

No OpenGL support on this system
glxinfo returns the following: http://pastebin.com/Wx7g7NQt

Can somebody help me?

Thanks in advance