From owner-freebsd-stable@FreeBSD.ORG Fri Apr 6 10:32:23 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BC7416A403 for ; Fri, 6 Apr 2007 10:32:23 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from smtp-gw1.starman.ee (smtp-out5.starman.ee [85.253.0.7]) by mx1.freebsd.org (Postfix) with ESMTP id D09B413C4B7 for ; Fri, 6 Apr 2007 10:32:22 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from mx2.starman.ee (mx2.starman.ee [62.65.192.9]) by smtp-gw1.starman.ee (Postfix) with ESMTP id C66E6A21739 for ; Fri, 6 Apr 2007 13:32:20 +0300 (EEST) Received: from [192.168.2.101] (pc120.host51.starman.ee [62.65.243.120]) by mx2.starman.ee (Postfix) with ESMTP id B385732C436 for ; Fri, 6 Apr 2007 13:32:19 +0300 (EEST) From: Andrei Kolu To: freebsd-stable@freebsd.org Date: Fri, 6 Apr 2007 13:32:19 +0300 User-Agent: KMail/1.9.5 References: <20070405234308.7083545055@ptavv.es.net> In-Reply-To: <20070405234308.7083545055@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704061332.20108.antik@bsd.ee> X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Subject: Re: Changing Console Resolution - Vidcontrol X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2007 10:32:23 -0000 On Friday 06 April 2007 02:43, Kevin Oberman wrote: > I always run a 2000 line scrollback buffer. 200 won't make it to the > start of my boot. And, it's SC_HISTORY_SIZE. I'm unclear as to what you > refer to as 'slideshow" like teleporting', though. in case someone want colourful console.... options SC_HISTORY_SIZE=1000 options SC_NORM_ATTR=(FG_LIGHTGREEN|BG_BLACK) options SC_NORM_REV_ATTR=(FG_YELLOW|BG_BLACK) options SC_KERNEL_CONS_ATTR=(FG_LIGHTBLUE|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=(FG_LIGHTRED|BG_BLACK)