On Thu, 28 Apr 2005 23:08, Richard Tindall wrote:
> Hi. I'm just tweaking up the Debian install listed in my sig. There is a
> Synaptics touchpad on my laptop that Ubuntu drives flawlessly, out of
> the box (one of few distros that seems to). Below is the relevant good
> extract from Ubuntu's xorg.conf:
Comment out the bad stuff rather than overwriting it.

You might like to play with the attachment which was posted to another list 
I'm on.

Section "InputDevice"
   Identifier    "Synaptics Mouse" 
   Driver        "synaptics" 
   Option        "Device"        "/dev/psaux" 
   Option        "Protocol"      "auto" 
   Option        "LeftEdge"      "1700" 
   Option        "RightEdge"     "5300" 
   Option        "TopEdge"       "1700" 
   Option        "BottomEdge"    "4200" 
   Option        "FingerLow"     "25" 
   Option        "FingerHigh"    "30" 
   Option        "MaxTapTime"    "0" 
   Option        "MaxTapMove"    "0" 
   Option        "MaxDoubleTapTime"    "0"
   Option        "ClickTime"    "0"
   Option        "VertScrollDelta" "100" 
   Option        "HorizScrollDelta" "100"
   Option        "MinSpeed"      "0" 
   Option        "MaxSpeed"      "0" 
   Option        "AccelFactor" "0" 
   Option        "SHMConfig"     "on" 
   Option        "TouchpadOff"     "off"
#  Option        "Repeater"      "/dev/ps2mouse" 
EndSection

Reply via email to