Warning
This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Usplash
Package: libusplash-dev
=> /usr/share/doc/libusplash-dev/examples/README
> Usplash wiki
> USplash, Ubuntu community
> USplashCustomizationHowto
> HOWTO: Change the default usplash colors
> usplash transparency ?
Usplash
What
Usplash can show pictures and series of pictures (animation). Pictures are limited to the 256 color palette.
Where and When
Usplash is controlled by a c-language file.
Hardware limits
Available resolutions at the boot:
Here with my hardware:
This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Usplash
Package: libusplash-dev
This package contains everything you need to make a usplash theme,
including an example
including an example
How to create usplash themes
============================
Usplash in its current incarnation allows for simple and advanced themes. I'll
start with explaining the basics of a theme and will introduce the more advanced
topics later. I do assume that the reader has basic C programming knowledge and
knows what a Makefile is for...
============================
Usplash in its current incarnation allows for simple and advanced themes. I'll
start with explaining the basics of a theme and will introduce the more advanced
topics later. I do assume that the reader has basic C programming knowledge and
knows what a Makefile is for...
> Usplash wiki
> USplash, Ubuntu community
> USplashCustomizationHowto
> HOWTO: Change the default usplash colors
> usplash transparency ?
Usplash
Usplash is a userspace application that uses the Linux framebuffer interface or direct vesa access to draw a splash screen at boot. It has a companion utility that is able to send commands to usplash, allowing information about the bootup sequence to be displayed in a more attractive way.
Usplash can show pictures and series of pictures (animation). Pictures are limited to the 256 color palette.
Where and When
Usplash is controlled by a c-language file.
Hardware limits
Available resolutions at the boot:
Code:
sudo hwinfo --framebuffer
320x200, 320x240, 400x300, 512x384, 640x350, 640x400, 640x480. 800x600, 1024x768 and 1280x1024.
Comment