Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2001 16:34:14 -0500 (EST)
From:      "Jamin A. Brown" <jamin@gwi.net>
To:        Andrew Hesford <ajh3@hecubus.bsdonline.org>
Cc:        FreeBSD-stable <freebsd-stable@FreeBSD.ORG>
Subject:   Re: PS/2 mouse
Message-ID:  <Pine.BSI.4.30.0102191629360.14767-100000@sss1.gwi.net>
In-Reply-To: <20010219151945.A818@cec.wustl.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hmmm,

I'm running FreeBSD 4.2-STABLE, Xfree86-4.0.2_5, and am using a Logitech
Optical Wheel Mouse. The mouse has a USB connector, and a USB -> PS/2
converter, which I am using.

In my /etc/X11/XF86Config file I have:

Section "InputDevice"

# Identifier and driver

    Identifier           "Mouse1"
    Driver               "mouse"
    Option "Protocol"    "auto"
    Option "Device"      "/dev/psm0"
    Option "ZAxisMapping" "4 5"

My mouse tracks fine, the wheel works, no problems anywhere. (In order ot
get the wheel working in some apps I've had to edit my .xinitrc.)

Keep in mind, I am *not* using moused.

Jamin


On Mon, 19 Feb 2001, Andrew Hesford wrote:

> Here's what I can tell from the moused man page.
>
> Intellimouse is only supported for serial mice. All ps/2 mice must use
> the ps/2 protocol, or use autodetect. Likewise, USB mice must use the
> autodetect protocol.
>
> The "No core pointer" error occurs when you try to access /dev/psm0 with
> XFree86, while running moused... if you look closer at the error, you
> will see some sort of permission or access problem. Set the XFree86
> mouse protocol to SysMouse and use /dev/sysmouse to get mouse support in
> XFree86.
>
> Having the pointer not move can be caused by man things, including a
> broken mouse. Having a crazy pointer jumping everywhere is a sure sign
> of specifying an incorrect mouse protocol. Moused or you xserver will
> misread the data the mouse sends to the ps/2 bus. I've had this error
> many times.
>
> If you want to get wheel support going, you'll probably need either a
> serial mouse or a linux installation. I don't know of anybody who's
> gotten a ps/2 wheelmouse working in FreeBSD, at least not while using
> moused.
>
> Good luck getting this all working.
>
> On Mon, Feb 19, 2001 at 08:58:13AM -0800, Peter Shpak wrote:
> > if you are starting the mouse daemon before you get to
> > X then the mouse is at /dev/sysmouse
> > i found that the best way to set up an IntelliMouse
> > with X is to say the following:
> >
> > Section "InputDevice"
> > # Identifier and driver
> >
> >     Identifier  "Mouse1"
> >     Driver      "mouse"
> >     Option "Protocol"    "Auto"
> >     Option "Device"      "/dev/sysmouse"
> >     Option "Buttons" "5"
> >     Option "ZAxisMapping" "4 5"
> > EndSection
> >
> > the above makes the mouse wheel work as well.
> >
> > arz@iastate.edu> wrote:
> > > I tried to hook a PS/2 mouse (IntelliMouse) to my
> > > FreeBSD box and I couldn't
> > > make it work with X 4.0.2. I did some experimenting
> > > and I can't quite
> > > remember particular symptoms with different
> > > configurations, but problems
> > > included:
> > > - X server not starting at all (no core pointer)
> > > - X server starting but mouse pointer not moving
> > > - X server starting but mouse pointer jumping all
> > > over the screen
> > >
> > > `cat /dev/psm0' usually resulted in `Device busy'
> > > (that was the reason
> > > why X couldn't see the mouse).
> > >
> > > The mouse was installed on irq12, detected during
> > > boot, no flags passed
> > > to the driver.
> > >
> > > I'm using a KVM switch, but I tried to use the mouse
> > > with and without it.
> > > Currently I have the mouse hooked up via the
> > > PS/2---serial adapter, but
> > > I feel that's not the Right Way.
> > >
> > > Any help will be appreciated.
> > >
> > > --
> > >   ,oOo.Bc -=EE    Krzysztof Parzyszek
> > > <hektor@iname.com> 11/29/2000 3:41pm
> > > -'7' `L'                            ---Entropy isn't
> > > what it used to be...
> > >
> > >
> > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > with "unsubscribe freebsd-stable" in the body of the
> > message
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail - only $35
> > a year!  http://personal.mail.yahoo.com/
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-stable" in the body of the message
>
>


-----------------------------------------------------------------
Jamin A. Brown                      Systems Operations Department
operations@gwi.net   * Great Works Internet *   207.286.8686 x142
RSA PGP Key:              http://www.gwi.net/~jamin/pgp/jamin.asc



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.30.0102191629360.14767-100000>