Summary: | vertical scrolling and tapping behave differently with kernel 2.6.32 vs 2.6.37 | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Klaus Doering <klaus.doering999> | ||||
Component: | Input/synaptics | Assignee: | Peter Hutterer <peter.hutterer> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | medium | CC: | chris | ||||
Version: | unspecified | ||||||
Hardware: | x86-64 (AMD64) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Klaus Doering
2011-02-27 12:55:54 UTC
I have the same issue after upgrade from fedora 13 to 14 (https://bugzilla.redhat.com/show_bug.cgi?id=653071). In my case, I fixed the tap behavior by manually setting TapButton2=1. Anyway, the defaults worked fine on 2.6.33 and I think it's a synaptics driver issue. (In reply to comment #0) > generate TapButton1 events, but most often TapButton3. The difference between those 2 kernels is older version reported pressure and width maximum values as 0 and 0. Newer one informs with real values. That causes some logic in xf86-input-wacom to kick in and some rounding errors occured that made to usable on Acer's. It should be working again with newer xf86-input-synaptics as of this commit: http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=4aa16879bd5084f061a55e5b8a0754e1b037212a The down side is that 2-finger emulation will not be working by default any more. You'll have to manual set the EmulateTwoFingerMinZ value. Once you upgrade to kernel 2.6.38, you'll no longer need to do any emulation of 2 fingers luckly. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.