From owner-freebsd-questions Sat Jan 22 6:44:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id D26AB14D87 for ; Sat, 22 Jan 2000 06:43:11 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 18699 invoked from network); 22 Jan 2000 14:42:56 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 22 Jan 2000 14:42:56 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id UAA31772 for ; Sat, 22 Jan 2000 20:42:20 +0600 Date: Sat, 22 Jan 2000 20:42:19 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions@FreeBSD.ORG Subject: rc.i386 and vidcontol In-Reply-To: <20000120183419.A340@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I've noticed rather strange behavior of my fBSD box. I have mousesystems mouse on cuaa1, and in rc.i386, I can see: # mouse daemon if [ "X${moused_enable}" = X"YES" ] ; then echo -n ' moused' moused ${moused_flags} -p ${moused_port} -t ${moused_type} echo vidcontrol <${viddev} -m on >> /tmp/90 fi So, mouse is only enabled on ttyv0 by default. To enable it on on all tty's, I added allscreens_flags "-m on 80x30". Surprisingly, I now get all ttyv's in neat 80x30 mode, with mouse on all except ttyv0. If I omit 80x30 (thus, allscreens_flags="-m on") everything works fine (default 80x25 mode and mouse on _all_ ttys). Is this some kinda bug? It's easy to get everything working; but it not the way it's suppose to be anyways, IMHO. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message