You are not logged in.
The Plymouth graphical boot loader should now be enabled in Statler. A system update will be required to view this change, enter the following terminal command to update:
sudo apt-get update && sudo apt-get dist-upgradeThis is a trial run for Plymouth on Statler and feedback would be greatly appreciated.
---
What is Plymouth?
For anyone unaware, Plymouth provides an attractive (subjective) graphical boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a log file for viewing after boot. For more information, see: http://www.freedesktop.org/wiki/Software/Plymouth
Last edited by corenominal (2011-01-01 17:18:26)
Offline
Well, this is a little subjective as I haven't tried it
but.... yuck 

Offline
What if one would like to dist-upgrade without getting Plymouth?
I've played enough with Plymouth theming in Ubuntu 10.04 and 10.10. I still got it on a netbook. It's OK but I don't miss it at all. I was relieved to see good old Debian style text boot in Statler.
(On the other hand, if that Statler Plymouth theme is made in fast and functional CB style it might be tempting to try it out. Whattodo whattodo whattodo?)
Offline
yuck
When I first enabled it, I thought pretty much the same, but after a week or so, it has grown on me. 
I am not sure if anyone else is interested, but if you missed it, there is a little backstory here: http://corenominal.org/2010/12/13/plymouth-on-statler/
Offline
What if one would like to dist-upgrade without getting Plymouth?
Do the upgrade, then remove "splash" from your GRUB config. 
(On the other hand, if that Statler Plymouth theme is made in fast and functional CB style it might be tempting to try it out. Whattodo whattodo whattodo?)
I have tried to make it as minimal as possible. 
Offline
http://corenominal.org/2010/12/13/plymouth-on-statler/
"For sure, it is superficially nice to have a graphical boot, but at the same time, it is probably more useful to not have one."
Exactly.
Offline
corenominal wrote:http://corenominal.org/2010/12/13/plymouth-on-statler/
"For sure, it is superficially nice to have a graphical boot, but at the same time, it is probably more useful to not have one."Exactly.
I think I should have put more emphasis on the word, "probably". 
Offline
Well, I really like it! Apparently, it's a cardinal sin not to read all the blurb that goes by while #! boots, but honestly I prefer it with the graphical bootloader and the option of seeing the other stuff if you want/need it. I like a little minimalist bling 
i wonder if i missed the warning
Skinny Puppy, Love in Vein
Offline
I like a little minimalist bling
"Minimalist bling", it's an oxymoron, but I love the phrase. I may have to steal it and use it in the release notes! 
Offline
well, i love it:)
i added these 3 aliases to my ~/.bashrc ...
#plymouth
alias plylist='sudo /usr/sbin/plymouth-set-default-theme --list' #lists available Plymouth themes
alias plychange='sudo /usr/sbin/plymouth-set-default-theme' #use as 'plychange THEME'
alias plyupdate='sudo update-initramfs -u' #update initramfs to implement changesthe "details" plymouth theme included in the #! themes disables the graphical boot.
Last edited by illumin8 (2011-01-01 15:43:01)
Website 500px DeviantArt
God never ends anything on a negative; God always ends on a positive. -- Edwin Louis Cole --
Offline
Well - I don't like it :-)
I don't feel strongly about splash - one way or the other. But if there is a splash screen I think I should at least be somewhat informative. E.g. give feedback that the system loading is actually progressing. So I would sugges some kind af progress bar to tell the user that everything is going ok.
Fedora's progress illustration is very nice. Maybe #! could use some thing similar?
As for me - I will try to remove splash from grub :-)
Offline
Well - I don't like it :-)
I don't feel strongly about splash - one way or the other. But if there is a splash screen I think I should at least be somewhat informative. E.g. give feedback that the system loading is actually progressing. So I would sugges some kind af progress bar to tell the user that everything is going ok.
Fedora's progress illustration is very nice. Maybe #! could use some thing similar?
As for me - I will try to remove splash from grub :-)
the "text" theme gives a simple progress bar.
if you arent going to remove plymouth, then
sudo /usr/sbin/plymouth-set-default-theme details && sudo update-initramfs -uwill remove the splash
Website 500px DeviantArt
God never ends anything on a negative; God always ends on a positive. -- Edwin Louis Cole --
Offline
The Plymouth graphical boot loader
I had this little twitch in my eye when I read this. For a moment I thought you replaced grub by something... blingblingy. Then I read more about plymouth to find out there's nothing to worry about...
I'm so meta, even this acronym
Offline
...if there is a splash screen I think I should at least be somewhat informative. E.g. give feedback that the system loading is actually progressing. So I would sugges some kind af progress bar to tell the user that everything is going ok.
Interestingly, or not, I did include a progress bar in some of the development builds, but I figured it served no purpose, other than to give a false sense of the system boot progress. 
I will gauge the feedback and adjust if necessary.
Offline
the "text" theme gives a simple progress bar.
if you arent going to remove plymouth, then
sudo /usr/sbin/plymouth-set-default-theme details && sudo update-initramfs -uwill remove the splash
Nice tips, thank you for sharing! 
Offline
corenominal wrote:The Plymouth graphical boot loader
I had this little twitch in my eye when I read this. For a moment I thought you replaced grub by something... blingblingy. Then I read more about plymouth to find out there's nothing to worry about...
Good point. I will edit the original post to include a description of Plymouth and a link. Thanks. 
Offline
achristoffersen wrote:...if there is a splash screen I think I should at least be somewhat informative. E.g. give feedback that the system loading is actually progressing. So I would sugges some kind af progress bar to tell the user that everything is going ok.
Interestingly, or not, I did include a progress bar in some of the development builds, but I figured it served no purpose, other than to give a false sense of the system boot progress.
I will gauge the feedback and adjust if necessary.
Personally, I'd rather have a false progress bar than no feedback whatsoever.
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
corenominal wrote:achristoffersen wrote:...if there is a splash screen I think I should at least be somewhat informative. E.g. give feedback that the system loading is actually progressing. So I would sugges some kind af progress bar to tell the user that everything is going ok.
Interestingly, or not, I did include a progress bar in some of the development builds, but I figured it served no purpose, other than to give a false sense of the system boot progress.
I will gauge the feedback and adjust if necessary.
Personally, I'd rather have a false progress bar than no feedback whatsoever.
There is feedback in the form of a pulsating #!, I agree that not having a progress bar was a little unsettling at first, but then I learned to trust the pulsating #!
Offline
the "text" theme gives a simple progress bar.
if you arent going to remove plymouth, then
sudo /usr/sbin/plymouth-set-default-theme details && sudo update-initramfs -uwill remove the splash
Fantastic - Thank you!! - I have never played around with grub so I actually had trouble "removing" splash the way Sir Philip suggested. This will do instead.
Incedently - Is there a way to have plymouth enabled, but then disable it by some keybord comand - e.g. ESC? This coudl be handy if something feels fishy? Maybe even after plymouth have started, and if the system hangs - then press ESC to see what ever message the text boot up displays?
A
Offline
Odd, on my netbook I had to break that into separate lines for the `update-initramfs -u` to take. At any rate, boot seems to take a few extra seconds with Plymouth...I'll actually time it with a stopwatch a few times, then remove splash from grub config and time that & get back to ya.
EDIT: Looks like there is no significant difference in boot time (power switch to GDM login screen) with splash enabled vs. splash disabled. Go Plymouth! (I wonder whether it was named after the city in England, the colony founded by the pilgrims, the car company, or...?)
Last edited by pvsage (2011-01-01 20:40:05)
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Personally, I'd rather have a false progress bar than no feedback whatsoever.
That's why I used to prefer text over splash: scrolling text gives impression of progress and action. It also keeps up (false but necessary) illusion of control over the system. Nobody really reads the notifications.
I'm not against Plymouth, but I don't feel comfortable with long silent boots. With the low spec machines I usually use I actually have to take time to watch the boot.
How about a Plymouth theme dedicated to us grumpy old school conservatives? Animation with furiously scrolling text, occasionally slowing down with fsck error ("press Ctrl+D..."). Or a BSOD theme?
Last edited by nore (2011-01-01 19:36:03)
Offline
I have it on my Nettop It looks nice,I like the progress bar look,The log in window is also nice,Its bright compared to the oldschool black,,which i loved.I think ill keep it.
Keep up the great work,Statler is turning out amazing.
Hell,I thought it was stable and outstanding back in the alpha 1 days.
Now to give it a go on my netbook.
I noticed the apt-get command for some reason wouldnt work,Maybe a typo a bunch of times,,LOL
aptitude did work.
Offline
That's why I used to prefer text over splash: scrolling text gives impression of progress and action. It also keeps up (false but necessary) illusion of control over the system. Nobody really reads the notifications.
I don't read ALL the notifications, but I do indeed notice when one of the daemons fails to load, thanks to colored output. I don't read everything, but when I see red or purple, I know there is something worth my attention. With this information, I can fix the problem right now without going through a dozen logfiles.
I'm so meta, even this acronym
Offline
There is feedback in the form of a pulsating #!, I agree that not having a progress bar was a little unsettling at first, but then I learned to trust the pulsating #!
Just ran the update butI don't seem to have a pulsating #!, just a progress bar on the bottom and "Crunchbang Linux" on the right. Has this been changed already?
Offline
Is there some application in which you can preview the themes?
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Github || Deviantart
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.