#Section "ServerFlags" # Option "Xinerama" "On" #EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "LaptopScreen" Option "AIGLX" "true" InputDevice "Touchpad" InputDevice "Mouse" InputDevice "Keyboard" "CoreKeyboard" # Option "Xinerama" "true" EndSection Section "ServerLayout" Identifier "Dual" Screen 0 "ExternalScreen" Screen 1 "LaptopScreen" RightOf "ExternalScreen" Option "AIGLX" "true" InputDevice "Touchpad" "CorePointer" InputDevice "Mouse" "AlwaysCore" InputDevice "Keyboard" "CoreKeyboard" # Option "Xinerama" "true" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "glx" Load "extmod" Load "dri" Load "xtrap" Load "record" Load "dbe" Load "freetype" Load "type1" EndSection Section "DRI" Mode 0666 EndSection Section "Monitor" Identifier "LaptopMonitor" Option "DPMS" EndSection Section "Monitor" Identifier "ExternalMonitor" Option "DPMS" EndSection Section "Device" Identifier "i945-1" Driver "i810" BusID "PCI:0:2:0" Screen 0 Option "MonitorLayout" "CRT, CRT+LFP" Option "XAANoOffscreenPixmaps" "true" Option "DRI" "true" Option "VideoRam" "131072" Option "CacheLines" "1980" EndSection Section "Device" Identifier "i945-2" Driver "i810" BusID "PCI:0:2:1" Option "MonitorLayout" "CRT, CRT+LFP" Screen 1 Option "XAANoOffscreenPixmaps" "true" Option "DRI" "true" Option "VideoRam" "131072" Option "CacheLines" "1980" EndSection Section "Screen" Identifier "LaptopScreen" Device "i945-1" Monitor "LaptopMonitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "ExternalScreen" Device "i945-2" Monitor "ExternalMonitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "be" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" Option "Buttons" "7" Option "ButtonMapping" "1 2 3 6 7" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" "on" Option "SHMConfig" "1" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "40" Option "FingerHigh" "50" Option "MaxTapTime" "160" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "40" Option "MinSpeed" "0.08" Option "MaxSpeed" "0.2" Option "AccelFactor" "0.0015" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "CircularScrolling" "1" Option "CircScrollTrigger" "3" EndSection