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_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 "dbe" # Double buffer extension Load "extmod" Load "type1" Load "freetype" # Load "dri" # Direct Rendering module EndSection Section "Device" Identifier "Matrox_VGA" Driver "mga" VendorName "Matrox" BoardName "MGA G450 PCI" BusID "PCI:2:0:0" # Screen 1 EndSection Section "VideoAdaptor" Identifier "PCIAdaptor" EndSection Section "Screen" Identifier "Matrox VGA/FP783" Device "Matrox_VGA" Monitor "BenQ_FP783" DefaultDepth 24 # Max supported setting DefaultFbBPP 32 VideoAdaptor "PCIAdaptor" SubSection "Display" Depth 24 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/FP783" EndSection #Section "DRI" # Mode 0666 #EndSection