PDA

View Full Version : ut2003 wont start


dnsjohn
11-08-02, 08:07 PM
I have linux mandrake 8.1 installed, athlon 1.2 with 1gig of ram. I have installed the nvidia drivers and they seem to load ok. But when I try to run ut2003 I get an error that says.
XLib extension "GLX" missing on display ":0.0". Can anyone help with this problem. Also in my var log file it says the glx module is not loading.

Andy Mecham
11-08-02, 08:46 PM
XLib extension "GLX" missing on display ":0.0".
You're seeing this because GLX isn't loading, as you noticed in your X log. Do you have the line

Load "glx"

in your XF86Config[-4] file? If not, you'll need to add it. If you do, you might try changing it to

Load "/usr/X11R6/lib/modules/extensions/libglx.so"

--andy

dnsjohn
11-08-02, 10:12 PM
Thank you very much Andy. I have been at this for three days. Ut2003 runs great. Thanks again