Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 11:55:31 +0200
From:      hans@lambermont.dyndns.org (Hans Lambermont)
To:        freebsd-stable@freebsd.org
Subject:   Re: optical mice
Message-ID:  <20030602095531.GA86154@moya.lambermont.dyndns.org>
In-Reply-To: <000d01c328cb$2748a410$0402a8c0@dotnet>
References:  <200306010927.26235.kolicz@eunet.yu> <1054532866.853.26.camel@xyzzy.wireless.snsonline.net> <000d01c328cb$2748a410$0402a8c0@dotnet>

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



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