From owner-freebsd-questions@FreeBSD.ORG Tue Jul 27 22:55:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B20FA16A4CE for ; Tue, 27 Jul 2004 22:55:28 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482E243D68 for ; Tue, 27 Jul 2004 22:55:28 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004072722551011200d45c6e> (Authid: jayobrien@att.net); Tue, 27 Jul 2004 22:55:11 +0000 Message-ID: <4106DD5E.3020908@att.net> Date: Tue, 27 Jul 2004 15:55:26 -0700 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <4106D878.6010804@att.net> <20040727224202.GD71175@dan.emsphone.com> In-Reply-To: <20040727224202.GD71175@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Console 50-lines at bootup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 22:55:28 -0000 Dan Nelson wrote: > In the last episode (Jul 27), Jay O'Brien said: > >>I cannot make it set up the VGA_80x50 and 'green black' parameters >>when booting up. I've tried many iterations of the text in >>/etc.rc.local or /etc.rc.conf.local and I get errors and failures to boot >>that forced me to learn about single-user mode to recover. (Probably a >>good thing that I had to learn about single-user!) > > > :) > > >>I would like the system to boot up into VGA_80x50 and green on black, and >>I'm stumped. > > > This should work: > > allscreens_flags="-m on 80x50 green black" > > ("-m on" enables the mouse) > Thank you, Where should I place that instruction? Jay