gregf /xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "BlankTime" "35"
    Option         "StandbyTime" "40"
    Option         "SuspendTime" "45"
    Option         "OffTime" "48"
    Option         "DontZap" "yes"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "unix/:7110"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/OTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/util/"
    FontPath        "/usr/share/fonts/artwiz/"
    FontPath        "/usr/share/fonts/artwiz-aleczapka-en/"
    FontPath        "/usr/share/fonts/corefonts/"
    FontPath        "/usr/share/fonts/freefonts/"
    FontPath        "/usr/share/fonts/ttf-bitstream-vera/"
    FontPath        "/usr/share/fonts/aquafont/"
    FontPath        "/usr/share/fonts/sharefonts/"
    FontPath        "/usr/share/fonts/ttf-gentium/"
    FontPath        "/usr/share/fonts/mikachan-font-ttf/"
    FontPath        "/usr/share/fonts/arphicfonts/"
    FontPath        "/usr/share/fonts/hunkyfonts/"
    FontPath        "/usr/share/fonts/ttf/"
    FontPath        "/usr/share/fonts/windows/"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    Load           "xtrap"
    Load           "extmod"
    Load           "record"
    Load           "glx"
    Load           "dbe"
    Load           "type1"
    Load           "freetype"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "en_US"
EndSection

section "inputdevice"
    identifier	"mouse0"
    driver	"mouse"
    option	"protocol"	"imps/2"
    option	"device"	"/dev/input/mice"
    option "corepointer"
    option "zaxismapping" "4 5 6 7"
    option      "Resolution"    "800"
endsection

#Section "InputDevice"
    #Identifier     "mouse0"
    #Driver         "evdev"
    ##Option  "Name"  "B16_b_02 USB-PS/2 Optical Mouse"
    #Option "Name" "Logitech, Inc. MX500 Optical Mouse"
    #Option  "CorePointer"
    #Option         "ZAxisMapping" "4 5 6 7"
#EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    Option         "DPMS" "true"
#   DisplaySize    270    203    # 1024x768 96dpi
#   DisplaySize    338    254    # 1280x960 96dpi
#   DisplaySize    338    270    # 1280x1024 96dpi
#   DisplaySize    370    277    # 1400x1050 96dpi
    #DisplaySize    423    370    # 1600x1400 96dpi
    #HorizSync   31.5 - 82.0
    #VertRefresh 40-150
    #HorizSync   30 - 81
    #VertRefresh 56 - 75
EndSection

Section "Device"

   Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G70 [GeForce 7600 GT]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "DynamicTwinView" "False"
    Option         "CursorShadow" "True"
    Option         "CursorShadowAlpha" "64"
    Option         "CursorShadowXOffset" "4"
    Option         "CursorShadowYOffset" "2"
    Option         "RenderAccel" "on"
    Option         "NoLogo" "1"
    #Option         "IgnoreDisplayDevices" "CRT, TV"
    #Option         "IgnoreDisplayDevices" "DFP, TV"
    Option         "UseEdidDpi" "false"
    Option "PageFlip" "1"
    Option "HWCursor" "1"
    Option "SWCursor" "0"
    Option         "DPI" "104 x 104"
#    Option         "UseEdidFreqs" "true"
    Option         "AllowGLXWithComposite" "true"
#    Option         "BackingStore" "On"
    Option         "TripleBuffer" "True"

    SubSection     "Display"
        Viewport    0 0
        Depth       1
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        #Modes      "1600x1200" "1280x1024" "1024x768" "800x600"
        #Modes      "1680x1050"
    EndSubSection
EndSection

Section "Extensions"
#   Option         "Composite" "true"
   Option         "RENDER" "true"
#   Option         "XFIXES" "true"
#   Option         "DAMAGE" "true"
EndSection