Section "ServerLayout" Identifier "Amilo M 7440 Layout" Screen 0 "Screen 1" InputDevice "Touchpad" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "MouseUSB" "CorePointer" # Screen 1 "Screen 2" RightOf "Screen 1" Option "Xinerama" "false" EndSection #Section "Extensions" #Option "Composite" "Enable" #EndSection Section "DRI" Mode 0666 EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "synaptics" Load "glx" # Load "dri" ## Not needed if you load the corerct i810 driver Load "extmod" Load "dbe" Load "record" Load "xtrap" Load "int10" Load "ddc" Load "vbe" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" ModulePath "/usr/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/libdockapp-fonts" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "es" EndSection Section "InputDevice" Driver "mouse" Identifier "MouseUSB" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "Device" "/dev/input/event1" Option "SHMConfig" "off" Option "Protocol" "auto" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.015" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" Option "LTCornerButton" "0" Option "LBCornerButton" "0" Option "RTCornerButton" "0" Option "RBCornerButton" "0" EndSection Section "Monitor" Identifier "Monitor" Option "DPMS" EndSection Section "Monitor" Identifier "MonitorTV" EndSection Section "Device" Identifier "i915GM" Driver "i810" VendorName "Intel" BoardName "i915GM" BusID "PCI:0:2:0" VideoRam 131072 # Option "MonitorLayout" "CRT,LFP" # Option "MonitorLayout" "LFP,TV" #Option "Clone" "true" #Option "VBERestore" "false" Option "DRI" #Option "DisplayInfo" "false" # Screen 0 EndSection Section "Device" Driver "i810" Identifier "TVOut" BoardName "TVOut" Screen 1 Option "VBERestore" "false" Option "MonitorLayout" "TV,LFP" #Option "Clone" "true" Option "TVOutFormat" "SVIDEO" #or SVIDEO etc i Option "TVStandard" "PAL-G" #or NTSC, PAL-I for uk etc Option "ConnectedMonitor" "MonitorTV" BusID "PCI:0:2:0" #adjust using 'lspci' or cat /proc/pci Option "DRI" EndSection Section "Screen" Identifier "Screen 1" Device "i915GM" Monitor "Monitor" DefaultDepth 24 EndSection Section "Screen" Identifier "Screen 2" Device "TVOut" Monitor "MonitorTV" DefaultDepth 24 EndSection