Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 1996 01:14:23 +0400 (MSD)
From:      =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) <ache@nagual.ru>
To:        andreas@klemm.gtn.com (Andreas Klemm)
Cc:        sos@freebsd.org, current@freebsd.org
Subject:   Re: Syscons CUT&PASTE functionality added...
Message-ID:  <199606232114.BAA00396@nagual.ru>
In-Reply-To: <Pine.BSI.3.94.960623222203.28654E-100000@klemm.gtn.com> from "Andreas Klemm" at "Jun 23, 96 10:28:32 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Some questions ... is the moused limited for use on ttyv0 only ?
> 
> Did you make the same experience like I, that moused doesn't
> work properly, when it's started from /etc/rc.i386 just before
> the getty's become active ?!

Moused hooks just commited.

> 	echo -n ' moused'
> 	vidcontrol -m on
> 	( sleep 5; moused -p ${mouseport} -t ${mousetype}) &

Your error is here: vidcontrol works on per-tty basis,
not for all ttys at once.
You must add "vidcontrol -m on" to your .login

-- 
Andrey A. Chernov
<ache@nagual.ru>
http://www.nagual.ru/~ache/



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