Click to See Complete Forum and Search --> : extension "GLX" missing on display ":0.0"


Sean111
04-14-2002, 08:39 PM
How can I fix this. I get this error when I try to run any of the games and other higher end programs. I have the latest drivers for my 3d card too.

Molecule Man
04-14-2002, 09:22 PM
It means you do not have 3D loaded. http://dri.sourceforge.net will have more info for you. If you still need help, provide video card chipset and version of XFree86

Sean111
04-14-2002, 09:26 PM
Geforce 2 64mb xfree 4.1

Sean111
04-15-2002, 12:21 AM
I went to that site but the dls I got from nvidia are what it says to get but they still don't work

z0mbix
04-15-2002, 05:55 AM
Originally posted by Sean111:
<STRONG>I went to that site but the dls I got from nvidia are what it says to get but they still don't work</STRONG>

Did you follow the nvidia howto, so you've added/uncommented the GLX module line in your /etx/X11/XF86Config?

Avatar
04-15-2002, 01:44 PM
Actually, he should probably be editting "/etc/X11/XF86Config-4"

z0mbix
04-15-2002, 02:16 PM
Originally posted by Avatar:
<STRONG>Actually, he should probably be editting "/etc/X11/XF86Config-4"</STRONG>

depends on the distro!

bwkaz
04-16-2002, 08:40 AM
Originally posted by cheeky_zombie:
<STRONG>depends on the distro!</STRONG>

Perhaps... what it should depend on is if XFree 3.x.x is installed. As long as 3.x.x is installed, then XF86Config pertains to it, and it only. If 4.x.x is installed alongside 3.x.x, then it uses XF86Config-4. If 3.x.x isn't installed, then 4.x.x will by default (the "default" in the sources from xfree86.org, that is) use XF86Config. But some distros (Mandrake 8.1 at least, maybe others) set it up so that you can install 3.x.x if you want, so 4.x.x just uses XF86Config-4 all the time.

Are we all sufficiently confused? ;)

z0mbix
04-16-2002, 10:51 AM
Originally posted by bwkaz:
<STRONG>Perhaps... what it should depend on is if XFree 3.x.x is installed. As long as 3.x.x is installed, then XF86Config pertains to it, and it only. If 4.x.x is installed alongside 3.x.x, then it uses XF86Config-4. If 3.x.x isn't installed, then 4.x.x will by default (the "default" in the sources from xfree86.org, that is) use XF86Config. But some distros (Mandrake 8.1 at least, maybe others) set it up so that you can install 3.x.x if you want, so 4.x.x just uses XF86Config-4 all the time.

Are we all sufficiently confused? ;)</STRONG>

Now that's interesting, I didn't realise that! Thanks bwkaz