FS#46994 - [xf86-input-evdev] Logitech G600 Mouse bug with xorg-server 1.17.4-* and xf86-input-evdev 2.10.0-1
Attached to Project:
Arch Linux
Opened by Gabriel Cavallo (gcavallo) - Saturday, 07 November 2015, 11:27 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 04 January 2016, 11:51 GMT
Opened by Gabriel Cavallo (gcavallo) - Saturday, 07 November 2015, 11:27 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 04 January 2016, 11:51 GMT
|
Details
Description:
(This is my first bug report here sorry if mistakes are made) Logitech G600 Mouse buttons are not registered properly after xorg upgrade. The mouse cursor is dragged approximately 50% to to left when using the left-click (making the cursor unusable). Bug is on all WM/DE. --- Steps to reproduce: Pacman -Syyu [2015-11-05 22:33] [ALPM] upgraded xf86-input-evdev (2.9.2-1 -> 2.10.0-1) [2015-11-05 22:33] [ALPM] upgraded xorg-server-common (1.17.4-1 -> 1.17.4-2) [2015-11-05 22:33] [ALPM] upgraded xorg-server (1.17.4-1 -> 1.17.4-2) Restart X (G600 is bugged at that that point) Sadly all my xorg logs are from after the problem was solved.. --- Steps to fix: Stop X sudo mv /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/10-evdev.conf.1.17.4-2 cd /var/cache/pacman/pkg sudo pacman -U xorg-server-1.17.3-1-x86_64.pkg.tar.xz xorg-server-common-1.17.3-1-x86_64.pkg.tar.xz sudo pacman -U xf86-input-evdev-2.9.2-1-x86_64.pkg.tar.xz Start X |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Monday, 04 January 2016, 11:51 GMT
Reason for closing: Fixed
Additional comments about closing: 2.10.0-3
Monday, 04 January 2016, 11:51 GMT
Reason for closing: Fixed
Additional comments about closing: 2.10.0-3
Check Changelog and look/file an upstream bug.
Section "ServerFlags"
Option "AllowEmptyInput" "False"
Option "AutoAddDevices" "False"
Option "AutoEnableDevices" "False"
EndSection
Section "InputDevice"
Identifier "Evdev Mouse"
Driver "evdev"
# Follow Arch wiki https://wiki.archlinux.org/index.php/All_Mouse_Buttons_Working to find ID
Option "Device" "/dev/input/by-id/usb-Logitech_Gaming_Mouse_G600_A7E7279BB98D0012-event-mouse"
EndSection
Using those xorg settings I'm unable to use any input device (need to hard-reset). Had to downgrade again...
I don't know how to get logs, but I just plugged another mouse in for now, so if you want some, just tell me how and I'll send them!
I've opened a ticket at https://bugs.freedesktop.org/show_bug.cgi?id=92856
A patch is available there if you wish to compile it.
xf86-input-evdev 2.10.0-1
xorg-server 1.17.4-2
xorg-server-common 1.17.4-2
I load everything through startx/.xinitrc(standard other than some other applications starting up) into i3, no display manager.
My understanding is that it's a new input driver loaded with a higher priority if installed.