|
Bugzilla – Full Text Bug Listing |
| Summary: | No emulation of 3rd mouse button with Trackpoint | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Holger Sickenberg <holgi> |
| Component: | X.Org | Assignee: | Stefan Dirsch <sndirsch> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <xorg-maintainer-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | robert_gartler, sndirsch, yar |
| Version: | Milestone 6 of 6 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Component Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Xorg.0.log
proc-bus-input-devices.txt hwinfo-mouse.txt hwinfo-mouse-113.txt hwinfo-mouse-ohne.txt Output of "hwinfo --mouse" |
||
|
Description
Holger Sickenberg
2011-02-02 09:59:24 UTC
Yes, please attach /var/log/Xorg.0.log and the output of cat /proc/bus/input/devices Created attachment 411757 [details]
Xorg.0.log
Created attachment 411758 [details]
proc-bus-input-devices.txt
Hmm. Apparently your touchpad isn't detected at all, whereas touchscreen is and being driven by wacom driver. Might be a kernel problem. So what's the output of 'hwinfo --mouse'? Created attachment 411774 [details]
hwinfo-mouse.txt
(In reply to comment #5) > Created an attachment (id=411774) [details] > hwinfo-mouse.txt Indeed no touchpad has been detected. Reassigning to kernel component. Created attachment 411806 [details]
hwinfo-mouse-113.txt
But it's the same on 11.3 where everything works fine. Please see attached hwinfo-mouse-113.txt for 11.3
By the way - it's not a touchpad, it's a track point and 2 buttons. Ok, but still something similar to "TPPS/2 IBM TrackPoint" should have been detected. I suggest to remove the mouse and rerun "hwinfo --mouse". Created attachment 411842 [details]
hwinfo-mouse-ohne.txt
Please add the following to /etc/x11/xorg.conf.d/11-mouse.conf:
Section "InputClass"
Identifier "PS/2 Generic Mouse"
MatchProduct "PS/2 Generic Mouse"
MatchIsPointer "on"
Driver "evdev"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "Emulate3Buttons" "on"
Option "EmulateWheelTimeout" "200"
EndSection
Does this fix the issue?
Yes, this fixes the issue. Fixed with SR #59854. Created attachment 413844 [details]
Output of "hwinfo --mouse"
Your fix doesn't solve problem for me. However, if I add following to /etc/x11/xorg.conf.d/11-mouse.conf, all is going right:
Section "InputClass"
Identifier "whatever"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
EndSection
Output of "hwinfo --mouse" is in attachment.
Please open a seperate bugreport. Same thing here. Yaroslavs solution solved my problem too. (Using the trackball of a Dell Latitude D830) |