On 2005-11-04 13:47:26 (+0100), Efren Bravo <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]                               subscribed to the list.

  Science is true.  Don't be misled by facts.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to