yes. <br>sudo gedit /etc/X11/xorg.conf <br>Edit the section that looks like this: <br><pre>Section "InputDevice"<br> Identifier "Mouse0"<br> Driver "mouse"<br> Option "Protocol" "auto"
<br> Option "Device" "/dev/sysmouse"<br> Option "Buttons" "5"<br>EndSection</pre>and make it look more like this:<br><pre>Section "InputDevice"<br>
Identifier "Mouse0"<br> Driver "IMPS/2"<br> Option "Protocol" "auto"<br> Option "Device" "/dev/sysmouse" # or /dev/psaux
<br> Option "Buttons" "7" # left,right,middle,scrollup,scrolldn,bumpleft,bumpright<br> Option "ZAxisMapping" "4 5 6 7"<br>EndSection<br><br><br>if you don't have side buttons this SHOULD be all you need. if not, imwheel and xmodmap will
<br>fix you right up. Even though its a gentoo howto it still applies: <a href="http://gentoo-wiki.com/HOWTO_Mouse_Scrollwheel">http://gentoo-wiki.com/HOWTO_Mouse_Scrollwheel</a><br></pre><br><br><div><span class="gmail_quote">
On 11/29/05, <b class="gmail_sendername">stan</b> <<a href="mailto:stanb@panix.com">stanb@panix.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I just bought a Logitch wireless mouse for my laptop. It has the sideways<br>scrolling hardware, and I was wondering if there is a way to make this work<br>in X?<br><br><br>--<br>U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror
<br>- New York Times 9/3/1967<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="http://lists.ubuntu.com/mailman/listinfo/ubuntu-users">http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br></blockquote></div><br>