Description of problem: I have a dell 1555 laptop with attached: Bus 007 Device 002: ID 045e:0084 Microsoft Corp. Basic Optical Mouse The middle button is used for both scrolling, and as a button. On F15, it scrolls, but middle button press does nothing. xev shows: left button = 1 right button = 3 scroll up = 4 scroll down = 5 pressing the middle (scroll) button does not cause any input that xev sees. The middle button worked on F14 on a different laptop. xmodmap -pp shows physical buttons 1..12 mapped to button codes 1..12 Version-Release number of selected component (if applicable): xorg-x11-drv-mouse-1.6.99.901-2.fc15.x86_64 How reproducible: always Steps to Reproduce: 1. open terminal, type some text 2. select text with mouse (click and drag) 3. try to paste text with middle mouse button Actual results: nothing pasted Expected results: selected text should be pasted Additional info:
Thanks for the bug report. We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue. Please attach * your X server config file (/etc/X11/xorg.conf, if available, and any files in /etc/X11/xorg.conf.d/), * X server log file (/var/log/Xorg.0.log), * output of the command evtest /dev/input/event<number according to Xorg.0.log), and * system log (/var/log/messages) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link above. We will review this issue again once you've had a chance to attach this information. Thanks in advance.
Created attachment 517007 [details] evtest output
Created attachment 517008 [details] /var/log/messages
Created attachment 517009 [details] xorg.conf.d/00-system-setup-keyboard.conf
Created attachment 517010 [details] xorg.conf.d/99-mouse-midbuttonemulation.conf I think I manually added this in an attempt to enable the middle mouse button
Created attachment 517012 [details] Xorg.0.log
Created attachment 517013 [details] xorg.conf.d/99-mouse-midbuttonemulation.conf I think I manually added trying to enable the middle button.
Please run evtest and press the middle mouse button. Do you see any events show up?
I no longer have access to that hardware mouse
Ok, thanks. I'm closing this bug for now, please reopen if it occurs again with other hardware.
I have recovered that mouse, and it is now connected to a fully updated Fedora 16 box. lsusb shows: Bus 003 Device 002: ID 045e:0084 Microsoft Corp. Basic Optical Mouse Running evtest, we get events from the left and right buttons, and the scroll wheel up/down, but nothing from pressing the middle (scroll wheel) button. Event: time 1336525560.021817, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90002 Event: time 1336525560.021819, type 1 (EV_KEY), code 273 (BTN_RIGHT), value 1 Event: time 1336525560.021827, -------------- SYN_REPORT ------------ Event: time 1336525560.157816, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90002 Event: time 1336525560.157818, type 1 (EV_KEY), code 273 (BTN_RIGHT), value 0 Event: time 1336525560.157826, -------------- SYN_REPORT ------------ Event: time 1336525562.589728, type 2 (EV_REL), code 0 (REL_X), value 1 Event: time 1336525562.589733, -------------- SYN_REPORT ------------ Event: time 1336525562.829721, type 2 (EV_REL), code 0 (REL_X), value 1 Event: time 1336525562.829726, -------------- SYN_REPORT ------------ Event: time 1336525563.037719, type 2 (EV_REL), code 1 (REL_Y), value -1 Event: time 1336525563.037723, -------------- SYN_REPORT ------------ Event: time 1336525563.141710, type 2 (EV_REL), code 0 (REL_X), value 1 Event: time 1336525563.141714, -------------- SYN_REPORT ------------
not an X bug then. Does the middle button still work on another machine/OS? My guess would be a hardware issue, I don't think the kernel broke that part.
I have not been able to get that middle button to work on any other machine/OS. I agree - it looks like the hardware just broke.
Thanks for letting us know. I'll close it as NOTABUG then.