Nick H. wrote:

> Option      "ZAxisMapping" "4 5"

I use moused instead (M-BD58) so I have both scrollwheel support in X11
and a mouse in text-mode (I start without X11).

in /etc/rc.conf :

    moused_enable="YES"

and in /etc/X11/XF86Config :

    Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device"   "/dev/sysmouse"
        Option      "Buttons"  "5"
        Option "Emulate3Buttons" "yes"
    EndSection

Hans
-- 
http://lambermont.webhop.org/   () ascii ribbon campaign - against HTML mail,
                                /\ vCards and proprietary formats
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to