On Sun, 2003-11-09 at 11:57, ERIC KLINGER wrote: > I wish I could help you - I just installed the nVidia driver for my pc and > ran glxgears and here were my findings... > [root@x1-6-00-50-8d-4a-0c-b9 klinger]# glxgears > Xlib: extension "XFree86-DRI" missing on display ":0.0". looks like you are still having the issue; either remove the XF86 Mesa rpm or rename the Mesa libGL.* files: cd /usr/X11R6/lib/tls && rename libGL. disabled.libGL. libGL.* > How did you get past the gcc error with the install? (I had to use "export > CC=gcc32 to get it installed). Or did you not have one? Are you using > driver 4496? This always works for me: --- export CC=gcc32 #below is not strictly necessary given the prev. line export IGNORE_CC_MISMATCH=1 sh NVIDIA-Linux-x86-1.0-4496-pkg2.run --keep --accept-license ---