apocalyptech /xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Main Screen" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option  "DontZap"   "true"
EndSection

Section "Files"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "glx"
    Load  "extmod"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
#   Load  "dri"
    Load  "freetype"
    Load  "type1"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
    #Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Sun 365-1383"
    VendorName   "Sun"
    ModelName    "365-1383"
    HorizSync    30-96
    VertRefresh  48-160
EndSection

Section "Device"
    Identifier  "nVidia GeForce 7600GS"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "NV4B [GeForce 7600 GS]"
    BusID       "PCI:1:0:0"
    Option  "NvAGP" "2"

    # Options for composite (only w/ beta drivers)
    #Option    "AddARGBGLXVisuals" "True"
    #Option    "AllowGLXWithComposite" "True"
EndSection

# More for composite (only w/ beta drivers)
#Section "Extensions"
#   Option "Composite" "Enable"
#EndSection

Section "Screen"
    Identifier "Main Screen"
    Device     "nVidia GeForce 7600GS"
    Monitor    "Sun 365-1383"
    DefaultDepth 24
    SubSection "Display"
        Viewport  0 0
        Depth     8
        Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x200"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth     16
        Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x200"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth     24
        Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x200"
    EndSubSection
EndSection