public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Graphical boot ( under kernel and not lilo)
@ 2001-12-13 13:47 Samuel Maftoul
  2001-12-13 22:09 ` Adam Jaskiewicz
  0 siblings, 1 reply; 4+ messages in thread
From: Samuel Maftoul @ 2001-12-13 13:47 UTC (permalink / raw)
  To: lkml

Hello hackers,
I think that linux has somehow grown up and I would like to suggest we (
mostly you as my knowledge ... ) integrate the "new version" of
linux_logo.h which makes fullscreen tty1 graphical(maybe as non default
).
What do you think about that ?
        
        Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: Graphical boot ( under kernel and not lilo)
@ 2001-12-14 17:35 Torrey Hoffman
  0 siblings, 0 replies; 4+ messages in thread
From: Torrey Hoffman @ 2001-12-14 17:35 UTC (permalink / raw)
  To: 'Tommi Kyntola', Adam Jaskiewicz; +Cc: lkml

Tommi Kyntola wrote:
[... earlier discussion snipped ...]
 
> I have made a patch for 2.4.X that makes three new compile options -
> custom boot logo, non blinking fbcon cursor and totally hidden fbcon 
> cursor. Custom boot logo stuff requires a picture in some well known 

I also have done patches for this stuff. Recently I've 
finished up a simple patch for 2.4.x that allows arbitrary 
sized images which can be different sizes for black&white, 16, 
and 214 colors.  We use it here for our set top boxes - I put 
console on tty2, and use the "fbv" program in userspace to 
splash other images after init starts.  

I've also updated the glogo "gimp" plugin to save images
in the 2.4.x linux_logo.h format (well, including the changes
from my patch.)  I haven't posted these patches to the list
yet because I haven't been able to test them fully... also
I've just learned of the similar work other people have done.

I would like to see something like this make it in to 2.5 at 
least, and maybe into 2.4 as well.  But I understand that the 
console layer is being extensively rewritten for 2.5, so I guess 
that logo stuff will need to wait...

At the very least, a patch that moved the definition of
LOGO_H and LOGO_W from fbcon.c over to linux_logo.h would
make it much easier to write tools that save images as
linux_logo.h without requiring kernel patches.

That cleanup at least should go into 2.4, IMHO.

For 2.5, I'd like to see options like this in the kernel
configuration under the framebuffer stuff:

- Use fancy splash image options (y/N):
	- Select 214-color splash image (/boot/logo-214.png)
	- Select 16-color splash image (/boot/logo-16.png)
	- Select b&w splash image (/boot/logo-bw.png)
	- multiple images on SMP (Y/n)
	- Center image horizontally (y/N)
	- Center image vertically (y/N)
	- Background/border color (0x000000)
	- Foreground/text color (0x777777)
	- Default console output to tty2 (y/N)

Some kernel developers might complain that things like this are
unnecessary fluff, but it's convenient for embedded developers
and it would allow distributors to put their distribution logos
in a standard place to be picked up for custom kernel compiles,
also it would make it much easier for users to customize their
linux boot.  And, it doesn't really add much bloat to the kernel.

Oddly enough, people like to customize these things.  

Torrey Hoffman

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-12-14 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-13 13:47 Graphical boot ( under kernel and not lilo) Samuel Maftoul
2001-12-13 22:09 ` Adam Jaskiewicz
2001-12-14 11:33   ` Tommi Kyntola
  -- strict thread matches above, loose matches on Subject: below --
2001-12-14 17:35 Torrey Hoffman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox