On 12/6/05,
Mehmet Fatih AKBULUT <
mfatihakbulut@xxxxxxxxx> wrote:
A4 - tech is the manufacturer.
Wheel Mouse
Model - WOP-35
Adding wheel mouse support is easily done. Assuming you use xorg, take a look
at the wiki. Mouse button events are added to
xorg.conf like this:
Option "ZAxisMapping" "N1 N2 N3 N4"
An interesting question is what buttons are N1, N2, etc.? Looking at the mouse events can tell you for sure - as some brands of mice use alternate mappings.
"mev" is one program to report mouse events. Mev is part of package "git", available at http://git.or.cz/
Once you find the mouse buttons for mapping, manually edit your
xorg.conf and add the mapping option.