Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2005 14:19:11 +0100
From:      Philip Paeps <philip@freebsd.org>
To:        Efren Bravo <efrenba2003@yahoo.es>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: read grey text
Message-ID:  <20051104131911.GC95685@fasolt.home.paeps.cx>
In-Reply-To: <20051104124727.87634.qmail@web86902.mail.ukl.yahoo.com>
References:  <20051104124727.87634.qmail@web86902.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-11-04 13:47:26 (+0100), Efren Bravo <efrenba2003@yahoo.es> wrote:
> When fbsd is booting, it shows an error in bright white inside the gray but
> I'm not able to read it.

I assume the grey is actually due to the contrast/brightness on your monitor.
By default, FreeBSD kernel messages are printed in white on black.

> Where can I read this gray text or better the error in bright white?

dmesg(8)

You might find it helps to change the colours of the console output.  You can
do this by setting SC_KERNEL_CONS_ATTR in your kernel config file.  I find
green on black the easiest to read:

options		SC_KERNEL_CONS_ATTR=(FG_GREEN|BG_BLACK)

See NOTES/LINT for more documentation about this.

 - Philip

-- 
Philip Paeps                                    Please don't Cc me, I am
philip@freebsd.org                               subscribed to the list.

  Science is true.  Don't be misled by facts.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051104131911.GC95685>