Strange problem about "moused" ?

If I do not use the moused, it is normal when browsing web pages. With moused configured the "scrolling up" operation sometimes turns into going back to previous page.

Code:
>cat /etc/rc.conf | grep -i mouse
moused_port="/dev/psm0"
moused_type="auto"
moused_flags="-F 200 -A 1.5,2.0 -a 0.7 -r high"
moused_enable="YES"

>cat /etc/X11/xorg.conf | grep -i mouse
    InputDevice    "Mouse0" "CorePointer"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Device" "/dev/sysmouse"
>cat /etc/X11/xorg.conf | grep -i zaxis
    Option         "ZAxisMapping" "4 5 6 7"

Any suggestion is appreciated!
 
Back
Top