Wesley Hobbie wrote:
> yes, but since I am using "nv" rather than "nvidia" (due to it not working),
> it lists nvidia and says unused.

Your first message had a configuration file showing you using 'nvidia' driver.

You cannot freely mix and match with the 'nv' and 'nvidia' drivers (they use
different GLX extensions for example).

While it shouldn't fix the entire problem, you should delete the second load of
the GLX extension.

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "glx"
    Load "extmod"
    Load "type1"
    Load "freetype"
    # Load "/usr/X11R6/lib/modules/extensions/libglx.so"  # delete this line
EndSection



_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to