slow GLX

Hi,

I am trying to play this game (Tuxracer) which requires GL drivers. I included in XF86Config that GLX should be started. This is a problem that goes for everything that requires GL. I am currently running Xfree86-4.1.0, Slackware8.0, kernel 2.4.16 (patched with ipsec)
I.e here is ldd of the tuxracer binary;

libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40022000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4002b000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40041000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x4011a000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40122000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40130000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40146000)
libdl.so.2 => /lib/libdl.so.2 (0x40190000)
libtcl8.3.so => /usr/lib/libtcl8.3.so (0x40194000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x40217000)
libpthread.so.0 => /lib/libpthread.so.0 (0x4029a000)
libSDL_mixer-1.2.so.0 => /usr/lib/libSDL_mixer-1.2.so.0 (0x402b0000)
libGL.so.1 => /usr/lib/libGL.so.1 (0x402e8000)
libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x4034f000)
libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x403cf000)
libm.so.6 => /lib/libm.so.6 (0x40415000)
libc.so.6 => /lib/libc.so.6 (0x40437000)
libesd.so.0 => /opt/gnome/lib/libesd.so.0 (0x40548000)
libaudiofile.so.0 => /opt/gnome/lib/libaudiofile.so.0 (0x4054f000)
libvga.so.1 => /usr/lib/libvga.so.1 (0x4056c000)
libaa.so.1 => /opt/gnome/lib/libaa.so.1 (0x405c2000)
libvorbisfile.so.0 => /usr/lib/libvorbisfile.so.0 (0x405da000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x405e0000)
libsmpeg-0.4.so.0 => /usr/local/lib/libsmpeg-0.4.so.0 (0x405fa000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libslang.so.1 => /usr/lib/libslang.so.1 (0x40659000)
libgpm.so.1 => /usr/lib/libgpm.so.1 (0x406ba000)
libogg.so.0 => /usr/lib/libogg.so.0 (0x406c0000)
libncurses.so.5 => /lib/libncurses.so.5 (0x406c4000)

As far as I can see, there’s nothing wrong in this output. Does anyone have suggestions, or even links I may refer to that explains this type of problems?

In advance, thanks for all help!

you forgot to mention the most important bit of information, what video card you have. if its an nvidia card, go to their website and install their drivers. if it isnt, make sure you are loading dri when you load glx. in the XF86Config file, add:

Load “dri”

right after the glx line. if that doesnt work, go to www.mesa3d.org (again, if you dont have an nvidia based card).

Hehe…
I remembered that as I hit “Submit”…anyway, I’m running a Geforce2 video card, and I have previously tried to install the new nvidia drivers. The reason it never worked is that i have a somewhat snif unusual system structure…I just downloaded the latest drivers, changed the Makefiles and installed…it worked perfectly :slight_smile:
Sorry to be a bother, and thanks for the quick reply :slight_smile:

no problem

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