Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2003 13:35:11 -0000
From:      Ion-Mihai Tetcu <itetcu@apropo.ro>
To:        Dev Tugnait <dev@unixdaemon.org>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: Console ps2 mouse behavior control (was : Re: test)
Message-ID:  <20031130153549.7a34a835.itetcu@apropo.ro>
In-Reply-To: <20031130131630.GA90661@daemon.org>
References:  <20031130112315.GC87835@daemon.org> <34F658A6-2336-11D8-A803-000393A95684@free.fr> <20031130131630.GA90661@daemon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Nov 2003 08:16:30 -0500
Dev Tugnait <dev@unixdaemon.org> wrote:

Plese wrap at 72 char.

> Well hi firstly make sure /etc/rc.conf does set
> Emulate3Buttons=yes...YOu didnt specify what mouse you have...
                        ^^^^^^^^^^^^
So how do you know ?

> Auto
> works fine mos t of the time. If you wan mouse wheel add this to
> XF86Config
> 
>     Identifier  "Mouse1"
>     Driver      "mouse"
>     Option "Protocol"    "Auto"
>     Option "Device"      "/dev/sysmouse"
>     Option "ZAxisMapping" "4 5"
>     Option Emulate3Buttons "no"
> 
> restart X this is just an example feel free to try it have fun :)

Or:

it# cat /etc/rc.conf | grep moused
moused_enable="YES"
moused_flags="-z 4"
moused_type="auto"

and

it# cat /etc/X11/XF86Config | grep -A4 Mouse
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
    Option "Buttons" "5"

for:

it# dmesg | grep psm
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3

actually and A4Tech Optical 3D Mouse.




-- 
IOnut
Unregistered ;) FreeBSD user



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