Multi-button mouse

slayerza

Senior Member
Joined
Feb 28, 2008
Messages
592
Reaction score
1
Location
Potchefstroom
Hi,
How can I get my multibutton (5 buttons) working in ubuntu. AFAIK it is a Lexma from Corex, but it doesn't seem to be working in linux. If this mouse is no good in this regard can you suggest a mouse that will be?

Thanks
 
Feel free to request a rewording of the title.
 
What are you currently using as you mouse driver?

Post the section relevant to your mouse in:
/etc/X11/xorg.conf
 
I used a Logitech gaming mouse (with like a 1001 buttons) and they all work fine...
 
Code:
Section "InputDevice"

    # generated from default
    Identifier     "Lexma"
    Driver         "evdev"
#    Option         "Protocol" "auto"
#    Option         "Device" "/dev/psaux"
#    Option         "Emulate3Buttons" "no"
#    Option         "ZAxisMapping" "4 5"
EndSection
When I run xev the buttons are correctly identified as no8 and no9 but I can't seem to get them to work. I'm sure I'm missing something simple
 
Will have a look at the recommended sources.
-Edit-
Thanks for the info. Seems that the button binding was the missing component. It now works perfectly.
 
Last edited:
Top
Sign up to the MyBroadband newsletter
X