Page 1 of 3

gensplash - GeCHI theme

Posted: Sun Sep 05, 2004 8:03 pm
by Peach
Salve a tutti 8)
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" :P

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
Screenshots Current resolutions supported (images available):
  • 1600x1200
    1400x1050
    1280x1024
    1024x768
    800x600
README
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.bz2
copy the archive in /etc/splash

Code: Select all

# cp fbsplash_gechi-theme.tar.bz2 /etc/splash
uncompress the dir

Code: Select all

# tar -xvvjf fbsplash_gechi-theme.tar.bz2
:!: modifing the default symlink pointing to the theme you want to use can be an hazard: the new splashutils may change the symlink pointing to your theme
mount /boot dir and get the initrd image

Code: Select all

# mount /boot
# splash_geninitramfs -v -g /boot/fbsplash-gechi-<your-res> -r <your-res> gechi
:!: don't forget to change <your-res> to your resolution
i.e. if you have 1024x768, you should write:

Code: Select all

# splash_geninitramfs -v -g /boot/fbsplash-gechi-1024x768 -r 1024x768 gechi
Modify the boot string (in grub or lilo, accordingly)
GRUB
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>
if you use the vesa

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>
LILO
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 checking
if you use the vesa

Code: 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 checking
If you prefer you can also "disable" the silent mode for verbose, obviously writing verbose instead of silent in the code above.

finally 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 default
that's all..

further 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 8)

Posted: Sun Sep 05, 2004 8:09 pm
by FonderiaDigitale
lo screenshot e' di dovere ;)

Posted: Sun Sep 05, 2004 10:55 pm
by fedeliallalinea
FonderiaDigitale wrote:lo screenshot e' di dovere ;)
Si non sarebbe male metterlo

Posted: Sun Sep 05, 2004 11:35 pm
by Peach
fedeliallalinea wrote:
FonderiaDigitale wrote:lo screenshot e' di dovere ;)
Si non sarebbe male metterlo
Done & Done :oops:

Posted: Sun Sep 05, 2004 11:39 pm
by fedeliallalinea
Direi stupendo grande Peach direttamente nei post utilissimi

Posted: Mon Sep 06, 2004 12:32 am
by FonderiaDigitale
lo sfondo per il framebuffer e' carino assai. bravo matteo ;)

Posted: Mon Sep 06, 2004 6:16 am
by shev
Concordo, l'ho già messo sul mio pc :D

Posted: Mon Sep 06, 2004 8:30 am
by Josuke
idem... subito messo su, non potevo perdermi sicuramente questa chicca

Posted: Mon Sep 06, 2004 10:07 am
by mouser
Messo e riavviato.

WOW :D :D :D :D !!!!

Bravissimo Peach, un'altra chicca per i GeCHI!

Posted: Mon Sep 06, 2004 10:21 am
by Peach
ho dovuto fare qualche modifica, visto che emergendo la nuova versione delle splashutils ho notato che ritoccava il symlink (default) alla dir del tema.
Ora ho sistemato tutto ma mi raccomando di controllare che la stringa di boot del vostro kernel contenga

Code: Select all

splash=silent,theme:gechi
questo è quanto..

se qualcuno mi può postare un'esempio di codice per lilo, per completezza...

Posted: Mon Sep 06, 2004 10:28 am
by silian87
io postero' quello di yaboot. Prima faro' la versione 1280x854 come ho fatto per altri temi, ridimensionando le immagini con gimp2 e facendo le proporzioni matematiche sulle Y della 1280x1024. Abbiate solo un po' di pazienza che lo faro'!

Posted: Mon Sep 06, 2004 10:37 am
by Raffo
io nn ho mai messo il framebuffer e bootsplash, ma a questo punto mi avete fatto venir voglia :D
se trovo qualche guida italiana mi cimento nell'operazione :)

Posted: Mon Sep 06, 2004 10:51 am
by gutter
Peach wrote:ho dovuto fare qualche modifica, visto che emergendo la nuova versione delle splashutils ho notato che ritoccava il symlink (default) alla dir del tema.
Ora ho sistemato tutto ma mi raccomando di controllare che la stringa di boot del vostro kernel contenga

Code: Select all

splash=silent,theme:gechi
questo è quanto..

se qualcuno mi può postare un'esempio di codice per lilo, per completezza...
Se si usa vesa-ng

Code: Select all

image = /boot/kernel-2.6.8-gentoo-r3
        root = /dev/hda3
        append="video=vesafb:ywrap,mtrr,1280x1024-32@77 splash=silent,theme:gechi"
        initrd=/boot/initrd-1280x1024
        #root = /devices/discs/disc0/part3
        label = Gentoo-2.6.x
        read-only # read-only for checking


Se si usa vesa

Code: Select all

image = /boot/kernel-2.6.8-gentoo-r3
        root = /dev/hda3
        append="video=vesafb:ywrap,mtrr vga=xxx splash=silent,theme:gechi"
        initrd=/boot/initrd-1280x1024
        #root = /devices/discs/disc0/part3
        label = Gentoo-2.6.x
        read-only # read-only for checking


Posted: Mon Sep 06, 2004 11:10 am
by oRDeX
Gli sfondi sono davvero belli!
Solo che penso che preferirò il mio, solo per essere diverso :P :P

Posted: Mon Sep 06, 2004 12:29 pm
by Peach
gutter wrote:Se si usa vesa-ng

Code: Select all

image = /boot/kernel-2.6.8-gentoo-r3
        root = /dev/hda3
        append="video=vesafb:ywrap,mtrr,1280x1024-32@77 splash=silent,theme:gechi"
        initrd=/boot/initrd-1280x1024
        #root = /devices/discs/disc0/part3
        label = Gentoo-2.6.x
        read-only # read-only for checking


Se si usa vesa

Code: Select all

image = /boot/kernel-2.6.8-gentoo-r3
        root = /dev/hda3
        append="video=vesafb:ywrap,mtrr vga=xxx splash=silent,theme:gechi"
        initrd=/boot/initrd-1280x1024
        #root = /devices/discs/disc0/part3
        label = Gentoo-2.6.x
        read-only # read-only for checking

added, grazie ancora ;)

Posted: Mon Sep 06, 2004 1:05 pm
by gutter
Peach wrote: [CUT]
added, grazie ancora ;)
Grazie di cosa :?:
Grazie a te per il tema che hai fatto :D

Re: gensplash - GeCHI theme

Posted: Mon Sep 06, 2004 9:18 pm
by OKreZ
Peach wrote:[...]
Modify the boot string (in grub or lilo, accordingly)
GRUB
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:ywarp,mtrr,<your-res>-32@<freq> splash=silent,theme:gechi
        initrd /boot/fbsplash-gechi-<your-res>
if you use the vesa

Code: Select all

title Gentoo GNU/Linux
        root (hd0,7)
        kernel (hd0,7)/bzImage root=/dev/hda9 video=vesafb:ywarp,mtrr vga=<your_hex-res> splash=silent,theme:gechi
        initrd /boot/fbsplash-gechi-<your-res>
[...]
ywarp dovrebbe essere ywrap, credo.

Complimenti per il tema Peach ! :wink:

Re: gensplash - GeCHI theme

Posted: Mon Sep 06, 2004 10:25 pm
by Peach
OKreZ wrote:ywarp dovrebbe essere ywrap, credo.
Credi giusto, OKreZ ;)
sono stato preso dal terrore di aver sempre usato ywarp (che dovrebbe essere l'ywrap usato nei terminali dell'enterprise) :roll:
OKreZ wrote:Complimenti per il tema Peach ! :wink:
thanks :D

Posted: Tue Sep 07, 2004 7:49 am
by theRealMorpheu5

Code: Select all

# splash_geninitramfs -v -g /boot/fbsplash-gechi-1024x768 -r 1024x768 gechi
o Creating directory structure..
o Copying /sbin/splash_helper..
o Copying themes..
  - gechi
Warning: config file for theme 'gechi', resolution 1024x768 does not exist!
o Creating initramfs image..
E mi parte il tema di default, quello con la G. E non mi parte neanche subito, devo aspettare di aver terminato il boot. Quindi neanche niente silent splash. Idee? Uso il 2.6.8-gentoo-r3 che mi pare abbia la patch.

Posted: Tue Sep 07, 2004 11:14 am
by Peach
theRealMorpheu5 wrote:

Code: Select all

# splash_geninitramfs -v -g /boot/fbsplash-gechi-1024x768 -r 1024x768 gechi
o Creating directory structure..
o Copying /sbin/splash_helper..
o Copying themes..
  - gechi
Warning: config file for theme 'gechi', resolution 1024x768 does not exist!
o Creating initramfs image..
controlla che l'output di

Code: Select all

# ls -l /etc/splash/gechi/
sia

Code: Select all

totale 24
-rw-r--r--  1 root root 1289  5 set 20:52 1024x768.cfg
-rw-r--r--  1 root root 1186  5 set 20:52 1280x1024.cfg
-rw-r--r--  1 root root 1186  5 set 20:52 1400x1050.cfg
-rw-r--r--  1 root root 1208  5 set 20:52 1600x1200.cfg
-rw-r--r--  1 root root 1165  5 set 20:52 800x600.cfg
drwxr-xr-x  2 root root 4096  5 set 13:44 images
altrimenti riscompatta l'archivio in /etc/splash/
theRealMorpheu5 wrote:E mi parte il tema di default, quello con la G. E non mi parte neanche subito, devo aspettare di aver terminato il boot. Quindi neanche niente silent splash. Idee? Uso il 2.6.8-gentoo-r3 che mi pare abbia la patch.
per quanto riguarda questo problema è possibile che ci sia qualche errore nella stringa passata al boot... prova a pastarla...
altrimenti controlla i passi della guida step-by-step (specie la 5 easy steps di spock)

Posted: Wed Sep 08, 2004 3:45 pm
by theRealMorpheu5

Code: Select all

kernel /kernel-2.6.8-r3 root=/dev/hda3 vga=791 video=vesafb:ywrap,mtrr
splash=silent,theme:gechi
initrd /boot/fbsplash-gechi-1024x768
Immagino che splash vada sulla stessa riga di kernel, sì?

Posted: Wed Sep 08, 2004 4:41 pm
by Josuke
si :)

Posted: Fri Sep 10, 2004 2:30 pm
by JQKA
Credo che la conf per LILO contenga un errore:

Code: Select all

initrd=/boot/initrd-<your-res>
la corretta dovrebbe essere :

Code: Select all

initrd=/boot/fbsplash-gechi-<your-res>

Posted: Sat Sep 11, 2004 8:36 am
by lopio
theRealMorpheu5 wrote:

Code: Select all

kernel /kernel-2.6.8-r3 root=/dev/hda3 vga=791 video=vesafb:ywrap,mtrr
splash=silent,theme:gechi
initrd /boot/fbsplash-gechi-1024x768
Immagino che splash vada sulla stessa riga di kernel, sì?
Non fare come me che NON ha messo kernel ... video e splash sulla stessa riga :oops:
Un ringraziamento anche da parte mia a Peach perche' lo splash e' bellissimo

Posted: Mon Oct 04, 2004 9:47 am
by Fuzzo
Scusate ma io seguendo tutte le istruzioni, ho provato ad installarmi il tema Emergance preso da www.bootsplash.de ma la procedura non genera il file di init.
Come posso fare?
Ho dovuto editare a mano un .cfg del tema in questione perchè altrimenti il comando splash_gen* dava errore! :(