Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
splashscreen a 1280x1024 con intel845 on board [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
DuDe
Guru
Guru


Joined: 04 Dec 2002
Posts: 314
Location: Roma Italy

PostPosted: Wed Sep 03, 2003 1:10 pm    Post subject: splashscreen a 1280x1024 con intel845 on board [risolto] Reply with quote

Sto facendo un po' di esperimenti con framebuffer e volevo usare il driver per intel che e' presente nel kernel, come da doc compilo un kernel con cio' che mi server, ossia solo quel driver intelfb, modifico il grub.conf cosi'
Code:

# Splashimage a 1280x1024 framebuffer intelfb driver

  title=Gentoo By DuDe Gnu/Linux 1.4 kernel 2.4.20-gentoo (+fb + splash intelfb)
  root=(hd0,0)
  kernel=(hd0,0)/boot/linux-gentoo-intelfb root=/dev/hda2 vga=0x31A video=intelfb:1280x1024-24@77 initrd=/boot/initrd-1024x768

ma quando rebooto, la console funge ma di splashscreen mancom l'ombra , in dmesg ho queste righe
Code:

Looking for splash picture.... silenjpeg size 21768 bytes, found, but framebuffer can't handle it!
Looking for splash picture.... silenjpeg size 21768 bytes, found, but framebuffer can't handle it!
Looking for splash picture.... silenjpeg size 21768 bytes, found, but framebuffer can't handle it!
Looking for splash picture.... silenjpeg size 21768 bytes, found, but framebuffer can't handle it!
Looking for splash picture.... silenjpeg size 21768 bytes, found, but framebuffer can't handle it!
Looking for splash picture.... silenjpeg size 21768 bytes, found, but framebuffer can't handle it!


ne sapete qualcosa?

Grazie
_________________
mount -t brain /dev/brain /body/skull


Last edited by DuDe on Wed Sep 03, 2003 5:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31440
Location: here

PostPosted: Wed Sep 03, 2003 1:16 pm    Post subject: Reply with quote

I driver specifici delle schede per il fb non vanno molto bene. Il
driver che funge sicuramente e' il vesa.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DuDe
Guru
Guru


Joined: 04 Dec 2002
Posts: 314
Location: Roma Italy

PostPosted: Wed Sep 03, 2003 1:58 pm    Post subject: Reply with quote

Infatti, da cio che ho scoperto pare che quel driver non va a piu' di 1024x768, e mi potrebbe stare bene, quello che non capisco e' come mai non mi carica lo spalsh-screen anche se gliene do' in pasto uno a 1024x768 fatto secondo la guida
_________________
mount -t brain /dev/brain /body/skull
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Wed Sep 03, 2003 2:04 pm    Post subject: Reply with quote

DuDe wrote:
quello che non capisco e' come mai non mi carica lo spalsh-screen anche se gliene do' in pasto uno a 1024x768 fatto secondo la guida


Perchè devi usare i vesa, te l'hanno detto, con altri driver è più facile che non vada che il contrario. Se proprio non ti piacciono i vesa per il basso refresh, allora guarda il topic che ho aperto recentemente, c'è una piccola patch (facile da applicare) che permette di aumentare il refresh dei vesa, in questo modo non hai più motivo per non usarlo ;)
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
DuDe
Guru
Guru


Joined: 04 Dec 2002
Posts: 314
Location: Roma Italy

PostPosted: Wed Sep 03, 2003 2:54 pm    Post subject: Reply with quote

Dunque ora a 1280x1024 ci va, mi rimane lo splashscreen da sistemare.
Dicevate dei vesa, infatti con i vesa va', ma sai la curiosita' mi aveva assalito quindo perche' non provare? poi se non dovessi riuscirci, pazienza!
_________________
mount -t brain /dev/brain /body/skull
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31440
Location: here

PostPosted: Wed Sep 03, 2003 3:59 pm    Post subject: Reply with quote

DuDe wrote:
Dunque ora a 1280x1024 ci va, mi rimane lo splashscreen da sistemare.
Dicevate dei vesa, infatti con i vesa va', ma sai la curiosita' mi aveva assalito quindo perche' non provare? poi se non dovessi riuscirci, pazienza!

Questo e' giusto provare sempre.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DuDe
Guru
Guru


Joined: 04 Dec 2002
Posts: 314
Location: Roma Italy

PostPosted: Wed Sep 03, 2003 5:12 pm    Post subject: Reply with quote

come da topic, ho risolto, per qualcosa che non ho capito, il bootsplash in /etc/init.d/ era cannato, risistemato, e' andato OK

i messaggi del can't handle si riferifano al fatto che avevo settato male la stringa in grub
_________________
mount -t brain /dev/brain /body/skull
Back to top
View user's profile Send private message
paolo
l33t
l33t


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

PostPosted: Wed Sep 03, 2003 8:40 pm    Post subject: Re: splashscreen a 1280x1024 con intel845 on board [risolto] Reply with quote

DuDe wrote:
Code:

# Splashimage a 1280x1024 framebuffer intelfb driver

  title=Gentoo By DuDe Gnu/Linux 1.4 kernel 2.4.20-gentoo (+fb + splash intelfb)
  root=(hd0,0)
  kernel=(hd0,0)/boot/linux-gentoo-intelfb root=/dev/hda2 vga=0x31A video=intelfb:1280x1024-24@77 initrd=/boot/initrd-1024x768



So che hai risolto ma...

Da questo codice sembra che imposti l'fb a 1280 (giustamente a 16bit) mentre gli passi uno splash da 1024...

(Copia qui per i posteri i file di conf attuali)

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