Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 11:41:53 +0930
From:      Greg Lehey <grog@lemis.com>
To:        marian parker <marian.parker@mindspring.com>
Cc:        FreeBSD Questions <questions@FreeBSD.ORG>
Subject:   Re: sio problems (was: mouse problems)
Message-ID:  <19980708114153.C7792@freebie.lemis.com>
In-Reply-To: <3.0.1.32.19980707210039.006aeafc@pop.mindspring.com>; from marian parker on Tue, Jul 07, 1998 at 09:00:39PM -0500
References:  <3.0.1.32.19980707204644.006a3fcc@pop.mindspring.com> <3.0.1.32.19980707175835.006975ec@pop.mindspring.com> <3.0.1.32.19980707175835.006975ec@pop.mindspring.com> <19980708105948.X7792@freebie.lemis.com> <3.0.1.32.19980707204644.006a3fcc@pop.mindspring.com> <19980708112515.B7792@freebie.lemis.com> <3.0.1.32.19980707210039.006aeafc@pop.mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday,  7 July 1998 at 21:00:39 -0500, marian parker wrote:
>> What happens if you try to use the mouse on /dev/ttyd1 (and plug it into
>> the correct connector)?
>
> This looks promising. How do I do that?

Well, you need to find the connector for the other serial port, and
then modify your configuration files to point to it.  In
/etc/XF86config you look for the line which looks like:

Section "Pointer"
        Protocol        "MouseMan"
        Device          "/dev/ttyd0"

Change this last line to:

        Device          "/dev/ttyd1"

For moused, look for this line in /etc/rc.conf:

mousedport="/dev/cuaa0"	# Set to your mouse port (required if mousetype set)"	

Change it to 

mousedport="/dev/cuaa1"	# Set to your mouse port (required if mousetype set)"	

Greg
--
See complete headers for address and phone numbers
finger grog@lemis.com for PGP public key

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



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