sideways crolling with mouse?

hometoast hometoast at gmail.com
Tue Nov 29 20:11:40 UTC 2005


yes.
sudo gedit /etc/X11/xorg.conf
Edit the section that looks like this:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Buttons" "5"
EndSection

and make it look more like this:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "IMPS/2"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse" # or /dev/psaux
        Option      "Buttons" "7" #
left,right,middle,scrollup,scrolldn,bumpleft,bumpright
        Option      "ZAxisMapping" "4 5 6 7"
EndSection


if you don't have side buttons this SHOULD be all you need. if not,
imwheel and xmodmap will
fix you right up. Even though its a gentoo howto it still applies:
http://gentoo-wiki.com/HOWTO_Mouse_Scrollwheel



On 11/29/05, stan <stanb at panix.com> wrote:
>
> I just bought a Logitch wireless mouse for my laptop. It has the sideways
> scrolling hardware, and I was wondering if there is a way to make this
> work
> in X?
>
>
> --
> U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite
> Vietcong Terror
> - New York Times 9/3/1967
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20051129/0d69b923/attachment.html>


More information about the ubuntu-users mailing list