# Shared settings: Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/ttf-bitstream-vera" EndSection Section "Module" Load "glx" Load "extmod" Load "dbe" Load "dri" Load "freetype" Load "type1" #Load "synaptics" EndSection # Innput devices (shared): Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "pl" EndSection Section "InputDevice" Identifier "Logitech" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "Protocol" "PS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" Option "ZAxisMapping" "4 5" Option "UpDownScrolling" "on" #Option "MinSpeed" "0.09" #Option "MaxSpeed" "0.18" #Option "AccelFactor" "0.0015" EndSection Section "DRI" Mode 0666 EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection # Video cards: Section "Device" Identifier "Card0" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" Option "DisplayInfo" "False" Option "DRI" "True" Option "MonitorLayout" "CRT,LFP" Screen 0 EndSection Section "Device" Identifier "Card1" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" Option "DisplayInfo" "False" Option "DRI" "True" Option "MonitorLayout" "CRT,LFP" Screen 1 EndSection Section "Device" Identifier "Card0Single" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller" BusID "PCI:0:2:0" Option "DisplayInfo" "False" Option "DRI" "True" Option "MonitorLayout" "LFP,CRT" Option "Clone" "True" EndSection # Monitors: Section "Monitor" Identifier "LCDPanel" VendorName "HSD" ModelName "HSD150PX17-A" HorizSync 31.5 - 90.0 VertRefresh 60.0 Option "DPMS" EndSection Section "Monitor" Identifier "CRT" VendorName "Ext" ModelName "External" HorizSync 30.0 - 66.0 VertRefresh 50.0 - 75.0 #VertRefresh 60.0 Option "DPMS" EndSection # Screens: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "LCDPanel" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "LCDPanel" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "ScreenSingle" Device "Card0Single" Monitor "LCDPanel" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection # GLX/Beryl friendly: #Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" #Option "AddARGBGLXVisuals" "True" EndSection # Server layouts: Section "ServerLayout" # 2048x768 Identifier "xineramaSingle" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" LeftOf "Screen0" InputDevice "Logitech" "SendCoreEvents" InputDevice "TouchPad" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "On" EndSection Section "ServerLayout" # Clone 1024x768 desktop Identifier "clone" Screen 0 "ScreenSingle" 0 0 InputDevice "TouchPad" "CorePointer" InputDevice "Logitech" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection # Server flags: Section "ServerFlags" #Option "DefaultServerLayout" "xineramaSingle" Option "DefaultServerLayout" "clone" EndSection