Section "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" #Option "XkbVariant" "nodeadkeys" Option "XkbOptions" "shift:breaks_caps" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5 8 9" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" Driver "i810" BusID "PCI:0:2:0" Option "VBERestore" "true" Option "DRI" "true" Option "SWCursor" "true" VideoRam 16384 # Option "Clone" "true" Option "MonitorLayout" "CRT,DFP" Option "CloneRefresh" "85" Screen 0 EndSection Section "Device" Identifier "External Video Card" Driver "i810" BusID "PCI:0:2:0" VideoRam 16384 #Option "Display" "CRT" Option "Display" "DFP" Option "MonitorLayout" "DFP,DFP" # put crt on pipe A Screen 1 EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Monitor" Identifier "External Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "External Screen" Device "External Video Card" Monitor "External Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Default Screen" # This is for clone mode: # Screen 1 "Screen 0" Relative "Screen 1" 0 0 # Uncomment this for spanning (In iBook you need the spanning patch) #Screen 1 "Screen 0" LeftOf "Screen 1" Screen 1 "External Screen" RightOf "Default Screen" #Section "ServerLayout" #Identifier "Default Layout" #Screen 0 "Default Screen" #Screen 1 "External Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "ServerFlags" #Option "Xinerama" "true" Option "Xinerama" "false" EndSection Section "DRI" Mode 0666 EndSection