FS#16972 - [xf86-input-evdev] Mouse A4Tech X7 stops working
Attached to Project:
Arch Linux
Opened by andrey demidov (demas) - Monday, 02 November 2009, 06:35 GMT
Last edited by Jan de Groot (JGC) - Saturday, 21 November 2009, 15:47 GMT
Opened by andrey demidov (demas) - Monday, 02 November 2009, 06:35 GMT
Last edited by Jan de Groot (JGC) - Saturday, 21 November 2009, 15:47 GMT
|
Details
Description:
After last upgrade my mouse (A4Tech X7) stops working correctly. May be the problem was caused by the new kernel. The mouse coursor move to the upper left corner of screen anytime. The Genius mouse works correctly. |
This task depends upon
Closed by Jan de Groot (JGC)
Saturday, 21 November 2009, 15:47 GMT
Reason for closing: Fixed
Additional comments about closing: xf86-video-evdev 2.3.1-1.
Saturday, 21 November 2009, 15:47 GMT
Reason for closing: Fixed
Additional comments about closing: xf86-video-evdev 2.3.1-1.
[896][demas.arch: /home/demas]$ tail /var/log/messages.log
Nov 2 09:58:48 arch kernel: usb 2-2: USB disconnect, address 10
Nov 2 09:59:03 arch kernel: usb 2-2: new full speed USB device using uhci_hcd and address 11
Nov 2 09:59:03 arch kernel: usb 2-2: configuration #1 chosen from 1 choice
Nov 2 09:59:03 arch kernel: input: A4Tech USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input21
Nov 2 09:59:03 arch kernel: generic-usb 0003:09DA:0080.000B: input,hidraw0: USB HID v1.11 Mouse [A4Tech USB Mouse] on usb-0000:00:1d.0-2/input0
Nov 2 09:59:24 arch kernel: usb 2-2: USB disconnect, address 11
Nov 2 09:59:29 arch kernel: usb 2-2: new low speed USB device using uhci_hcd and address 12
Nov 2 09:59:29 arch kernel: usb 2-2: configuration #1 chosen from 1 choice
Nov 2 09:59:29 arch kernel: input: Genius NetScroll + Traveler as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input22
Nov 2 09:59:29 arch kernel: generic-usb 0003:0458:002E.000C: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll + Traveler] on usb-0000:00:1d.0-2/input0
So the reason is in the other package.
Return legacy input settings to xorg.conf
Section "ServerFlags"
Option "AutoAddDevices" "false"
Option "AllowEmpthyInput" "false"
Option "DontZap" "false"
EndSection
here is bug filled on their dev bug system https://bugs.freedesktop.org/show_bug.cgi?id=24737
The solution of Stanislav Larionov is worked for me, but I was made to write keyboard configuration in xorg.conf. The most interesting thing is that everything works fine with another usb mouse. That's a bit strange.
Link to this patch:
https://bugs.freedesktop.org/attachment.cgi?id=31069
You can find it here: http://bbs.archlinux.org/viewtopic.php?id=83918&p=2