You are not logged in.

#1 2011-02-11 08:09:26

macross
Member
Registered: 2009-11-16
Posts: 21

[Solved]Touch pad partially working

Model: acer travelmate 5742

What works: cursor navigation, vertical scrolling, buttons.
Doesn't work: single tap, double tap, two-finger scroll, pinch, rotate, flip

xorg.0.log:

[    28.540] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    28.540] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    28.540] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    28.540] (II) LoadModule: "synaptics"
[    28.541] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    28.575] (II) Module synaptics: vendor="X.Org Foundation"
[    28.575]     compiled for 1.9.2, module version = 1.3.0
[    28.575]     Module class: X.Org XInput Driver
[    28.575]     ABI class: X.Org XInput driver, version 11.0
[    28.575] (II) Synaptics touchpad driver version 1.3.0
[    28.575] (**) Option "Device" "/dev/input/event6"
[    28.700] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5772
[    28.700] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5086
[    28.700] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    28.700] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    28.700] (--) SynPS/2 Synaptics TouchPad: buttons: left right
[    28.700] (**) Option "TapButton1" "1"
[    28.700] (**) Option "TapButton2" "2"
[    28.700] (**) Option "TapButton3" "3"
[    28.806] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    28.806] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    28.860] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    28.860] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    28.860] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    28.860] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.035
[    28.860] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    28.860] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    28.860] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    28.860] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    28.940] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    28.940] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    28.940] (II) No input driver/identifier specified (ignoring)
[    28.940] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
[    28.940] (II) No input driver/identifier specified (ignoring)

Synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
EndSection

I have tried to add "MatchDevicePath "/dev/input/event*" according to arch wiki but it still doesn't work. Any ideas?
Edit: Fixed this problem. i have used gnome mouse gui tool to configure the touch pad.

Last edited by macross (2011-02-11 09:31:56)

Offline

Board footer

Powered by FluxBB