Bug 1035483
Summary: | synclient can't set SoftButtonAreas | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Havoc Pennington <hp> |
Component: | xorg-x11-drv-synaptics | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | adietish, pasik, pbrobinson, peter.hutterer, redhat-bugzilla |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-03 04:10:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Havoc Pennington
2013-11-27 21:32:23 UTC
The synclient options are named differently because of limitations in the synclient implementation. $> synclient -l | grep ButtonArea RightButtonAreaLeft = 3472 RightButtonAreaRight = 0 RightButtonAreaTop = 3900 RightButtonAreaBottom = 0 MiddleButtonAreaLeft = 0 MiddleButtonAreaRight = 0 MiddleButtonAreaTop = 0 MiddleButtonAreaBottom = 0 These options should work fine, let me know if they don't. Thanks, though I think a man page note (or maybe even better, an error message about these from synclient itself) would be nice. This seems not to work in FC20 any more (using Lenovo T530 here): I: Bus=0011 Vendor=0002 Product=000a Version=0000 N: Name="TPPS/2 IBM TrackPoint" P: Phys=synaptics-pt/serio0/input0 S: Sysfs=/devices/platform/i8042/serio1/serio2/input/input6 U: Uniq= H: Handlers=mouse1 event15 B: PROP=0 B: EV=7 B: KEY=70000 0 0 0 0 B: REL=3 ~]$ synclient RightButtonAreaLeft=3472 Property for 'RightButtonAreaLeft' not available. Skipping. judging by the images of the T530 I found, the touchpad has physical buttons. the driver only exposes software buttons for clickpads, i.e. touchpads without physical buttons. fwiw, the TrackPoint is the red round thing between g and h, the synaptics device is on a different event device. ok gotcha, thanks for the informations. So the issues with the t530 touchpad configuration in FC20 must have a different cause. Andre, please file a separate bug for that then and assign it to me Thanks Peter! I created https://bugzilla.redhat.com/show_bug.cgi?id=1057786 |