Caledonia Tux

Plymouth Themes

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

5
Become a Fan
7.5

Description:
Based on the work of Alfred Kretschmer (Breathing Tux plymouth) and Malcer Quaid (Caledonia Themes), as well as Ivan Cizik's PAW-OSX Plymouth theme.

All credit to the authors of the original works.

Remember to modify paths in caledonia_tux.plymouth script to whatever correct path is for your distro.


INSTALL

1. Decompress the archive to your plymouth theme directory, e.g /lib/plymouth/themes
2. Install the plymouth theme
~$ sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/caledonia_tux/caledonia_tux.plymouth 100
3. Run update-alternatives to choose new plymouth
~$ sudo update-alternatives --config default.plymouth
Choose caledonia_tux theme
4. Edit /usr/share/initramfs-tools/scripts/functions to log messages to plymouth. Note, This is optional. If you don't want any output
logged during boot, you can skip this step.

Your _log_msg() function should look like this
[quote]
_log_msg()
{
if [ -x /bin/plymouth ]; then
/bin/plymouth update --status="$@"
fi
if [ "$quiet" = "y" ]; then return; fi
echo "$@"
}
[/quote]

5. Update your initramfs
~$ sudo update-initramfs -u

6. Reboot
Last changelog:

- Added spinning loading indicator
- Added password support
- Changed text color to a darker shade of gray


Ratings & Comments

4 Comments

Montblanc

This is a great bootsplash and I'm using it for a very long time, but I've never managed to get the correct resolution (1440x900). I get a big Tux, longer than normal, which I guess is a scaled 4:3 resolution. I used to have gfx payload and that kind of stuff but that didn't help. I'm using nvidia-current, can you help me, please?

AlfK

Very nice theme, but text colour seems a little bit pale to me

rhblind

Thanks for feedback. Well, yeah, you could be right. The idea was to make it unintrusive, but it could probably be a bit more polished. This was really just a quick "copy-paste" job done in 30 min or so, but I liked the idea. Will try to make some improvements when I got some time on my hands.

rhblind

Seems like there was some magic during upload of installation instructions. All the \\\\ is of course not supposed to be there. Please see INSTALL file in tar.bz2 file for proper formatting.

Pling
0 Affiliates
Details
license
version 0.2
updated
added
downloads 24h 3
mediaviews 24h 0
pageviews 24h 3

Other Plymouth Themes:

Metro bootsplash for Linux Mint
Brahimsalem
last update date: 11 years ago

Score 3.8

Asphyxia BootSplash 0.0.1 Plymouth MOD
T-Head
last update date: 13 years ago

Score 5.1

debian_dreams2_plymouth
edzi
last update date: 13 years ago

Score 4.7

Sputnik
cfaber
last update date: 11 years ago

Score 4.7

Plymouth Theme mud Logs
tigger-gg
last update date: 15 years ago

Score 5.3

dreams-debian-plymouth
edzi
last update date: 14 years ago

Score 5.9




Plymouth

Plymouth is a bootsplash for Linux supporting animations using Direct Rendering Manager and KMS driver. It gets packed into the initrd. Besides eye-candy, Plymouth also handles user interaction during boot. Wikipedia

Installation instructions:

  1. copy YOURTHEME folder to usr/share/plymouth/themes/YOURTHEME

  2. run in terminal:

sudo plymouth-set-default-theme YOURTHEME -R