mutex /xorg.conf

Section "Module"
    Load           "dbe"
    SubSection     "extmod"
      Option       "omit xfree86-dga"
    EndSubSection
    Load           "freetype"
EndSection

Section "Files"
    ModulePath     "/usr/local/lib/xorg/modules"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "no"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "Auto"
    Option         "Device" "/dev/sysmouse"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Acer AL1911"
    Modeline       "1280x1024_75.00"  138.54  1280 1368 1504 1728  1024 1025 1028 1069  -HSync +Vsync
    Option         "PreferredMode" "1280x1024_75.00"
EndSection

Section "Device"
    Identifier     "Standard VGA"
    VendorName     "Unknown"
    BoardName      "Unknown"
    Driver         "vga"
EndSection

Section "Device"
    Identifier     "NVIDIA GeForce FX 5500"
    Driver         "nv"
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "NVIDIA GeForce FX 5500"
    Monitor        "Acer AL1911"
    DefaultDepth   24
    Subsection     "Display"
      Depth        24
      ViewPort     0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen         "Screen 1"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
EndSection