PDA

View Full Version : Quadro FX1000 and RHEL WS 3.0


jdtroy
10-05-04, 06:49 AM
Hello,

I've got a Quadro FX1000 installed in a Dell WS running RHEL WS 3.0. I've tried installing the nVidia drivers, this seems to be fine. But when I try to run glxinfo I get errors
Xlib: extension GLX missing on display ...
Error: Couldn't find RGB GLX visual.
I have configured XFree as described in the README file.
The log file states that GLX is loaded.
Should I be worried about these errors?

Thanks in advance,
Jo

ahpook
10-13-04, 04:55 PM
What does your /etc/X11/XF86Config (or whatever config the X server is actually using) say under Modules? You should make sure that you've done this:


In the Module section, make sure you have:

Load "glx"

You should also remove the following lines:

Load "dri"
Load "GLcore"