Date: Fri, 6 Apr 2007 13:32:19 +0300 From: Andrei Kolu <antik@bsd.ee> To: freebsd-stable@freebsd.org Subject: Re: Changing Console Resolution - Vidcontrol Message-ID: <200704061332.20108.antik@bsd.ee> In-Reply-To: <20070405234308.7083545055@ptavv.es.net> References: <20070405234308.7083545055@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704061332.20108.antik>