|
Bugzilla – Full Text Bug Listing |
| Summary: | Touchpad click works only with button not tapping | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Darek Borkowski <borkows> |
| Component: | KDE | Assignee: | Forgotten User ZhJd0F0L3x <forgotten_ZhJd0F0L3x> |
| Status: | RESOLVED WONTFIX | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ms |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | X log AFTER fixing the bug | ||
|
Description
Darek Borkowski
2005-10-19 07:59:29 UTC
Could you add /etc/X11/xorg.conf and /var/log/Xorg.0.log? Thanks. Created attachment 54709 [details]
X log AFTER fixing the bug
I found partial resolution on http://web.telia.com/~u89404340/touchpad/ and rest I found myself. The problem is in the ksynaptics. I put below part of my xorg.conf with lines commented out by me # (just for clarity and to make touchpad configuration possible simple). After this comments and restarting X the click started to work in KDM but not in KDE, so my think was that it is ksynaptics problem. So I uninstalled ksynaptics and click work now good. The key in xorg.conf was IMHO the Option "MaxTapMove" "12" (it should be small) and removing of ksynaptics. Section "InputDevice" Driver "synaptics" Identifier "Mouse[1]" Option "AccelFactor" "0.01" Option "BottomEdge" "650" # Option "Device" "/dev/input/mice" Option "Device" "/dev/psaux" Option "EdgeMotionMaxSpeed" "15" Option "EdgeMotionMinSpeed" "15" Option "EmulateMidButtonTime" "75" # Option "FingerHigh" "15" # Option "FingerLow" "14" Option "HorizScrollDelta" "20" Option "LeftEdge" "120" Option "MaxSpeed" "0.5" Option "MaxTapMove" "12" Option "MaxTapTime" "180" Option "MinSpeed" "0.2" Option "Name" "Touchpad" Option "Protocol" "auto-dev" Option "RightEdge" "830" Option "SHMConfig" "on" Option "TopEdge" "120" # Option "UpDownScrolling" "1" Option "Vendor" "ALPS" Option "VertScrollDelta" "20" # Option "ZAxisMapping" "4 5" EndSection I'm changing Status of the bug, to FIXED but the fix is not ellegant and uses removing of ksynaptisc.rpm which probably is buggy itself. Reopen and assigning to maintainer of ksynaptics. He's currently on vacation, so stay tuned. Ok, thank you. ksynaptics is currently not quite up-to-date wrt the alps/synaptics driver and might set some things incorrect. A new version is out and i will try to get out a new package soon which _might_ solve the problem (but i cannot promise ;-) Right now, removing ksynaptics is probably the best solution, sorry for the hassle. Any news on this one? ksynaptics has been updated to 0.2.3 by dmueller. Since ksynaptics is in no selection you can lower the severity I think. The updated package can be obtained from ftp://ftp.suse.com/pub/suse/i386/supplementary/KDE/update_for_10.0/applications/ksynaptics-0.2.3-3.i586.rpm or a mirror. Does it help? please check with 10.1 - I tested ksynaptics and it worked fine |