Web Server forum
Back To The Forum Home!Search!Private Messaging System

This is Interesting: Free IT Magazines Now Free shipping to   
Web Server Talk Web Server Talk > Unix and Linux reviews > Free Debian support > Debian Developers > bootsplash in debian kernel




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    bootsplash in debian kernel  
Bluefuture


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-23-04 07:34 PM

In regard of: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228805

Do u say that an user can have bootsplash and progress bar on debian
with official kernel-header deb without recompile kernel source?
If an user must to recompile kernel source for bootsplash he can also
patch the source kernel with all the patch included in
kernel-patch-debian package. So kernel-patch-debian should be removed from
debian projects ... Only original kernel source!!! 

Bootsplash packages are on http://mentors.debian.net - still need kernel sou
rce recompilation -
Friendly.


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email
]





[ Post a follow-up to this message ]



    Re: bootsplash in debian kernel  
Chris Cheney


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-23-04 07:34 PM

On Sat, Jan 24, 2004 at 02:20:56AM +0100, Bluefuture wrote:
quote:
> In regard of: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=228805 > > Do u say that an user can have bootsplash and progress bar on debian > with official kernel-header deb without recompile kernel source? > If an user must to recompile kernel source for bootsplash he can also > patch the source kernel with all the patch included in > kernel-patch-debian package. So kernel-patch-debian should be removed from > debian projects ... Only original kernel source!!!
I think he is saying that bootsplash shouldn't even require a kernel module to begin with so should be rewritten to properly make use of fbcon, hence "the same thing can be done in userspace" comment. When something can be done in userspace just as well as in kernelspace it should be done in userspace. If there are things bootsplace needs to do that can't be done in userspace or with fbcon then speak up... Chris




[ Post a follow-up to this message ]



    Re: bootsplash in debian kernel  
Andrew Pollock


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-25-04 09:33 PM

On Fri, Jan 23, 2004 at 07:37:52PM -0600, Chris Cheney wrote:
quote:
> I think he is saying that bootsplash shouldn't even require a kernel > module to begin with so should be rewritten to properly make use of > fbcon, hence "the same thing can be done in userspace" comment. When > something can be done in userspace just as well as in kernelspace it > should be done in userspace. If there are things bootsplace needs to do > that can't be done in userspace or with fbcon then speak up...
Herbert's attitude that things that are currently done in kernel space that can be done in user space instead should be done in user space is all well and good, I have no major problem with it, other than the fact that the wheel has already been invented in a lot of cases with it being done in kernel space, and Herbert being insistent that it be done in user space isn't always the most practical. I'd like to be able to pretty up the kernel booting experience with a framebuffer logo, for example, which I believe still "just works" if you don't modularise framebuffer support, but doesn't work if you do. Herbert's opinion (and it's fair enough) is that this should be done in user space (I'm not quite sure how you achieve spitting out a logo early in the boot process, I guess have it in the initrd), but it takes work to achieve the user space alternative to an already existing kernel space "feature". Andrew -- To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email ]




[ Post a follow-up to this message ]



    Re: bootsplash in debian kernel  
Chris Cheney


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-25-04 11:33 PM

On Mon, Jan 26, 2004 at 02:47:34PM +1000, Andrew Pollock wrote:
quote:
> On Fri, Jan 23, 2004 at 07:37:52PM -0600, Chris Cheney wrote: > > > Herbert's attitude that things that are currently done in kernel space tha t > can be done in user space instead should be done in user space is all well > and good, I have no major problem with it, other than the fact that the > wheel has already been invented in a lot of cases with it being done in > kernel space, and Herbert being insistent that it be done in user space > isn't always the most practical.
Its always been the attitude that things that can be done in userspace should be done in userspace. Note that bootsplash isn't in the "kernel" otherwise you wouldn't need Herbert to apply a patch. Even devfs is going away now and being replaced by a userspace daemon, udev. Also Caldera's gui bootup was done in userspace using a special init (iirc). That said I would really like Debian to have a prettier bootup, I just agree with Herbert that it should be done right. In the past it has been done in userspace so it seems that it is possible to do it right in userspace.
quote:
> I'd like to be able to pretty up the kernel booting experience with a > framebuffer logo, for example, which I believe still "just works" if you > don't modularise framebuffer support, but doesn't work if you do. Herbert' s > opinion (and it's fair enough) is that this should be done in user space > (I'm not quite sure how you achieve spitting out a logo early in the boot > process, I guess have it in the initrd), but it takes work to achieve the > user space alternative to an already existing kernel space "feature".
Setting the kernel to boot in quiet mode would achieve that for the most part. Displaying the logo right would probably require it being displayed in early userspace, which although it means its not in the kernel itself it would be in the initrd/initramfs and would still need to be in the kernel debs. The part that displays/hides the init.d processes loading could probably stay in normal userspace (outside of the initrd). If bootsplash achieves something that can't be done using a combination of early userspace and regular userspace perhaps that part could be left as a kernel module and sent to lkml for inclusion. If its part of the real kernel Herbert might be persuaded to enable it. Chris




[ Post a follow-up to this message ]



    Re: bootsplash in debian kernel  
Dominique Devriese


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-26-04 06:34 AM

Chris Cheney writes:
quote:
[QUOTE] > Its always been the attitude that things that can be done in > userspace should be done in userspace. Note that bootsplash isn't in > the "kernel" otherwise you wouldn't need Herbert to apply a > patch. Even devfs is going away now and being replaced by a > userspace daemon, udev. Also Caldera's gui bootup was done in > userspace using a special init (iirc). That said I would really > like Debian to have a prettier bootup, I just agree with Herbert > that it should be done right. In the past it has been done in > userspace so it seems that it is possible to do it right in > userspace.
IIUC, doing it right requires quite a lot more work than using the existing kernel-based, and arguably "wrong" approach. Is it then not an option to adopt the existing kernel-based approach temporarily, until someone invests the work required to do it right ? cheers domi -- To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email ]




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:44 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 

Back To The Top
Home | Usercp | Faq | Register