usually it's just a matter of opening your X configuration file (for example,
/etc/X11/XF86Config-4) with a text editor and going to the "graphics device section"... there you just make sure that the driver is set to "nvidia" and not "nv" or something else... for example, here's what mine looks like... yes, my videocard sucks... i know...
=)
Quote:
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "Nvidia TNT2 M64 32MB"
Driver "nvidia"
#Option "DPMS"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
|