Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 2004 12:00:43 -0500
From:      Dan Kilbourne <bsd-lists@netophilia.net>
To:        "Lilith B." <lilith_cu@yahoo.es>
Cc:        questions@FreeBSD.org
Subject:   Re: your mail
Message-ID:  <20041224170043.GA26561@netophilia.net>
In-Reply-To: <20041223234924.14717.qmail@web25104.mail.ukl.yahoo.com>
References:  <20041223234924.14717.qmail@web25104.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041224170043.GA26561>