Gray Crunchbang Usplash Theme With Boot Text
Friday, 21 March
This is a uSplash for Crunchbang that supports showing the boot text! (Screenshots at the bottom)
Below are the details on how to install it!
1) Download the theme archive at the link at the bottom of the page and extract it to your home directory
2) You now need to install uSplash (since it doesn’t come default with Crunchbang (well not yet anyway
), to do this, run the following command in a terminal
sudo apt-get install usplash usplash-theme-ubuntu
3) Now we have to configure your screen resolution in uSplash, to do this open a terminal and do one of the following (If your resolution is not featured here please post a comment with your screen res and I shall modify the theme accordingly and then post instructions for your resolution):-
- If your screen resolution is 1024 x 768:
chmod +x install_1024_768.sh && sudo ./install_1024_768.sh
- If your screen resolution is 800 x 600:
chmod +x install_800_600.sh && sudo ./install_800_600.sh
This may take a few minutes, what it is doing is set your screen res in uSplash’s configuration, copying the uSplash theme to the /usr/lib/usplash directory and then setting it as your default theme
4) Once it has finished, the next time you reboot or shutdown you should have a Crunchbang uSplash theme working!
5) If for any reason you wish to uninstall the theme and put it to the default ubuntu one (or another) just run in a terminal:
sudo ./uninstall.sh
[Download Link]
http://www.gnome-look.org/content/show.php/CrunchBang+Linux+uSplash+Gray+-+Text+V.?content=76599
[Screenshots]
Thursday, 3 April at 8:15 am
Hi,
Nice uSplash theme, and nice tuto…
But, my screen resolution is 1280×1024 and this resolution doesn’t exist in the package…
Any idea ???
Thanx…
(I’m sorry, I’m French…
Thursday, 3 April at 4:17 pm
Run the ‘install_1024_768.sh’ script, then open /etc/usplash.conf
sudo gedit /etc/usplash.conf
And edit your resolution properly (eg set it to 1280×1024), then run:-
sudo dpkg-reconfigure linux-image-$(uname -r)
And see if it works (it might not
Excéutez le ‘install_1024_768.sh’ script, et ouvrez /etc/usplash.conf
sudo gedit /etc/usplash.conf
Et editez ta résolution (ecriez xres=1280; et yres=1024). apres excéutez:-
sudo dpkg-reconfigure linux-image-$(uname -r)
(Je suis desolee, mais je suis angalis
)
Friday, 4 April at 3:29 pm
It doesn’t work… My boot resolution is always 1024×768… and I have the boot splash in center of my screen… with big black margin…
My usplash.conf is :
xres=1280
yres=1024
(”px” needed ???)
Another idea ???