# XF86Config-4 (XFree86 server configuration file) generated by Dexter, the
# Debian X Configuration tool.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
#   FontPath    "unix/:7100"
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/75dpi:unscaled"
    FontPath    "/usr/lib/X11/fonts/100dpi:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/TrueType"
    FontPath    "/usr/lib/X11/fonts/75dpi"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/screen"
#   FontPath    "/usr/lib/X11/fonts/Speedo"
EndSection

Section "ServerFlags"
    Option "Xinerama"
EndSection

Section "Module"
    Load    "glx"
    Load    "dbe"
    Load    "extmod"
    Load    "record"
    Load    "bitmap"
    Load    "freetype"
    Load    "type1"
    Load    "int10"
    Load    "v4l"
#   Load    "xie"
#   Load    "pex"
#   Load    "speedo"
#   Load    "ddc"
#   Load    "vbe"
EndSection


Section "InputDevice"
    Identifier  "Keyboard"
    Driver      "Keyboard"
    Option      "CoreKeyboard"
    Option      "AutoRepeat" "500 30"
    Option      "XkbRules" "xfree86"
    Option      "XkbModel" "microsoftpro"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "BaudRate" "1200"
    Option      "Resolution" "200"
    Option      "Buttons" "7"
    Option      "ZAxisMapping" "4 5"
EndSection


Section "Device"
    Identifier  "G450_1"
    Driver      "mga"
    BusID       "PCI:1:0:0"
    Screen      0
    Option      "BackingStore"
EndSection

Section "Monitor"
    Identifier  "Mitsubishi 19"
    HorizSync   30-107
    VertRefresh 50-160
EndSection


Section "Device"
    Identifier  "G450_2"
    Driver      "mga"
    BusID       "PCI:1:0:0"
    Screen      1
    Option      "BackingStore"
EndSection

Section "Monitor"
    Identifier  "Mitsubishi 17"
    HorizSync   30-95
    VertRefresh 50-160
    Modeline "1280x1024" 151.83  1280 1360 1544 1888  1024 1024 1027 1072
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "G450_1"
    Monitor     "Mitsubishi 19"
    #Option     "HWcursor"      "on"
    #Option     "CursorShadow"  "on"
    DefaultDepth    24
    #DefaultFbBpp   32
    SubSection "Display"
        Depth       16
        Modes       "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       32
        Modes       "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier  "Screen 2"
    Device      "G450_2"
    Monitor     "Mitsubishi 17"
    #Option     "HWcursor"      "on"
    #Option     "CursorShadow"  "on"
    DefaultDepth    24
    #DefaultFbBpp   32
    SubSection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       32
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


Section "ServerLayout"
    Identifier  "DualHead Layout"
    Screen      "Screen 1"
    #Screen     "Screen 2" Relative "Screen 1" 1600 176 #1200 - 1024
    Screen      "Screen 2" Relative "Screen 1" 1600 336 #1200 - 864
    InputDevice "Keyboard"
    InputDevice "Mouse"
EndSection


# end of XF86Config