Subject: Re: Issues arising from installing NetBSD on my new machine.
To: None <port-i386@NetBSD.ORG>
From: Matthieu Herrb <matthieu@laas.fr>
List: port-i386
Date: 08/18/1997 19:36:10
You wrote (in your message from Mon 18)
> >
> > - This next (and last) issue is really an XFree86-3.2 question. I
> > got a three-button mouse. XF86Setup runs quite happily, and quite
> > happily sees action on the outside two buttons, but action on the
> > middle button is AKAIK not seen, and I have to emulate it. Is
> > there an easy fix?
>
> Find 'Emulate3Buttons' (not sure of spelling & capitalization) in your
> XF86Config file, and get rid of it.
Emulate3Buttons is for 2 button mices. Here the problem is that your
mouse is probably one instance of the generic cheap mices that do the
micro$oft 2 buttons-only protocol by default and need some special
incantation to get a 3 button mousesystems protocol. Usually, the
incantation in question is to hold the middle button down while
initializing the driver (ie. during X server startup), or playing with
the CTS/RTS lines (see XF86Config(4) man page for details).
Matthieu