Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 15:18:29 +0900
From:      Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp>
To:        "Adam M Ryan" <adam@powersurge.net>
Cc:        <freebsd-mobile@FreeBSD.ORG>
Subject:   Re: Strange mouse activity 5.0-Rel ( Dell cpi )
Message-ID:  <sa6r89e1l56.wl@gin.myn.rcast.u-tokyo.ac.jp>
In-Reply-To: <000101c2e78c$855dcd30$6401a8c0@irix>
References:  <000101c2e78c$855dcd30$6401a8c0@irix>

next in thread | previous in thread | raw e-mail | index | archive | help
If you mean that the motion itself is OK, but only the responses to
clicks are delayed (until the mouse is moved), try setting the
protocol line in XF86Config to auto and not sysmouse.

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

At Mon, 10 Mar 2003 23:10:23 -0600,
Adam M Ryan wrote:
> 
> I have noticed after install on my dell cpi that the mouse is very slow
> to response, even adjusting via wmaker, it is still slow.  Sometimes it
> doesn't respond to mouse clicks, and double clicking on icons.  I am
> using sysmouse, I have tried with a ps2, also same response.  
> 
> Could this be the XF version? 4.2.1 causing the problem? Any information
> would be helpful.
> 
> Adam

or on another thought, killing moused and setting as
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psm0"
also worked for me, IIRC. So YMMV.
-- 
Hiroharu Tamaru

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




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