Problem with mouse scroll logitech

Antoine Jacoutot ajacoutot at lphp.org
Tue Apr 6 15:06:32 PDT 2004


On Tuesday 06 April 2004 23:57, Marcelo wrote:
> Hello all,
>
> I have a Logitech optical mouse with scroll, and i've used the scroll
> function in several linux distros, but in freebsd i didnt find the
> solution yet..
>
> Is there any line to add in xf86config file, or other manner to solve
> that?

This is the XF86Config section for my mouse (Logitech WheelMouse), maybe it  
can help you:

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

Antoine


More information about the freebsd-questions mailing list