Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dbe" 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" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" #Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" #Option "HorizScrollDelta" "100" Option "Emulate3Buttons" "true" EndSection #Section "InputDevice" # Identifier "touchpad" # Driver "synaptics" # Option "AlwaysCore" # Option "CorePointer" # Option "Protocol" "auto" # Option "Device" "/dev/input/mouse1" # Option "ZAxisMapping" "4 5" # Option "Emulate3Buttons" "yes" # 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" "76" # Option "VertScrollDelta" "20" # Option "HorizScrollDelta" "20" # Option "MinSpeed" "0.5" # Option "MaxSpeed" "1.0" # Option "AccelFactor" "0.01" # Option "EdgeMotionMinSpeed" "15" # Option "EdgeMotionMaxSpeed" "15" # Option "UpDownScrolling" "1" # Option "CircularScrolling" "1" # Option "CircScrollDelta" "0.1" # Option "CircScrollTrigger" "2" # Option "LockedDrags" "1" # Option "SHMConfig" "on" #EndSection ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] #Section "Device" # Identifier "Generic Video Card" # Driver "i810" # VendorName "Intel Corporation" # BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" # BusID "PCI:0:2:0" # Option "UseFBDev" "true" # Option "VBERestore" "False" # Option "UseEdidDpi" "False" # Option "DPI" "96x96" # Option "DRI" "True" # Option "XVideo" "True" # Option "NoAccel" "false" #EndSection Section "Device" Identifier "CardClone" Driver "i810" Option "XVideo" "True" BusID "PCI:0:2:0" Option "Clone" "true" #Option "CloneRefresh" "85" Option "MonitorLayout" "CRT,LFP" #Screen 0 VideoRam 65536 Option "XaaNoOffscreenPixmaps" #Option "MonitorLayout" "TV,LFP" EndSection Section "Monitor" Identifier "MonitorLCD" Option "DPMS" EndSection Section "Monitor" Identifier "MonitorCRT" Option "DPMS" EndSection Section "Monitor" Identifier "MonitorTV" ModelName "TV" Option "DPMS" EndSection Section "Screen" Identifier "ScreenCloneLCD" Device "CardClone" Monitor "MonitorLCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "ScreenCloneCRT" Device "CardClone" Monitor "MonitorCRT" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "ScreenCloneTV" Device "CardClone" Monitor "MonitorTV" DefaultDepth 24 SubSection "Display" Viewport 1 0 Depth 24 Modes "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "ServerLayoutCloned" Screen "ScreenCloneLCD" Screen "ScreenCloneCRT" #Screen "ScreenCloneTV" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "ServerFlags" Option "DefaultServerLayout" "ServerLayoutCloned" #Option "DefaultServerLayout" "LCD" #Option "DefaultServerLayout" "CRT" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "disable" Option "RENDER" "Enable" EndSection