View previous topic :: View next topic |
Author |
Message |
RenfildDust Guru
Joined: 22 Nov 2003 Posts: 321 Location: Reggio Calabria - Catania - Roma
|
Posted: Sat Jun 18, 2005 1:12 pm Post subject: Problema Bootsplash su PPC |
|
|
Ho in ibook g4 e volevo "azziccarci" un bel disegnone in console.
Ho seguito un how che ho trovato sul forum, ma la cosa non funziona.
Uso le gentoo sources perciò non c'era alcuna necessità di patch-arle.
Ho ricompilato il kernel ecco il .config (parti salienti):
Quote: |
[...]
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
[...]
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_OF is not set
# CONFIG_FB_CONTROL is not set
# CONFIG_FB_PLATINUM is not set
# CONFIG_FB_VALKYRIE is not set
# CONFIG_FB_CT65550 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
#
# Logo configuration
#
# CONFIG_LOGO is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
CONFIG_FB_SPLASH=y
#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
CONFIG_SPEAKUP_DEFAULT="none"
[...]
|
Dopo avere emerso bootsplash e aver montato boot:
Code: |
splash -sf /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768
|
Che mi creava un file initrd vuoto!
Ho controllato l'output (senza ridiriggerlo) e in effetti era vuoto.
Ho provato allora:
Code: | splash.bin -sf /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/initrd-1024x768 |
E in effetti in output da qualcosa di binario.
Code: | # file /boot/initrd-1024x768
/boot/initrd-1024x768: data |
Ho aggiornato il yaboot.conf (per chi non lo sapesse è l'equivalente del lilo.conf):
con le seguenti righe Quote: |
image=/boot/kernel-2.6.11-r9BS
label=splash
root=/dev/hda6
read-only
initrd=/boot/initrd-1024x768
append="video=fbdriver:1024x768-32 splash=silent"
|
Ma ar reboot non succedete niente e il dmesg dice: Code: |
# dmesg | grep RAM
GMT Delta read from XPRAM: 0 minutes, DST: off
RAMDISK driver initialized: 1 RAM disks of 4096K size 1024 blocksize
RAMDISK: Couldn't find valid RAM disk image starting at 0.
|
_________________ La generazione di numeri casuali è troppo importante per essere lasciata al caso. |
|
Back to top |
|
|
silian87 Advocate
Joined: 06 Oct 2003 Posts: 2318 Location: Treviso, Italy
|
Posted: Sat Jun 18, 2005 1:26 pm Post subject: |
|
|
sembrerebbe un problema dell'initrd... francamente avevo abbandonato il bootsplash perche' andava in conflitto con le patch dello sleep che mettevo a mano.. ma appena escono i gentoo-sources 2.6.12 li metto subito e provo il bootsplash e ti so dire (anche se mi tocchera' farmi i files a mano per via della risoluzione ). _________________ Musica che ascolto: http://www.last.fm/user/silian87/
Silian87 FAQs: http://marentax.homelinux.org/~silian87/silian87-faq.txt
GTalk: silian87@gmail.com |
|
Back to top |
|
|
RenfildDust Guru
Joined: 22 Nov 2003 Posts: 321 Location: Reggio Calabria - Catania - Roma
|
Posted: Sat Jun 18, 2005 1:39 pm Post subject: |
|
|
silian87 wrote: | sembrerebbe un problema dell'initrd... | E' la prima cosa che ho penzato.
Ma tu usi splash o splash.bin?
silian87 wrote: | francamente avevo abbandonato il bootsplash perche' andava in conflitto con le patch dello sleep che mettevo a mano.. ma appena escono i gentoo-sources 2.6.12 li metto subito e provo il bootsplash e ti so dire (anche se mi tocchera' farmi i files a mano per via della risoluzione ). |
Da problemi con lo sleep? _________________ La generazione di numeri casuali è troppo importante per essere lasciata al caso. |
|
Back to top |
|
|
silian87 Advocate
Joined: 06 Oct 2003 Posts: 2318 Location: Treviso, Italy
|
|
Back to top |
|
|
RenfildDust Guru
Joined: 22 Nov 2003 Posts: 321 Location: Reggio Calabria - Catania - Roma
|
Posted: Sun Jun 19, 2005 2:40 pm Post subject: |
|
|
bootsplash è l'appicazione, volevo sapere il comando... _________________ La generazione di numeri casuali è troppo importante per essere lasciata al caso. |
|
Back to top |
|
|
silian87 Advocate
Joined: 06 Oct 2003 Posts: 2318 Location: Treviso, Italy
|
|
Back to top |
|
|
|