All of lore.kernel.org
 help / color / mirror / Atom feed
* bootsplash integration
@ 2006-08-11 14:36 Steve Barnhart
  2006-08-11 14:52 ` Michal Piotrowski
  2006-08-17 15:54 ` Pavel Machek
  0 siblings, 2 replies; 12+ messages in thread
From: Steve Barnhart @ 2006-08-11 14:36 UTC (permalink / raw)
  To: linux-kernel

I am looking for an update on the reasons (or objections) to
bootsplash (bootsplash.org) still not being integrated into the
kernel. I believe its a very nice project, especially w/regard to
looks for Linux and think it would be a good addition and save a lot
of time for many people who have to go through patching their kernel
if they want it.

There's also gensplash
(http://dev.gentoo.org/~spock/projects/gensplash/) which is a little
different and requires only an fbsplash patch to the kernel and only
if you want a background picture on the consoles after bootup (a nice
feature imo).

Both of these are nice packages that I would love to have officially
included and was jus wondering what everyone's current objections to
it are.

-- 
Steve

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

* Re: bootsplash integration
  2006-08-11 14:36 bootsplash integration Steve Barnhart
@ 2006-08-11 14:52 ` Michal Piotrowski
  2006-08-11 15:39   ` Steve Barnhart
  2006-08-17 15:54 ` Pavel Machek
  1 sibling, 1 reply; 12+ messages in thread
From: Michal Piotrowski @ 2006-08-11 14:52 UTC (permalink / raw)
  To: Steve Barnhart; +Cc: linux-kernel

Hi Steve,

On 11/08/06, Steve Barnhart <stb52988@gmail.com> wrote:
> I am looking for an update on the reasons (or objections) to
[snip]
> it are.

How about splashy?
http://splashy.alioth.debian.org/wiki/doku.php

It's really nice _user space_ program.

>
> --
> Steve

Regards,
Michal

-- 
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/wiki/)

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

* Re: bootsplash integration
  2006-08-11 14:52 ` Michal Piotrowski
@ 2006-08-11 15:39   ` Steve Barnhart
  2006-08-11 17:07     ` Eric Piel
  0 siblings, 1 reply; 12+ messages in thread
From: Steve Barnhart @ 2006-08-11 15:39 UTC (permalink / raw)
  To: Michal Piotrowski; +Cc: linux-kernel

I am aware of Splashy and it does seem rather nice, but I also am for
several alternatives and Bootsplash has been around for a long time
and gensplash continues to enhance it. SuSE has used bootsplash
forever and mandrake does also I believe. It would be nice to finally
have one of those actually integrated into the kernel since the
technology and patches to do so are already there. It requires less
work out of people like me ha and would be a nice feature addition in
addition to good alternatives like splashy.

On 8/11/06, Michal Piotrowski <michal.k.k.piotrowski@gmail.com> wrote:
> Hi Steve,
>
> On 11/08/06, Steve Barnhart <stb52988@gmail.com> wrote:
> > I am looking for an update on the reasons (or objections) to
> [snip]
> > it are.
>
> How about splashy?
> http://splashy.alioth.debian.org/wiki/doku.php
>
> It's really nice _user space_ program.
>
> >
> > --
> > Steve
>
> Regards,
> Michal
>
> --
> Michal K. K. Piotrowski
> LTG - Linux Testers Group
> (http://www.stardust.webpages.pl/ltg/wiki/)
>


-- 
Steve

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

* Re: bootsplash integration
  2006-08-11 15:39   ` Steve Barnhart
@ 2006-08-11 17:07     ` Eric Piel
  2006-08-11 17:35       ` Alan Cox
  0 siblings, 1 reply; 12+ messages in thread
From: Eric Piel @ 2006-08-11 17:07 UTC (permalink / raw)
  To: Steve Barnhart; +Cc: Michal Piotrowski, linux-kernel

08/11/2006 05:39 PM, Steve Barnhart wrote/a écrit:
> I am aware of Splashy and it does seem rather nice, but I also am for
> several alternatives and Bootsplash has been around for a long time
> and gensplash continues to enhance it. SuSE has used bootsplash
> forever and mandrake does also I believe. It would be nice to finally
> have one of those actually integrated into the kernel since the
> technology and patches to do so are already there. It requires less
> work out of people like me ha and would be a nice feature addition in
> addition to good alternatives like splashy.
> 

The kernel only incorporates what is _really_ necessary. A jpeg decoder 
and a progress bar manager would never become part of the kernel! 
splashy proves that this kind of feature are absolutely not necessary in 
the kernel as it's feasible in the user-space. Move to splashy, it'll 
require you less work than patching your kernel ;-)

I just wonder if one can also put background pictures on the TTY only 
from user-space...

See you,
Eric


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

* Re: bootsplash integration
  2006-08-11 17:07     ` Eric Piel
@ 2006-08-11 17:35       ` Alan Cox
  2006-08-12 14:27         ` Vernon Mauery
  0 siblings, 1 reply; 12+ messages in thread
From: Alan Cox @ 2006-08-11 17:35 UTC (permalink / raw)
  To: Eric Piel; +Cc: Steve Barnhart, Michal Piotrowski, linux-kernel

Ar Gwe, 2006-08-11 am 19:07 +0200, ysgrifennodd Eric Piel:
> I just wonder if one can also put background pictures on the TTY only 
> from user-space...

Currently only easily via X11 because the knowledge of the overlay and
YUV/RGB scaler engines is in X not in the kernel.

Alan


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

* Re: bootsplash integration
  2006-08-11 17:35       ` Alan Cox
@ 2006-08-12 14:27         ` Vernon Mauery
  2006-08-12 17:14           ` Jan Engelhardt
  0 siblings, 1 reply; 12+ messages in thread
From: Vernon Mauery @ 2006-08-12 14:27 UTC (permalink / raw)
  To: Alan Cox; +Cc: Eric Piel, Steve Barnhart, Michal Piotrowski, linux-kernel

On Friday 11 August 2006 10:35, Alan Cox wrote:
> Ar Gwe, 2006-08-11 am 19:07 +0200, ysgrifennodd Eric Piel:
> > I just wonder if one can also put background pictures on the TTY only
> > from user-space...
>
> Currently only easily via X11 because the knowledge of the overlay and
> YUV/RGB scaler engines is in X not in the kernel.

mplayer knows how to play to a framebuffer on the console without X.  So this 
is possible.  I have played a movie on my framebuffer before.  If mplayer can 
do it, splashy should be able to do it as well.  Use a native framebuffer if 
your card supports that or VESA if it doesn't.  This is definitely something 
that belongs in userspace, not in the kernel.

--Vernon

> Alan
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: bootsplash integration
  2006-08-12 14:27         ` Vernon Mauery
@ 2006-08-12 17:14           ` Jan Engelhardt
  2006-08-17 16:02             ` Gábor Lénárt
  0 siblings, 1 reply; 12+ messages in thread
From: Jan Engelhardt @ 2006-08-12 17:14 UTC (permalink / raw)
  To: Vernon Mauery
  Cc: Alan Cox, Eric Piel, Steve Barnhart, Michal Piotrowski,
	linux-kernel

>mplayer knows how to play to a framebuffer on the console without X.  So this 
>is possible.  I have played a movie on my framebuffer before.

mplayer even works without framebuffer, and I am not talking about aalib or 
caca, but cvidix.


Jan Engelhardt
-- 

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

* Re: bootsplash integration
  2006-08-11 14:36 bootsplash integration Steve Barnhart
  2006-08-11 14:52 ` Michal Piotrowski
@ 2006-08-17 15:54 ` Pavel Machek
  2006-08-17 21:10   ` Otavio Salvador
  2006-08-17 21:59   ` Valdis.Kletnieks
  1 sibling, 2 replies; 12+ messages in thread
From: Pavel Machek @ 2006-08-17 15:54 UTC (permalink / raw)
  To: Steve Barnhart; +Cc: linux-kernel

Hi!

> I am looking for an update on the reasons (or 
> objections) to
> bootsplash (bootsplash.org) still not being integrated 
> into the

Well, eye-candy does not really belong into kernel, see?

OTOH all the distros use it, anyway, so integration would make _some_
sense.

-- 
Thanks for all the (sleeping) penguins.

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

* Re: bootsplash integration
  2006-08-12 17:14           ` Jan Engelhardt
@ 2006-08-17 16:02             ` Gábor Lénárt
  2006-08-17 19:23               ` Jan Engelhardt
  0 siblings, 1 reply; 12+ messages in thread
From: Gábor Lénárt @ 2006-08-17 16:02 UTC (permalink / raw)
  To: Jan Engelhardt
  Cc: Vernon Mauery, Alan Cox, Eric Piel, Steve Barnhart,
	Michal Piotrowski, linux-kernel

On Sat, Aug 12, 2006 at 07:14:33PM +0200, Jan Engelhardt wrote:
> >mplayer knows how to play to a framebuffer on the console without X.  So this 
> >is possible.  I have played a movie on my framebuffer before.
> 
> mplayer even works without framebuffer, and I am not talking about aalib or 
> caca, but cvidix.

As an ex-developer of MPlayer I should say that MPlayer even supports direct
hardware access and such if you're brave enough ;-)

http://www.mplayerhq.hu/DOCS/HTML-single/en/MPlayer.html#vidix

-- 
- Gábor

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

* Re: bootsplash integration
  2006-08-17 16:02             ` Gábor Lénárt
@ 2006-08-17 19:23               ` Jan Engelhardt
  0 siblings, 0 replies; 12+ messages in thread
From: Jan Engelhardt @ 2006-08-17 19:23 UTC (permalink / raw)
  To: Gábor Lénárt
  Cc: Vernon Mauery, Alan Cox, Eric Piel, Steve Barnhart,
	Michal Piotrowski, linux-kernel

>> >mplayer knows how to play to a framebuffer on the console without X.  So this 
>> >is possible.  I have played a movie on my framebuffer before.
>> 
>> mplayer even works without framebuffer, and I am not talking about aalib or 
>> caca, but cvidix.
>
>As an ex-developer of MPlayer I should say that MPlayer even supports direct
>hardware access and such if you're brave enough ;-)
>
>http://www.mplayerhq.hu/DOCS/HTML-single/en/MPlayer.html#vidix

vidix does not work, but vesa and svga do. However, one of vesa/svga also 
ceased to work recently. Very sad :(


Jan Engelhardt
-- 

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

* Re: bootsplash integration
  2006-08-17 15:54 ` Pavel Machek
@ 2006-08-17 21:10   ` Otavio Salvador
  2006-08-17 21:59   ` Valdis.Kletnieks
  1 sibling, 0 replies; 12+ messages in thread
From: Otavio Salvador @ 2006-08-17 21:10 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Steve Barnhart, linux-kernel

Pavel Machek <pavel@ucw.cz> writes:

> OTOH all the distros use it, anyway, so integration would make _some_
> sense.

There's some alteratives running well in usermode so I don't think it
makes sense anymore.

I can cite usplash and splashy as examples.

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
---------------------------------------------
"Microsoft gives you Windows ... Linux gives
 you the whole house."

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

* Re: bootsplash integration
  2006-08-17 15:54 ` Pavel Machek
  2006-08-17 21:10   ` Otavio Salvador
@ 2006-08-17 21:59   ` Valdis.Kletnieks
  1 sibling, 0 replies; 12+ messages in thread
From: Valdis.Kletnieks @ 2006-08-17 21:59 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Steve Barnhart, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

On Thu, 17 Aug 2006 15:54:59 -0000, Pavel Machek said:

> Well, eye-candy does not really belong into kernel, see?
> 
> OTOH all the distros use it, anyway, so integration would make _some_
> sense.

Hmm.. I'm completely failing to find it on my RHEL and Fedora Core boxes?


[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]

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

end of thread, other threads:[~2006-08-17 21:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-11 14:36 bootsplash integration Steve Barnhart
2006-08-11 14:52 ` Michal Piotrowski
2006-08-11 15:39   ` Steve Barnhart
2006-08-11 17:07     ` Eric Piel
2006-08-11 17:35       ` Alan Cox
2006-08-12 14:27         ` Vernon Mauery
2006-08-12 17:14           ` Jan Engelhardt
2006-08-17 16:02             ` Gábor Lénárt
2006-08-17 19:23               ` Jan Engelhardt
2006-08-17 15:54 ` Pavel Machek
2006-08-17 21:10   ` Otavio Salvador
2006-08-17 21:59   ` Valdis.Kletnieks

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.