From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 00:08:13 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 C8AF316A4CE for ; Wed, 28 Jul 2004 00:08:13 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46AE643D31 for ; Wed, 28 Jul 2004 00:08:13 +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 (mtiwmhc11) with ESMTP id <2004072800081211100995fne> (Authid: jayobrien@att.net); Wed, 28 Jul 2004 00:08:12 +0000 Message-ID: <4106EE6B.3060409@att.net> Date: Tue, 27 Jul 2004 17:08:11 -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: In-Reply-To: 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: Wed, 28 Jul 2004 00:08:14 -0000 Dan, Erik, JJB... Thank you all, that worked. And once I saw the whole screen with green on black, (ugh!) I went back to white on black. But now at least I know how to do it! Now to find the syntax for allscreens_flags and learn about that argument. I may want to set different virtual terminals to different settings. Jay O'Brien Rio Linda, CA USA Ref: FreeBSD console 50 lines JJB wrote: > What Dan meant to say is add this line to your rc.conf file and > reboot > > allscreens_flags="-m on 80x50 green black" > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Dan Nelson > Sent: Tuesday, July 27, 2004 6:42 PM > To: Jay O'Brien > Cc: FreeBSD - questions > Subject: Re: Console 50-lines at bootup? > > 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) > > -- > Dan Nelson > dnelson@allantgroup.com