Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the GLX module Load "glx" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # FontPath "/usr/share/fonts/misc/" #FontPath "/usr/share/fonts/TTF/" #FontPath "/usr/share/fonts/Type1/" #FontPath "/usr/share/fonts/75dpi/" #FontPath "/usr/share/fonts/100dpi/" # The module search path. The default path is shown here. EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" Option "Xinerama" "false" # Option "AIGLX" "false" # Option "AutoAddDevices" "true" Option "AutoAddDevices" "false" Option "DisableModInDev" "true" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Flatron L1750SQ" #VertRefresh 59.95 #HorizSync 31.5 - 79.0 EndSection Section "Monitor" Identifier "SyncMaster T240" #VertRefresh 59.95 #HorizSync 31.5 - 79.0 EndSection Section "Monitor" Identifier "Flatron L1718S" VertRefresh 59.95 HorizSync 31.5 - 79.0 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "geforce 9600" Driver "nvidia" BusID "PCI:1:0:0" Option "RenderAccel" "True" Option "TripleBuffer" "True" Option "HWcursor" Option "NoLogo" "True" # Screen 0 Option "AllowGLXWithComposite" "True" EndSection Section "Device" Identifier "geforce 6600" Driver "nvidia" BusID "PCI:4:0:0" Option "RenderAccel" "True" Option "TripleBuffer" "True" Option "HWcursor" Option "NoLogo" "True" # Screen 0 Option "AllowGLXWithComposite" "True" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "geforce 9600" Monitor "SyncMaster T240" DefaultDepth 24 Option "backingstore" "true" # Option "DisableGLXRootClipping" "true" #deprecated Option "TwinView" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "MetaModes" "DFP-0:1920x1200 +0+0, CRT-1:1280x1024+1920+0 ; DFP-0:1920x1200; DFP-0:1280x1024, CRT-1:1280x1024 +1280+0; DFP-0:1024x768, CRT-1:1024x768 +1024+0; DFP-0:1024x768; DFP-0:800x600, CRT-1:800x600;800x600 +800+0; DFP-0:640x480, CRT-1:640x480 +640+0; DFP-0:640x480" # Option "MetaModes" "CRT-1:1280x1024" Option "VertRefresh" "DFP-0: 60.02; CRT-0: 60.02" #Option "VertRefresh" "59.95" #Option "HorizZync" "30-107" #Option "TwinViewOrientation" "RightOf" #Option "SecondMonitorHorizZync" "30-107" #Option "SecondMonitorVertRefresh" "59.95" Option "SecondMonitor" "Flatron L1750SQ" EndSection Section "Screen" Identifier "Screen 2" Device "geforce 6600" Monitor "Flatron L1718S" DefaultDepth 24 Option "backingstore" "true" # Option "IgnoreEDID" "TRUE" # Option "UseEDID" "FALSE" # Option "ModeValidation" "NoEdidModes" # Option "UseEDIDFreqs" "FALSE" # Option "UseEDIDDpi" "FALSE" # Option "DDC" "false" SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" # Modes "1280x1024" EndSubSection EndSection # *************************************************** # Input devices # *************************************************** Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Device" "/dev/input/event2" Option "XkbModel" "evdev" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "evdev" Option "Device" "/dev/input/event5" Option "XkbModel" "evdev" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Device" "/dev/input/event3" EndSection Section "InputDevice" Identifier "Mouse1" Driver "evdev" Option "Device" "/dev/input/event4" EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "seat0" Screen "Screen 1" InputDevice "mouse0" "CorePointer" InputDevice "keyboard0" "CoreKeyboard" Option "IsolateDevice" "PCI:1:0:0" EndSection Section "ServerLayout" Identifier "seat1" Screen "Screen 2" InputDevice "mouse1" "CorePointer" InputDevice "keyboard1" "CoreKeyboard" Option "IsolateDevice" "PCI:4:0:0" EndSection Section "Extensions" Option "Composite" "Enable" EndSection