Hi All
I have FreeBSD 10.3 installed in VirtualBox with MATE on Linux mint. When I browse Firefox and scroll up to the top of a page with mouse wheel I get back to the previous page.
I tried some mouse configuration on xorg.conf the problem still.
Here the configuration I found on some mailing list:
I have FreeBSD 10.3 installed in VirtualBox with MATE on Linux mint. When I browse Firefox and scroll up to the top of a page with mouse wheel I get back to the previous page.
I tried some mouse configuration on xorg.conf the problem still.
Here the configuration I found on some mailing list:
Code:
/etc/rc.conf
moused_enable="NO"
/etc/X11/xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
EndSection
~/.xinitrc
xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7 10 11"