Summary: | sys-fs/udev-182-r2: touchpad stopped working in X after upgrade | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrey Grozin <grozin> |
Component: | [OLD] Core system | Assignee: | udev maintainers <udev-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | x11 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
/proc/bus/input/devices
xinput list --long |
Description
Andrey Grozin
2012-04-04 09:11:20 UTC
Please attach /proc/bus/input/devices and output of "xinput list --long" Do you see the same problem if you use xf86-input-synaptics instead of xf86-input-evdev? Created attachment 307771 [details]
/proc/bus/input/devices
Created attachment 307773 [details]
xinput list --long
> ⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)]
appears to be detected correctly, including X and Y valuators.
As you might have an Elantech touchpad (verify by running update-usbids, then lsusb again), is MOUSE_PS2_ELANTECH enabled in your kernel?
Thanks. I've done the following: 1. recompiled the kernel with Elantech PS/2 protocol extension enabled 2. emerged x11-drivers/xf86-input-synaptics-1.5.2 3. Added an InputDevice section with Driver "synaptic" to xorg.conf, and mentioned this section in ServerLayout Now both the touchpad and the mouse work. The only thing I cannot understand: why they worked fine without all these things before the upgrade to the latest udev? |