Sebastian Bergmann writes:
 >   Hi,
 > 
 >   I am using gentoo-dev-sources-2.6.1 and the following grub config
 > 
 >     kernel (hd0,0)/boot/gentoo-dev-sources-2.6.1 root=/dev/hda3
 >     video=vesa:ywrap,mtrr vga=0x317
 >     initrd=/boot/initrd-1024x768
 > 
 >   where
 > 
 >     /boot/initrd-1024x768
 > 
 >   was generated using
 > 
 >     /sbin/splash -f -s <config> >/boot/initrd-1024x768
 > 
 >   Now I do not want a silent bootsplash with a progress bar, so I did not
 > 
 >     rc-update add bootsplash default
 > 
 >   All I want is a 1024x768 framebuffer console with a background image
 >   during boot.

I believe this is what is responsible for the background image on the
different ttys.  The /boot/initrd-1024x768 is the one responsible for the
background image during boot time.

 > 
 >   The one thing that nags me is that about halfway through the boot
 >   process the
 > 
 >     Booting the system... Press F2 for verbose mode
 > 
 >   message appears in the center of the screen. The message is overwritten
 >   (looks ugly) by subsequent messages.
 > 

This looks like a silent mode only partially working.  Normally, specifying
"splash=verbose" on the kernel line in grub.conf should solve the problem.
The strange thing though is that this is supposed to be the default
("splash=silent" being the other possibility).

My problem is the opposite: I do want silent mode and can't (the "silenjpeg
size xxxx does not fit into framebuffer" problem, which I'm not sure how to
solve without patching things).

Fred


--
[EMAIL PROTECTED] mailing list

Reply via email to