Friday, September 21, 2007

Optimized nVidia driver settings for Linux

Hi this blog is mainly so I don't forget what NVidia driver settings work best in my aging Cyrix 233MHz PC. It is for personal reference and may not give the same results on your own PC but you are welcome to try.

1) Download drivers (www.nvidia.com) the 1.0-9xxx Series works best with my card (but make sure you chooose the best for your own card , my system really crawls and crashes if I use the 1.0-7xxx Series and the 100.xxx just won't work.

2) Install as per NVidia readme file (Note need kernel sources, headers and C compliler installed, if short on disk space, like me then can remove them again after the installation is completed.

3) Xorg.conf settings (IMPORTANT backup xorg.conf first!!!!!)































































Section "Device"


Option "HWcursor" "True"

#Make the Graphics card draw the mouse, not the CPU.


Option "CursorShadow" "True"

#No performance increase just adds a shadow to your mouse pointer

Option "NoLogo" "True"

#Some think X loads quicker without the nvidia logo

Option "RenderAccel" "True"

#Speeds up 2D accellated graphics.

Option "NvAgp" "1"

#Use the NVidia AGP driver - Depends on your system, seems to work for some and not for others

Option "IgnoreDisplayDevices" "DFP, TV"

#turn off devices you don't have, in mycase I'm not using the TV function and I don't have a LCD monitor

Option "ConnectedMonitor" "CRT"

#Specify what you do have... and old CRT screen for me. Doing this is supposed to speed up the time X takes to start as it doesn't have to probe your hardware.

# Standard settings required by Xorg are below this comment (wouldn't play with these unless you have to and know what you are doing)

Identifier "Card0"


Driver "nvidia"


VendorName "nVidia Corporation"


BoardName "NV18 [GeForce4 MX 440 AGP 8x]"


EndSection