Re: Synaptics support kills my mouse

Ken Witherow (ken@krwtech.com)
Thu, 26 Jun 2003 14:57:52 -0400 (EDT)


On Thu, 26 Jun 2003, Arkadiusz Miskiewicz wrote:

> I have the same problem. I'm using MaxData Mbook 1000T which has
> synaptics touchpad too and it stopped working in .72 and still doesn't
> work in .73 :-(
>
> Synaptics Touchpad, model: 1
> Firware: 4.1
> Sensor: 8
> new absolute packet format
> input: Synaptics Synaptics TouchPad on isa0060/serio2
> mice: PS/2 mouse device common for all mice
>
> I tried to use XFree86 4.3.99.6 with
> http://w1.894.telia.com/~u89404340/touchpad/ driver but that doesn't
> work either:
>
> Doesn't work means that button presses nor touchpad moves are not detected.
>
> btw. which driver provides /dev/input/inputX (as in xfree synaptics
> driver documentation) ? I found only /dev/input/eventX driver.

I'm not the author of the driver but I do have my touchpad mostly working
(tap to click doesn't work but I can move the pointer and click buttons).

Make sure you load the synaptics module in XF86Config... then you want
your pointer section to look something like:

Section "InputDevice"
Identifier "MouseS"
Driver "synaptics"
Option "device" "/dev/input/event1"
option "protocol" "event"
Option "edges" "1900 5400 1800 3900"
Option "Finger" "25 30"
Option "MaxTapTime" "20"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
Option "Emulate3Buttons" "on"
Option "EmulateMidButtonTime" "20"
EndSection

it uses the event devices, not the mouse devices.

-- 
       Ken Witherow <phantoml AT rochester.rr.com>
           ICQ: 21840670  AIM: phantomlordken
               http://www.krwtech.com/ken

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/