On Wed, 31 Dec 2003 07:53:47 -0500 <Lance.Spence@xxxxxxx> wrote: > Uname -a shows "Linux cyrebro 2.4.22-1.2135.nptl i686 athlon i386 > GNU/Linux". > > My kernel was updated through up2date. When it showed that updates > were available I saw the 2135 kernel listed and choose all of the > available updates. I have X up and running, but the glx module still > won't load, so certain programs don't work. I'm still trying to figure > out how to get it working. Thank you for all of your help thus far. Hi Lance, so you have this on your /etc/X11/XF86Config: Section "Module" [...] Load "glx" #Load "dri" EndSection And still glx doesn't work? Look for 'glx' on /var/log/XFree86.0.log, mine says: [...] (II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.5328 Module class: XFree86 Server Extension ABI class: XFree86 Server Extension, version 0.1 (II) Loading extension GLX [...] As you can see, it is loading NVIDIA's glx module. One possible cause of probls could be the presence of Mesa GL libs (NVIDIA installer should take care of this automatically, so this should not be an issue). Check if there's any info about glx on /var/log/XFree86.0.log, hopefully it can lead us to the root of the probl. HTH Andre -- Andre Oliveira da Costa