On 12/6/05, <b class="gmail_sendername">Mehmet Fatih AKBULUT</b> <<a href="mailto:mfatihakbulut@gmail.com">mfatihakbulut@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
A4 - tech is the manufacturer.<br>
Wheel Mouse<br>
Model - WOP-35</blockquote><div><br> </div></div>Adding wheel mouse support is easily done. Assuming you use xorg, take a look <a href="http://wiki.x.org/X11R6.8.2/doc/mouse5.html">at the wiki.</a> Mouse button events are added to 
xorg.conf like this:<br><pre>Option "ZAxisMapping"        "N1 N2 N3 N4"<br><br><span style="font-family: arial,sans-serif;">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.
<br>"mev" is one program to report mouse events. Mev is part of package "git", available at <a href="http://git.or.cz/">http://git.or.cz/</a><br><br>Once you find the mouse buttons for mapping, manually edit your 
xorg.conf and add the mapping option.<br><br></span></pre><br>