| View previous topic :: View next topic |
| Author |
Message |
Dr. Arbeitslos Apprentice

Joined: 13 Aug 2005 Posts: 152
|
Posted: Fri Apr 27, 2007 7:09 am Post subject: xf86-input-evdev-1.1.5-r1 doesn't recognice all buttons |
|
|
Hi,
yersterday I installed the update from x11-drivers/xf86-input-evdev-1.1.2-r2 to 1.5-r1.
Since then X doesn't recognice all mouse buttons any more (I've tested with xev)
| Code: | cat /proc/bus/input/devices
I: Bus=0003 Vendor=046d Product=c50e Version=2510
N: Name="Logitech USB RECEIVER"
P: Phys=usb-0000:00:10.0-2/input0
S: Sysfs=/class/input/input3
H: Handlers=mouse0 event2
B: EV=7
B: KEY=1f0000 0 0 0 0 0 0 0 0
B: REL=103
|
and the xorg.conf looks like this:
| Code: | Section "InputDevice"
Identifier "Logitech MX1000"
Driver "evdev"
Option "Name" "Logitech USB RECEIVER"
Option "CorePointer"
EndSection |
Thank you for any hints! |
|
| Back to top |
|
 |
Dr. Arbeitslos Apprentice

Joined: 13 Aug 2005 Posts: 152
|
Posted: Fri Apr 27, 2007 5:47 pm Post subject: |
|
|
I looked at /var/log/Xorg.0.log :
| Code: | (II) evdev brain: Rescanning devices (1).
(**) Option "CorePointer"
(**) Logitech MX1000-usb-0000:00:10.0-2/input0: Core Pointer
(II) Logitech MX1000-usb-0000:00:10.0-2/input0: Found 3 relative axes.
(II) Logitech MX1000-usb-0000:00:10.0-2/input0: Configuring as pointer.
(**) Logitech MX1000-usb-0000:00:10.0-2/input0: WHEELRelativeAxisButtons: 4 5.
(II) Logitech MX1000-usb-0000:00:10.0-2/input0: Found 5 mouse buttons
(**) Logitech MX1000-usb-0000:00:10.0-2/input0: Configuring 3 relative axes.
(II) Logitech MX1000-usb-0000:00:10.0-2/input0: Configured 7 mouse buttons
(II) XINPUT: Adding extended input device "Logitech MX1000-usb-0000:00:10.0-2/input0" (type: MOUSE)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
|
but my mx1000 has over 10 buttons. why doesn't X find them any more? |
|
| Back to top |
|
 |
|