Section "ServerLayout" Identifier "Default" Screen "LCD" 0 0 # Screen "External" RightOf "LCD" InputDevice "Internal Mouse" "CorePointer" InputDevice "USB Mouse" InputDevice "Keyboard0" "CoreKeyboard" # Option "Xinerama" "true" EndSection Section "ServerLayout" Identifier "DualHead" Screen "LCD" 0 0 Screen "External" RightOf "LCD" InputDevice "Internal Mouse" "CorePointer" InputDevice "USB Mouse" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "true" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" #ModulePath "/usr/X11R6/lib/modules-dri-trunk" #FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" #FontPath "/usr/X11R6/lib/X11/fonts/CID/" #FontPath "unix/:7110" EndSection Section "Module" # Load "fbdevhw" Load "record" Load "extmod" Load "dbe" Load "xtrap" Load "type1" Load "dri" # Load "glx" Load "v4l" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Internal Mouse" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "CorePointer" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" # This option is required for the wheel Option "SendCoreEvents" "true" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Extensions" Option "Composite" "Enable" EndSection ###################################################################### # The LCD ###################################################################### Section "Device" Identifier "LCD" Driver "radeon" Screen 0 BusID "PCI:1:0:0" Option "RenderAccel" "true" Option "AGPMode" "4" Option "AGPFastWrite" "on" Option "DynamicClocks" "true" Option "AllowGLXWithComposite" "true" Option "backingstore" "true" # This is vital stuff to make the dual-head work! Option "MonitorLayout" "LVDS,CRT" EndSection Section "Monitor" Identifier "LCD" ModelName "LCD Panel" Option "DPMS" EndSection Section "Screen" Identifier "LCD" Device "LCD" Monitor "LCD" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1400x1050" EndSubSection EndSection ###################################################################### # The external display ###################################################################### Section "Device" Identifier "External" Driver "radeon" Screen 1 BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "External" # HorizSync 30-60 # VertRefresh 43-90 Option "DPMS" EndSection Section "Screen" Identifier "External" Device "External" Monitor "External" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection