Section "ServerFlags" # Xinerama is supposed to keep dialog boxes on the same screen # as the app, but most apps don't support Xinerama, giving you # dialog boxes in the middle of the screen. Here's hoping! Option "Xinerama" "On" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "unix/:-1" EndSection # Logitex MX700 Internet Keyboard Section "InputDevice" Identifier "Keyboard_MX700" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "us_intl" EndSection # Logitex MX700 Mouse Section "InputDevice" Identifier "Mouse_MX700" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection # BenQ_FP767 Flat Panel (SUB-D 25) Section "Monitor" Identifier "BenQ_FP767" VendorName "BenQ" ModelName "FP767-2" HorizSync 31.00-83.00 VertRefresh 56.00-76.00 EndSection # BenQ_FP783 Flat Panel (SUB-D 25/DVI-D) Section "Monitor" Identifier "BenQ_FP783" VendorName "BenQ" ModelName "FP783" HorizSync 31.00-83.00 VertRefresh 56.00-76.00 EndSection Section "Module" # Neither of these seem to work in non-merged mode. I have yet # to investigate why Load "glx" # GL module Load "dri" # Direct Rendering module EndSection Section "Device" Identifier "Matrox VGA" Driver "mga" VendorName "Matrox" BoardName "MGA G450 PCI" VideoRam 32768 BusID "PCI:2:0:0" Option "HWcursor" "off" Option "MGASDRAM" Option "int10" "off" Screen 0 EndSection Section "Device" Identifier "MATROX DVI" Driver "mga" VendorName "Matrox" BoardName "MGA G450 PCI" VideoRam 32768 BusID "PCI:2:0:0" Option "HWcursor" "off" Option "MGASDRAM" Option "int10" "off" Option "DigitalScreen2" "yes" Screen 1 EndSection Section "Screen" Identifier "Matrox VGA/FP767" Device "Matrox VGA" Monitor "BenQ_FP767" DefaultDepth 16 # Max supported depth # DefaultFbBPP 32 SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Matrox DVI/FP783" Device "Matrox DVI" Monitor "BenQ_FP783" DefaultDepth 16 # Max supported setting # DefaultFbBPP 32 SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" # My box is named Pandora Identifier "Pandora ServerLayout" InputDevice "Mouse_MX700" "CorePointer" InputDevice "Keyboard_MX700" "CoreKeyboard" # The first screen is attached to the VGA port Screen "Matrox VGA/FP767" # The second screen is attached to the DVI port via the DVI to # VGA adatper, and sits to the left of the first screen Screen "Matrox DVI/FP783" LeftOf "Matrox VGA/FP767" EndSection Section "DRI" Mode 0666 EndSection