Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 1998 14:58:02 +1100
From:      John Saunders <john.saunders@scitec.com.au>
To:        Etanisla Lopez-Ortiz <etanisla@whoever.com>, freebsd-newbies@FreeBSD.ORG
Subject:   Re: Q's about mouse configuration...
Message-ID:  <35172F4A.D2F54177@scitec.com.au>
References:  <35172672.8241FDE9@whoever.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Etanisla Lopez-Ortiz wrote:
> I have a (microsoft-type 2-button) mouse on sio0...moused claims the
> device is not configured...and XF86Setup doesn't see it either.  When I
> installed 2.2.5-RELEASE (thanks Walnut Creek!) I followed all prompts as
> suggested by the book (The Complete FreeBSD).

OK, try the following...

In /dev make a link called mouse to the correct serial device. The
sio0 device uses the /dev/cuaa0 file name.

# ln -f -s cuaa0 /dev/mouse

Edit /etc/rc.conf and search for the moused lines. Set the type to
Microsoft and set the device to /dev/mouse. You don't need to add
any special options so leave that entry blank. Some 3 button mouses
need either the -D or -R option to operate in 3 button mode.

Edit /etc/XF86Config and search for the mouse section. Set the
mouse device to be /dev/sysmouse and set the type to be MouseSystems.

When you run moused the mouse cannot be shared with X. So moused
simulates a mousesystems mouse running /dev/sysmouse for X to use.

Cheers.
--        +------------------------------------------------------------+
      .   | John Saunders   mailto:John.Saunders@scitec.com.au  (Work) |
  ,--_|\  |                 mailto:john@nlc.net.au              (Home) |
 /  Oz  \ |                 http://www.nlc.net.au/~john/               |
 \_,--\_/ | SCITEC LIMITED  Phone +61 2 9428 9563  Fax +61 2 9428 9933 |
       v  |    "By the time you make ends meet, they move the ends."   |
          +------------------------------------------------------------+

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



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