Forums » Linux

Some settings for nVidia drivers on Linux

Jun 14, 2003 Turmoyl link
You can mess with the values to get what you want out of them but I run Vendetta, RTCW: ET, UpLink and a few other titles with these settings and they all look and perform great. I have not included the forceable FSAA and AF options because while they rock for some titles Vendetta tends to produce some rather odd graphical glitches, expecially with FSAA (if you want to try out FSAA and AF just take a look at the OPTIONS section of the Readme that comes with the driver).

My card is a GeForce 4 Ti4200 but I've had these settings since my GF3 days, and a buddy of mine literally copied these entries for his GF2 MX and it worked fine for him.

The current nVidia driver version is 4363. I strongly suggest you load it before you bother with any of this. You should also be running XFree 4.1 or higher.

------------------------------------

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # Offers hardware GL support
EndSection


Section "Device"
Identifier "device1"
BoardName "NVIDIA GeForce4 Ti4200" # Hand-tweaked from the original 'NVIDIA generic' entry
Driver "nvidia" #This changed at build 3123... used to be just "nv"
Option "DPMS" # Power Management
Option "NoLogo" # Turns off the nVidia logo splash
Option "NvAGP" "3" # Tells the driver to first try NvAGP, if it fails then use AGP-Art for accel. rendering
Option "RenderAccel" "TRUE" # Enables hardware acceleration - good stuff
Option "DigitalVibrance" "1" # Enables a small color/brightness boost, range 0-255
EndSection
Jun 15, 2003 roguelazer link
Don't set the NvAGP to 3, because that is default. Just leave it. Also, don't set DigitalVibrance to anything less than 50 because the effect is negligable below that.
Jun 16, 2003 The Kid link
making
Option "NvAGP" "3"
into
Option "NvAGP" "0"
seems to solve vendetta problems...
but slower performance by about 10fps (ouch)
Jun 16, 2003 roguelazer link
Only 10fps? That's interesting. You see, setting NvAGP 0 disables ALL AGP, setting you in PCI mode. Say you were in 4x AGP before? That's something like 133Mhz. Now you're at 33Mhz. Yet you only lose 10fps? When I set it, I lose about 50fps. Hmmm..
Jun 16, 2003 The Kid link
well more like 14 (at the lowest point where it is most clear), but thats from 45fps to about 30-32fps, and that is a huge difference (make it into percents and see).
Jun 16, 2003 roguelazer link
Aah. I didn't know you only got 45fps.
Jun 17, 2003 Spider link
mmm.
Actually Disabling AGP puts it in PCI mode, but at double frequency, which is the same as AGP 1x, meaning its 66MHz.


Jun 18, 2003 roguelazer link
Still, that's only 1/4 of a normal AGP 4x.