# Originally created with debconf ########################################################### # Files Section ########################################################### Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection ########################################################### # ServerFlags Section ########################################################### Section "ServerFlags" Option "DefaultServerLayout" "ThreeMonitorLayout" Option "Xinerama" "true" EndSection ########################################################### # Module Section ########################################################### Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection ########################################################### # Extensions Section ########################################################### Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" EndSection ########################################################### # InputDevice Section ########################################################### Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection ########################################################### # Monitor Section ########################################################### # Monitor #1, left of center, connected to matrox millennium II pci card Section "Monitor" VendorName "optiquest" Identifier "left-monitor" Option "DPMS" EndSection # Monitor #2, in the center, connected to nvidia geforce2 mx400 agp card Section "Monitor" VendorName "sylvania" Identifier "center-monitor" Option "DPMS" EndSection # Monitor #3, right of center, connected to matrox mystique pci card Section "Monitor" VendorName "adi" Identifier "right-monitor" Option "DPMS" EndSection ########################################################### # Device Section ########################################################### # Video Card #1, matrox pci video card, with "left-monitor" (optiqest) Section "Device" Identifier "millennium" Driver "mga" BoardName "Matrox Millennium II" Chipset "mga2164w" BusID "PCI:0:13:0" Option "OldDmaInit" "true" EndSection # Video Card #2, nvidia agp video card, with "center-monitor" (slyvania) Section "Device" Identifier "nvidia" Driver "nv" BusID "PCI:1:0:0" EndSection # Video Card #3, matrox pci video card, with "right-monitor" (adi) Section "Device" Identifier "mystique" Driver "mga" BoardName "Matrox Mystique" Chipset "mga1064sg" BusID "PCI:0:14:0" Option "OldDmaInit" "true" EndSection ########################################################### # Screen Section ########################################################### # Monitor #1, Video Card #1, "left" Section "Screen" Identifier "left" Device "millennium" Monitor "left-monitor" # optiquest DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection # Monitor #2, Video Card #2, "center" Section "Screen" Identifier "center" Device "nvidia" Monitor "center-monitor" # sylvania DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" EndSubsection EndSection # Monitor #3, Video Card #3, "right" Section "Screen" Identifier "right" Device "mystique" Monitor "right-monitor" # adi DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" EndSubsection EndSection ########################################################### # ServerLayout Section ########################################################### Section "ServerLayout" Identifier "ThreeMonitorLayout" Screen 0 "left" 0 0 Screen 1 "center" RightOf "left" Screen 2 "right" RightOf "center" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection ########################################################### # DRI Section ########################################################### Section "DRI" Mode 0666 EndSection