
Usplash Ubuntu Brown
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a bootsplash image for usplash with basic ubuntu colors
The image I used is orginaly from here:
http://www.kde-look.org/content/show.php?content=10182
INSTALL:
1. Download usplash image (usplash_linux_brown.png)
2. Rename it to usplash-artwork.png
3. Now enter each of these steps to build your usplash:
pngtobogl usplash-artwork.png > usplash-artwork.c
gcc -Os -g -I/usr/include/bogl -fPIC -c usplash-artwork.c -o usplash-artwork.o
gcc -shared -Wl,-soname,usplash-artwork.so usplash-artwork.o -o usplash-fix.so
4. Copy your usplash to the usplash directory and create a new link to it:
sudo cp usplash-fix.so /usr/lib/usplash/usplash-fix.so
sudo ln -sf /usr/lib/usplash/usplash-fix.so /usr/lib/usplash/usplash-artwork.so
5. Regenerate the initramfs:
sudo dpkg-reconfigure linux-image-$(uname -r)
And you are done!
A more detailed HOWTO about changing usplash image can be found here:
http://ubuntuforums.org/archive/index.php/t-82835.html
blurymind
14 years ago
Report