logitech mouse mx510 on Debian Sid and 'unclean' events
Hi,
I am trying to fully configure a Logitech MX510 (10 buttons) mouse on a Debian
Sid box. I am running 2.6.10-1-686 Debian kernel.
I have tried quite a few thing after searching from google and have actually
met with some success, but there is still a lot to do.
What does work now is: up and down scrolling, left, middle and right button
clicks. The two side buttons work but are seen as different clicks (more about
this later).
What does not work: CTRL+WHEEL-UP-DOWN does not change font size in FireFox.
The side buttons do not give 'clean' events. Neither do the two buttons on the
front and back side of the wheel.
When I press on of the side buttons and the little round buttons on top, they
give different events when they are fully depressed than when they are
released. For example, one gives shows 4 button event when depressed but 9
when it is released. I can get the side buttons to work by using a
.xbindkeysrc file in my home:
#########################
"xvkbd -xsendevent -text "\[Alt_L]\[Left]""
m:0x10 + b:9
"xvkbd -xsendevent -text "\[Alt_L]\[Right]""
m:0x10 + b:10
#########################
Here are the relevant stanzas in /etc/X11/XF86-config-4:
#####################################################
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
#Option "Device" "/dev/psaux"
Option "Device" "/dev/input/mice"
#with command cat /proc/bus/input/devices
#Option "Dev Phys" "isa0060/serio1/input0"
Option "Dev Phys" "usb-0000:00:1d.1-1/input0"
Option "Protocol" "evdev"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Name" "Logitech MX 510"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
.
.
.
.
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
# InputDevice "Generic Mouse"
InputDevice "Configured Mouse"
EndSection
#####################################################
By commenting out the "Generic Mouse" line, I get some cleaning up of the
events in button pressed (or I may be imagining it).
What am I missing here and whats the deal with mixed mouse events? If somebody
has MX510 working, it would great to know how. And if you can post your
/etc/X11/XF86config-4, it would be great.
thanks,
->HS
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Reply to: