Rendo a disposizione il tema appena finito per gensplash a tutti i GeCHI!
L'immagine non è particolarmente nuova... si provvederà presto anche a questa "carenza"
Update:
- screenshots added
some edit for the new splashutils not to mess up with the symlinks
grub and lilo (thanks to gutter) conf file examples
- Silent: http://www.smartart.it/works/images/silent-1024x768.png [110,51 kB]
Verbose: http://www.smartart.it/works/images/scr ... erbose.png [250,44 kB]
- 1600x1200
1400x1050
1280x1024
1024x768
800x600
Download from url [4,24 MB]:
http://www.smartart.it/works/gentoo/fbs ... me.tar.bz2
pm me if you want the source xcf images
Code: Select all
# wget http://www.smartart.it/works/gentoo/fbsplash_gechi-theme.tar.bz2Code: Select all
# cp fbsplash_gechi-theme.tar.bz2 /etc/splashCode: Select all
# tar -xvvjf fbsplash_gechi-theme.tar.bz2mount /boot dir and get the initrd image
Code: Select all
# mount /boot
# splash_geninitramfs -v -g /boot/fbsplash-gechi-<your-res> -r <your-res> gechii.e. if you have 1024x768, you should write:
Code: Select all
# splash_geninitramfs -v -g /boot/fbsplash-gechi-1024x768 -r 1024x768 gechiGRUB
if you use the vesa-ng
Code: Select all
title Gentoo GNU/Linux
root (hd0,7)
kernel (hd0,7)/bzImage root=/dev/hda9 video=vesafb:ywrap,mtrr,<your-res>-32@<freq> splash=silent,theme:gechi
initrd /boot/fbsplash-gechi-<your-res>Code: Select all
title Gentoo GNU/Linux
root (hd0,7)
kernel (hd0,7)/bzImage root=/dev/hda9 video=vesafb:ywrap,mtrr vga=<your_hex-res> splash=silent,theme:gechi
initrd /boot/fbsplash-gechi-<your-res>if you use the vesa-ng
Code: Select all
image = /boot/kernel-2.6.8-gentoo-r3
root = /dev/hda3
append="video=vesafb:ywrap,mtrr,<your-res>-32@<freq> splash=silent,theme:gechi"
initrd=/boot/initrd-<your-res>
label = Gentoo-2.6.x
read-only # read-only for checkingCode: Select all
image = /boot/kernel-2.6.8-gentoo-r3
root = /dev/hda3
append="video=vesafb:ywrap,mtrr vga=<your_hex-res> splash=silent,theme:gechi"
initrd=/boot/initrd-<your-res>
label = Gentoo-2.6.x
read-only # read-only for checkingfinally you can extend the fbsplash images to all 6 tty adding splash to default runlevel this this way:
Code: Select all
# rc-update add splash defaultfurther links:
if you don't already have it:
FBSPLASH HOW-TO
http://forums.gentoo.org/viewtopic.php?t=206778
some info on configuration files can be found here:
http://www.bootsplash.org
http://www.bootsplash.de
thanks to spock
feedback appreciated






