All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elladan <elladan@eskimo.com>
To: James Simmons <jsimmons@pentafluge.infradead.org>
Cc: Linux Frame Buffer Device Development
	<linux-fbdev-devel@lists.sourceforge.net>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Michal Januszewski <spock@gentoo.org>,
	Linux Kernel Development <linux-kernel@vger.kernel.org>,
	"Antonino A. Daplas" <adaplas@hotpop.com>
Subject: Re: [Linux-fbdev-devel] [announce 0/7] fbsplash - The Framebuffer Splash
Date: Sun, 13 Mar 2005 11:34:08 -0800	[thread overview]
Message-ID: <20050313193408.GA26344@eskimo.com> (raw)
In-Reply-To: <Pine.LNX.4.56.0503111801550.10827@pentafluge.infradead.org>

On Fri, Mar 11, 2005 at 06:03:20PM +0000, James Simmons wrote:
> 
> > > > Thats why moving the eye candy console into user space is such a good
> > > > idea. You don't have to run it 8) It also means that the console
> > > > development is accessible to all the crazy rasterman types.
> > > 
> > > Yep. The basic console we already have. Everyone who wants eye candy can switch
> > > from basic console to user space console in early userspace.
> > > 
> > 
> > Heh, I'm afraid it does not work like that. Anyone who wants eye-candy
> > simply applies broken patch to their kernel... unless their distribution applied one
> > already.
> > 
> > Situation where we have one working eye-candy patch would certainly
> > be an improvement.
> 
> Why do we need patches in the kernel. Just set you config to 
> CONFIG_DUMMY_CONSOLE, CONFIG_FB, CONFIG_INPUT and don't set fbcon or 
> vgacon. Then have a userspace app using /dev/fb and /dev/input create a 
> userland console. There is no need to do special hacks in the kernel.

Putting it in userland would make it impossible to debug what's wrong
with the system if there's a kernel error, since userland will die long
before it can spit out anything useful.


The primary purpose of these things is to make a distribution look
pretty while booting.  Lots of people complain that Linux distros look
"old fashioned" or something because they don't show little dancing
girls during early boot.

I should think the primary features you need here are:

* Can display some pretty looking thing with a logo
* If there's a problem during boot (userspace error, oops, panic, etc.)
  then it should become a regular console able to scroll back over the
  boot-time spew.

I don't think a user-space version can do that for anything except
userspace errors, so a kernel console is better.

-J

      parent reply	other threads:[~2005-03-13 19:34 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-08  1:57 [announce 0/7] fbsplash - The Framebuffer Splash Michal Januszewski
2005-03-08  1:57 ` Michal Januszewski
2005-03-08 19:46 ` James Simmons
2005-03-08 19:46   ` [Linux-fbdev-devel] " James Simmons
2005-03-08 20:52   ` Jon Smirl
2005-03-08 20:52     ` [Linux-fbdev-devel] " Jon Smirl
2005-03-08 22:27     ` James Simmons
2005-03-08 22:27       ` [Linux-fbdev-devel] " James Simmons
2005-03-09 11:38   ` Pavel Machek
2005-03-09 22:47     ` Christoph Hellwig
2005-03-10  3:29       ` Sebastian Kügler
2005-03-09  5:01 ` Antonino A. Daplas
2005-03-09  5:01   ` [Linux-fbdev-devel] " Antonino A. Daplas
2005-03-09  6:02   ` Jon Smirl
2005-03-09  6:02     ` [Linux-fbdev-devel] " Jon Smirl
2005-03-09  9:34     ` Geert Uytterhoeven
2005-03-09  9:34       ` [Linux-fbdev-devel] " Geert Uytterhoeven
2005-03-09 18:16       ` Alan Cox
2005-03-09 20:33         ` Geert Uytterhoeven
2005-03-09 20:33           ` [Linux-fbdev-devel] " Geert Uytterhoeven
2005-03-09 20:45         ` James Simmons
2005-03-09 20:45           ` [Linux-fbdev-devel] " James Simmons
2005-03-09 22:40           ` Alan Cox
2005-03-10  9:12             ` Geert Uytterhoeven
2005-03-10  9:12               ` [Linux-fbdev-devel] " Geert Uytterhoeven
2005-03-10 14:54               ` Pavel Machek
2005-03-10 14:54                 ` [Linux-fbdev-devel] " Pavel Machek
2005-03-11 18:03                 ` James Simmons
2005-03-11 18:13                   ` Jon Smirl
2005-03-11 18:13                     ` [Linux-fbdev-devel] " Jon Smirl
2005-03-15 18:58                     ` James Simmons
2005-03-15 18:58                       ` [Linux-fbdev-devel] " James Simmons
2005-03-15 19:03                       ` Jon Smirl
2005-03-15 19:03                         ` [Linux-fbdev-devel] " Jon Smirl
2005-03-15 19:22                         ` James Simmons
2005-03-15 19:22                           ` [Linux-fbdev-devel] " James Simmons
2005-03-15 20:39                       ` Lee Revell
2005-03-13 18:20                   ` Pavel Machek
2005-03-13 18:53                     ` Geert Uytterhoeven
2005-03-13 18:53                       ` [Linux-fbdev-devel] " Geert Uytterhoeven
2005-03-13 19:24                       ` Jon Smirl
2005-03-13 19:24                         ` [Linux-fbdev-devel] " Jon Smirl
2005-03-13 19:34                   ` Elladan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050313193408.GA26344@eskimo.com \
    --to=elladan@eskimo.com \
    --cc=adaplas@hotpop.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=geert@linux-m68k.org \
    --cc=jsimmons@pentafluge.infradead.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=spock@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.