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" FontPath "/usr/share/fonts/X11/misc" # path to defoma fonts 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 "GLcore" Load "int10" Load "type1" Load "vbe" Load "synaptics" EndSection Section "Extensions" Option "Composite" "true" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" # Option "SendCoreEvents" "true" # this is needed to work well with mousepad Option "CorePointer" Option "Device" "/dev/mouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "0" # Option "AlwaysCore" # Option "LeftEdge" "120" # Option "RightEdge" "930" # Option "TopEdge" "120" # Option "BottomEdge" "700" # Option "FingerLow" "14" # Option "FingerHigh" "15" # Option "MaxTapTime" "180" # Option "MaxTapMove" "110" # Option "ClickTime" "0" # Option "EmulateMidButtonTime" "75" # Option "VertScrollDelta" "10" # Option "MinSpeed" "0.45" # Option "MaxSpeed" "0.75" # Option "AccelFactor" "0.020" # Option "EdgeMotionMinSpeed" "200" # Option "EdgeMotionMaxSpeed" "200" # Option "UpDownScrolling" "1" # Option "CircularScrolling" "0" # Option "CircScrollDelta" "0.1" # Option "CircScrollTrigger" "2" # Option "RTCornerButton" "2" # Option "RBCornerButton" "3" # Option "TapButton2" "2" # Option "SHMConfig" "true" EndSection Section "Device" Identifier "Generic Video Card" Driver "intel" Option "AccelMethod" "XAA" Option "monitor-LVDS" "Local Flat Panel" Option "monitor-VGA" "External Monitor" # added for compiz? pmb 20081106 Option "XAANoOffscreenPixmaps" "True" EndSection Section "Monitor" Identifier "Local Flat Panel" VendorName "Sony" ModelName "LCD Panel 1280x800" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 # DisplaySize 261 163 EndSection Section "Monitor" Identifier "External Monitor" Option "DPMS" Option "LeftOf" "Local Flat Panel" HorizSync 30-94 VertRefresh 56-76 # DisplaySize 376 301 EndSection Section "Screen" Identifier "Local Screen" Device "Generic Video Card" Monitor "Local Flat Panel" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "Screen" Identifier "XrandR Screen" Device "Generic Video Card" Monitor "Local Flat Panel" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" "1920x1200" "1600x1200" "1280x1024" "1280x800" "1024x768" "800x600" Virtual 3200 1200 EndSubSection EndSection Section "ServerLayout" Identifier "Default_Layout" Screen "XrandR Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics Touchpad" # InputDevice "Configured Mouse" Option "RandR" "on" Option "Clone" "off" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "DefaultServerLayout" "Default_Layout" EndSection Section "DRI" Mode 0666 EndSection