Summary: | xf86-input-synaptics-1.1.3: syndaemon uses bogus touchpad device | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Per Öberg <per> |
Component: | [OLD] Unspecified | Assignee: | Christoph Brill (egore) (RESIGNED) <egore> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | chainsaw, eva |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Adds device name option to syndaemon |
Description
Per Öberg
2009-08-27 19:35:30 UTC
Created attachment 202431 [details, diff]
Adds device name option to syndaemon
I realize that this is an upstreams issue but by putting it here for others to find it can be helpful to other people.
I added a feature to choose device name for syndaemon
Ok, a little more digging reveales that hal is configuring another touchpad input device after my hardcoded xorg.conf touchpad. Xorg.0.log reveals: (II) Synaptics touchpad driver version 1.1.3 (--) TouchPad auto-dev sets device to /dev/input/event5 (**) Option "Device" "/dev/input/event5" (--) TouchPad: touchpad found . . . (II) XINPUT: Adding extended input device "TouchPad" (type: TOUCHPAD) (--) TouchPad: touchpad found and later (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (II) Synaptics touchpad driver version 1.1.3 (**) Option "Device" "/dev/input/event5" . . . (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16 (--) SynPS/2 Synaptics TouchPad: touchpad found What I can't understand is why hal adds my touchpad even though i didn't add any configuration file. Even if the original bug-report is more or less invalid i still se a couple of points to be made 1) Having more than one touchpad controlled (which indeed seems strange) is not possible at the moment. 2) Even though there is a message from the ebuild that hal is used for configuration I didn't realize that this means that configuring the touchpad through xorg.conf could cause weird problems. This could be clarified in the ebuild Sorry for taking up everyones time. Maybe this report can help someone though... I doubt this still reproducable with xf86-input-synaptics-1.3.0 and xorg-server-1.9.4 (which is the minimum version in portage), as this version no longer relies on hal but xorg.conf.d and this is caused by a "misconfiguration". Next to that SHM was also removed. Therefore I'm closing this bug. |