[ltp] Re: [R40] middle `mouse' button above touchpad

Uwe Walter linux-thinkpad@linux-thinkpad.org
Mon, 26 Jan 2004 07:29:55 +0100


On Sa, 2004-01-24 at 22:05, Patrick Drechsler wrote:
> > Try this:
> > --------------
> > Section "InputDevice"
> >   Driver        "synaptics"
> >   Identifier    "TouchPad"
> >   Option        "CorePointer"
> >   Option        "Device"        "/dev/psaux"
> >   Option        "Protocol"      "auto-dev"
> >   Option        "LeftEdge"      "1900"
> >   Option        "RightEdge"     "5400"
> >   Option        "TopEdge"       "1900"
> >   Option        "BottomEdge"    "4000"
> >   Option        "FingerLow"     "25"
> >   Option        "FingerHigh"    "30"
> >   Option        "MaxTapTime"    "180"
> >   Option        "MaxTapMove"    "220"
> >   Option        "VertScrollDelta" "100"
> >   Option        "MinSpeed"      "0.02"
> >   Option        "MaxSpeed"      "0.18"
> >   Option        "AccelFactor"   "0.0010"
> >   Option        "SHMConfig"     "on"
> > EndSection
> > -------------------

> I tried your code `as is' and with a few modifications
> (/dev/...) but didn't even get an X-Server to run.


Of course, you need to load the Synaptics driver first (if it is
installed, what another posting of you suggests):

I hope you have a line like
    Load        "synaptics"

inside your section "Module".



(Some thinkpads have problems to initialise the touchpad correctly if
there is a USB mouse attached at startup. In that case, one has to
disable the USB BIOS Support.)



Greetings, UW(e)