your mail

Dan Kilbourne bsd-lists at netophilia.net
Fri Dec 24 09:00:53 PST 2004


Lilith B. extolled:
> como activar el scroll del mouse ps/2.
> 
> How activate ps/2 mouse scroll 
> 
> 		


If the mouse itself works, but the mouse scroll wheel does not, just add
the following to your mouse definition in your X config file:

        Option      "ZAxisMapping" "4 5"


Example Mouse definition (Logitech USB Scroll mouse):

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



-- 
___
Dan


More information about the freebsd-questions mailing list