xorg.conf for NVIDIA

Status
Not open for further replies.

Faun

Wahahaha~!
Staff member
can someone provide me a generic xorg.conf optimized for NVIDIA graphics card.

It should have support for higher resolution i.e. 1280x1024 for a 17' CRT monitor.

thanks.
 

QwertyManiac

Commander in Chief
Here's mine, optimized for a 7600 GT AGP 8x card:

Code:
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "AddARGBGLXVisuals" "True"
    Option         "EnablePageFlip" "True"
    Option         "AGPFastWrite" "True"
    Option         "NoLogo" "True"
    Option         "RenderAccel" "True"
EndSection
 
Status
Not open for further replies.
Top Bottom