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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to