View previous topic :: View next topic |
Author |
Message |
dmorab Apprentice
Joined: 29 Aug 2003 Posts: 210
|
Posted: Thu Feb 05, 2004 9:28 pm Post subject: bootsplah si attiva in ritardo [risolto] |
|
|
sul mio portatile ho attivato il fb e il bootsplash secondo la guida http://www.gentoo.it/tips/FramebufferAndBoot.html; sembra tutto a posto, senonchè il bootsplash si attiva solo alla fine della fase di boot, praticamente in concomitanza all'vvio del login grafico.
Ho anche provato a modificare il runlevel del bootsplash, da default a boot, ma non cambia nulla.
Last edited by dmorab on Fri Feb 06, 2004 9:14 pm; edited 1 time in total |
|
Back to top |
|
|
zUgLiO l33t
Joined: 12 Aug 2003 Posts: 754 Location: Ferrara (Italy)
|
Posted: Thu Feb 05, 2004 10:20 pm Post subject: |
|
|
Hai configurato bene lilo/grub?
questa riga: initrd=/boot/initrd-1280x1024 va messa per ogni kernel con cui vuoi che venga attivato il bootsplash _________________
voglio poi dire che il tempo mi avrà fatto abituare,
ma io non trovo nemmeno brutta la stiva buia di questa nave
|
|
Back to top |
|
|
dmorab Apprentice
Joined: 29 Aug 2003 Posts: 210
|
Posted: Thu Feb 05, 2004 10:33 pm Post subject: |
|
|
questo il grub.conf:
title=Gentoo
root (hd0,1)
kernel (hd0,1)/boot/bzImage2 root=/dev/hda4 hdc=ide-scsi video=vesa:1280x1024@60 vga=791
initrd=/boot/initrd-1280x1024 |
|
Back to top |
|
|
Sparker l33t
Joined: 28 Aug 2003 Posts: 992
|
Posted: Fri Feb 06, 2004 8:23 am Post subject: |
|
|
dmorab wrote: | questo il grub.conf:
title=Gentoo
root (hd0,1)
kernel (hd0,1)/boot/bzImage2 root=/dev/hda4 hdc=ide-scsi video=vesa:1280x1024@60 vga=791
initrd=/boot/initrd-1280x1024 |
ma i parametri del driver vesa sono corretti? Come minimo sono ridondanti. Puoi togliere :1280x1024@60 (posto che vga=791 sia 128x1024) e 60Hz e' gia' il default. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31387 Location: here
|
Posted: Fri Feb 06, 2004 9:56 am Post subject: |
|
|
Prova a mettere al posto di initrd=/boot/initrd-1280x1024 questo
Code: | initrd=/initrd-1280x1024 |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
dmorab Apprentice
Joined: 29 Aug 2003 Posts: 210
|
Posted: Fri Feb 06, 2004 9:13 pm Post subject: |
|
|
Risolto: dovevo semplicemente modificare la risoluzione del bootsplash
title=Gentoo
root (hd0,1)
kernel (hd0,1)/boot/bzImage2 root=/dev/hda4 hdc=ide-scsi video=vesa:1024x768@60 vga=791
initrd=/boot/initrd-1024x768 |
|
Back to top |
|
|
|