[gentoo-user] Framebuffer background image

2004-01-13 Thread Fred Labrosse
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  does not fit into framebuffer problem, which I'm not sure how to
solve without patching things).

Fred


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Framebuffer background image

2004-01-12 Thread Sebastian Bergmann
  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.

  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.

  Can this be configured in such a way that the above message gets not
  displayed?

  TIA,
Sebastian

-- 
Sebastian Bergmann
http://sebastian-bergmann.de/   http://phpOpenTracker.de/

Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Framebuffer background image

2004-01-12 Thread R'twick Niceorgaw
Sebastian Bergmann wrote:

  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.

  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.

  Can this be configured in such a way that the above message gets not
  displayed?

  TIA,
Sebastian

  

just a guess not sure if this will work...

in /etc/conf.d/bootsplash.conf file change
PROGRESS_BOOT_MESSAGE to blank

HTH
R'twick

--
[EMAIL PROTECTED] mailing list