Date: Fri, 15 Dec 2006 20:13:52 +0100 From: Pieter de Goeje <pieter@degoeje.nl> To: "J. W. Ballantine" <jwb@homer.att.com> Cc: freebsd-questions@freebsd.org Subject: Re: system bootup console setup Message-ID: <200612152013.52207.pieter@degoeje.nl> In-Reply-To: <200612151256.HAA19104@hera.homer.att.com> References: <200612151256.HAA19104@hera.homer.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 15 December 2006 13:56, J. W. Ballantine wrote: > Pieter, > > Thanks for the response, but I may have asked the wrong question. You're welcome :) > > I have two systems running 6-STABLE, one on a desktop pc and one > on a laptop. Both have saver="logo" in rc.conf, but the laptop > fails to load it: > logo_saver: the console does not support M_VGA_CG320 > Module_register_init: MOD_LOAD (logo_saver, 0xc266aac8, 0) error 19 You could try adding 'options VESA' to your kernel config. I think 'kldload vesa' will also work. logo_saver should then use mode M_VESA_CG800x600 instead of M_VGA_CG320. - Pieter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612152013.52207.pieter>