Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bootsplash [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
zUgLiO
l33t
l33t


Joined: 12 Aug 2003
Posts: 754
Location: Ferrara (Italy)

PostPosted: Tue Dec 02, 2003 10:26 am    Post subject: Bootsplash [RISOLTO] Reply with quote

Sto seguendo alla lettera questa guida:
http://www.gentoo.it/tips/FramebufferAndBoot.html
Ho emerso bootsplash
ho patchato il kernel(2.4.23 vanilla)
ho attivato tutte le opzioni indicate nella guida e l'ho ricompilato
ho copiato nella loro giusta posizione System.map e bzImage
ho lanciato /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg > /boot/Gentoo/initrd-1024x768
ho modificato lilo cosi:

append="hdd=ide-scsi hdc=ide-scsi video=vesa:ywrap,mtrr"
boot = /dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x16m
#vga = 773
vga=0x318
# End LILO global section
...altri kernel
image = /boot/Gentoo/2.4.23/bzImage
root = /dev/hdb3
label = Gentoo-2.4.23
read-only
initrd=/boot/Gentoo/initrd-1024x768
ho lanciato lilo -v:
...
Boot image: /boot/Gentoo/2.4.23/bzImage
Mapping RAM disk /boot/Gentoo/initrd-1024x768
Added Gentoo-2.4.23

Writing boot sector.
ho messo bootsplash nel runlevel di default:
rc-update add bootsplash default
Ho riavviato...tutto a posto tranne il fatto che di bootsplash neanche l'ombra :)
i parametri passati al kernel sono questi:
BOOT_IMAGE=Gentoo-2.4.23 ro root=343 hdd=ide-scsi hdc=ide-scsi video=vesa:ywrap,mtrr
Se provo a rilanciare /etc/init.d/bootsplash start mi dice che è gia in esecuzione..

Scusatemi se ho messo molta roba,volevo spiegarmi bene..
_________________

voglio poi dire che il tempo mi avrà fatto abituare,

ma io non trovo nemmeno brutta la stiva buia di questa nave


Last edited by zUgLiO on Tue Dec 02, 2003 12:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Tue Dec 02, 2003 10:52 am    Post subject: Reply with quote

Questa riga
Code:
append="video=vesa:ywrap,mtrr"

nel lilo.conf l'hai messa?

Cmq segui per ora la guida in inglese, è più aggiornata di quella in ita (per questa sera se riesco la aggiorno).
Sicuro di usare un'immagine valida per il bootsplash (profondità di colore coerente con quella indicata in lilo.conf, risoluzione...)?
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Tue Dec 02, 2003 10:55 am    Post subject: Re: Bootsplash Reply with quote

Shev wrote:
Questa riga
Codice:
append="video=vesa:ywrap,mtrr"

nel lilo.conf l'hai messa?

mi sa di si :
zUgLiO wrote:

i parametri passati al kernel sono questi:
BOOT_IMAGE=Gentoo-2.4.23 ro root=343 hdd=ide-scsi hdc=ide-scsi video=vesa:ywrap,mtrr

_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Tue Dec 02, 2003 10:57 am    Post subject: Re: Bootsplash Reply with quote

Peach wrote:

mi sa di si :
zUgLiO wrote:

i parametri passati al kernel sono questi:
BOOT_IMAGE=Gentoo-2.4.23 ro root=343 hdd=ide-scsi hdc=ide-scsi video=vesa:ywrap,mtrr


OOpps :oops:
L'ho anche riletto due volte... :P
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
zUgLiO
l33t
l33t


Joined: 12 Aug 2003
Posts: 754
Location: Ferrara (Italy)

PostPosted: Tue Dec 02, 2003 10:58 am    Post subject: Reply with quote

si ho messo quell'append nel lilo.conf
vga=0x318 /boot/Gentoo/initrd-1024x768
Dovrebbe essere coerente no?
[/quote]
_________________

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
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Tue Dec 02, 2003 11:03 am    Post subject: Reply with quote

forse non so se può centrare
ma dovrebbe esserci tra le USE qualcosa tipo
Code:
USE="fbcon"

ufed wrote:
Adds frambuffer support for the console, via the kernel.


non so su cosa agisca...

prova magari anche a fare un
Code:
vga=ask

e vedere il listato delle risoluzioni possibili... magari mi sbaglio però nn si sa mai
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
zUgLiO
l33t
l33t


Joined: 12 Aug 2003
Posts: 754
Location: Ferrara (Italy)

PostPosted: Tue Dec 02, 2003 11:35 am    Post subject: Reply with quote

Ho sia quella use e ho anche provato a mettere vga=ask e provare diverse configurazioni...ma niente..


Ho provato a fare anche questo:
root@Scrofina: /home/zuglio> /etc/runlevels/default/bootsplash start
* WARNING: "bootsplash" has already been started.

root@Scrofina: /home/zuglio> /etc/runlevels/default/bootsplash stop
root@Scrofina: /home/zuglio>

root@Scrofina: /home/zuglio> /etc/runlevels/default/bootsplash start
root@Scrofina: /home/zuglio>

Ma non dovrebbe darmi un output del tipo xxxxx [OK] ??

Nello script di bootsplash c'e' questo:
start() {
# Only do this if the kernel has support
if [ -f /proc/splash ]
then
ebegin "Setting Console frame buffer images"

# get console resolution
RESOLUTION=$(/sbin/fbresolution)
...
io non ho quel file /proc/splash .... che sia li il problema?
eppuro il kernel è configurato bene
_________________

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
View user's profile Send private message
paolo
l33t
l33t


Joined: 23 Jul 2002
Posts: 768
Location: SBT (AP)

PostPosted: Tue Dec 02, 2003 11:54 am    Post subject: Reply with quote

A 16M di colori non va.
Devi diminuire la profondita': 0x317 quindi.

Paolo
_________________
Nihil sine magno labore
Back to top
View user's profile Send private message
zUgLiO
l33t
l33t


Joined: 12 Aug 2003
Posts: 754
Location: Ferrara (Italy)

PostPosted: Tue Dec 02, 2003 12:02 pm    Post subject: Reply with quote

paolo wrote:
A 16M di colori non va.
Devi diminuire la profondita': 0x317 quindi.

Paolo


Grazie 10000000!! ho risolto..che figata..
_________________

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
View user's profile Send private message
paolo
l33t
l33t


Joined: 23 Jul 2002
Posts: 768
Location: SBT (AP)

PostPosted: Tue Dec 02, 2003 12:30 pm    Post subject: Reply with quote

Questo perchè non capiamo bene quello che leggiamo...
Anche io ho avuto lo stesso prob ed ho risolto rileggendo bene.
Avevo gia' risolto un thread con lo stesso prob...
Cercate fanciulli... cercate...

Paolo
_________________
Nihil sine magno labore
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum