You are not logged in.
Since a few days ago my touchpad stopped working. It works in GDM but when I log in Gnome don't work anymore.
I'm running an updated Arch 64, linux 3.4.4-3 and Gnome.
/etc/X11/xorg.conf.d/10-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSectionXorg.log output :
[ 20.355] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[ 20.355] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 20.355] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 20.397] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 20.397] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 20.398] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 20.398] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5720
[ 20.398] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4780
[ 20.398] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 20.398] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 20.398] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple scroll-buttons
[ 20.398] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 20.398] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 20.398] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 20.398] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 20.398] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 20.399] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 20.399] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[ 20.399] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 20.399] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 20.399] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 20.399] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 20.399] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 20.399] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)dmesg output:
Jul 15 10:46:05 localhost kernel: [ 7.762632] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa44000/0xa0000
Jul 15 10:46:05 localhost kernel: [ 7.833966] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input13Somebody can help me?
Thanks.
Offline
I see you already did what I was posting about
Last edited by David Batson (2012-07-15 14:05:09)
Offline
I think the problem is that the touchpad is loaded twice:
20.355] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
...
20.399] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)If I uninstall xf86-input-synaptics the touchpad works but very snappy and does not appear touchpad tab.
Last edited by mundigranja (2012-07-15 19:27:54)
Offline
I found a temporary fix: :-)
With dconf-editor uncheck the "active" setting in /org/gnome/settings-daemon/plugins/mouse/
Now Gnome don't touch my touchpad settings
Offline