Subject: Logitech mx610 mouse under xorg
To: None <netbsd-users@netbsd.org>
From: Rift`` <dayzofrift@gmail.com>
List: netbsd-users
Date: 01/06/2007 11:33:40
hello,
I have a logitech mx610 mouse.
I use xorg-6.9.0nd3.
I want to configure all buttons.
On xev only 2 suplementary buttons work (prev/next).
I didn't find how to make the other buttons work.
My xorg.conf:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Emulate3Buttons" "true"
Option "Device" "/dev/wsmouse"
Option "Buttons" "9"
Option "ZAxisMapping" "4 5"
EndSection
Thanks.