I found out a previous post about this, but I still can't get my mouse to work porperly... I read: #################### From: Juergen Stuber
Hi, this is a bit from the back of my head, as I didn't yet bother to configure the extra buttons on my new machine: You can get the two buttons on the left side to work as follows (the top button never reacts, and the other two are the same as turning the wheel): Use ExplorerPS/2 as the protocol. ZAxisMapping "9 10" Buttons "10" You can also use smaller numbers, for example Buttons "7" and ZAxisMapping "6 7" but the buttons for the wheel must be at the end. You can then remap them to 4 and 5 by xsetpointer "USB Mice" && xmodmap -e "pointer = 1 2 3 6 7 8 9 10 4 5" The xsetpointer is only needed if you have several mice, for example a touchpad and a usb mouse on a laptop, use the names from the XF86Config. You can distinguish all the 10 buttons in the event interface, but I'm not aware of an XFree driver for that. Jürgen #################### I got the two buttons above to work, but the two other buttons on the left do not. They still work as a normal left button. What's wrong?!? Thanks a lot, Guldo p.s. from my XF86Config-4: Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" Option "Buttons" "10" Option "ZAxisMapping" "9 10" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" Option "Buttons" "10" Option "ZAxisMapping" "9 10" EndSection -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]