Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Richiesta] how-to su frambuffer + bootsplash in kern 2.6!
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
mrgamer
Apprentice
Apprentice


Joined: 09 Dec 2003
Posts: 151
Location: Italy, near Rome

PostPosted: Sat Dec 13, 2003 2:50 pm    Post subject: [Richiesta] how-to su frambuffer + bootsplash in kern 2.6! Reply with quote

ciao ragazzi, vorrei chiedere a qualche volenteroso di scrivere un veloce how-to su come abilitare il framebuffer e il bootsplash sul kernel 2.6

Per quanto riguarda il frambuffer:
sono riuscito ad abilitare il framebuffer, aggiungendo "fbcon directfb" alla tag USE in make.conf e poi bisogna aggiungere la dicitura vga=xxx nel lilo.conf o nel grub.conf

CI SONO DELLE OPZIONI DA ABILITARE NEL KERNEL!
andate su "Device Drivers" quindi su "Graphics Support" ed abilitate "support for frame buffer devices" e "VESA VGA graphic support"
quindi andate su "Console display driver support" ed abilitate "Video mode selection support" e "Framebuffer console support"

tutte queste voci abilitatele come "fisse" (NON come moduli)

per quanto riguarda il lilo.conf o il grub.conf dovete aggiungere vga=xxx , per il numero da inserire riferitevi a questo thread https://forums.gentoo.org/viewtopic.php?t=114478

il mio problema e' riguardo il bootsplash.. non riesco ad abilitarlo, https://forums.gentoo.org/viewtopic.php?t=49036 qui c'e una guida.. ma non so neanche come "patchare" il kernel... li' e' fornita una patch in .diff; che comando devo usare?

cmq ho installato emerge bootsplash e configuratolo con rc-update.. ma nada (mi fa' vedere solo il pinguinetto)

aspetto risposte ;) grazieeee
Back to top
View user's profile Send private message
tolipth
Guru
Guru


Joined: 01 Dec 2003
Posts: 301

PostPosted: Sat Dec 13, 2003 4:02 pm    Post subject: Reply with quote

hai visto anche questo?:
http://www.gentoo.it/tips/FramebufferAndBoot.html
la patch per i kernel 2.6 e' compresa nel pacchetto sys-kernel/gentoo-dev-sources,
Hai tolto dal kernel l'opzione del bootlogo?
ciao
tolipth


Last edited by tolipth on Sun Dec 14, 2003 8:02 am; edited 1 time in total
Back to top
View user's profile Send private message
mrgamer
Apprentice
Apprentice


Joined: 09 Dec 2003
Posts: 151
Location: Italy, near Rome

PostPosted: Sat Dec 13, 2003 10:49 pm    Post subject: Reply with quote

quel link non porta da nessuna parte :P
cmq ora ci provo a togliere il "pinguino" del kernel
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Dec 13, 2003 11:17 pm    Post subject: Re: [Richiesta] how-to su frambuffer + bootsplash in kern 2. Reply with quote

mrgamer wrote:

ma non so neanche come "patchare" il kernel... li' e' fornita una patch in .diff; che comando devo usare?


il comando patch
Code:
.
# Prima una letta per vedere se non ho suggerito parametri sbagliati
man patch
# Poi vai nella directory dei sorgenti
cd /usr/src
# Fai una copia di backup
cp -R linux linux.save
# Applichi la patch
cat /percorso/file.diff | patch -p0


Se i sorgenti per i quali é stata fatta la patch e i tuoi sorgenti non sono uguali (almeno nei file da patchare) non funziona e dovresti smanettare un pó.
Back to top
View user's profile Send private message
tolipth
Guru
Guru


Joined: 01 Dec 2003
Posts: 301

PostPosted: Sun Dec 14, 2003 8:03 am    Post subject: Reply with quote

ho corretto il link, comunque lo riscrivo:
http://www.gentoo.it/tips/FramebufferAndBoot.html
Back to top
View user's profile Send private message
paolo
l33t
l33t


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

PostPosted: Sun Dec 14, 2003 11:36 am    Post subject: Reply with quote

Io nel passaggio dal 2.4 al 2.6 (gentoo-dev) mi sono ritrovato il framebuffer funzionante come lo era nel 2.4 nonostante avessi abilitato l'immagine del pinguino che naturalmente durante il caricamento scompare. Poi appare l'immagine di sfondo quando al runlevel default viene chiamato bootsplash.

Quindi ti consiglio di mettere i 2.6 gentoo-dev e seguire il normale howto che in teoria sarebbe per 2.4 .

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


Joined: 26 Nov 2003
Posts: 684
Location: Besana Brianza - ItaLy -

PostPosted: Sun Dec 14, 2003 9:37 pm    Post subject: Reply with quote

Solo la patch invece dove la si può scaricare?

perchè ho scaricato e compilato il sys-kernel/development-sources
al posto del sys-kernel/gentoo-dev-sources

P.S. che differenza c'è (sempre che ci sia) tra queste 2 versioni?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Sun Dec 14, 2003 10:36 pm    Post subject: Reply with quote

-YoShi- wrote:
Solo la patch invece dove la si può scaricare?

perchè ho scaricato e compilato il sys-kernel/development-sources
al posto del sys-kernel/gentoo-dev-sources

P.S. che differenza c'è (sempre che ci sia) tra queste 2 versioni?

La development-sources e' il kernel puro quello che trovi anche su kernel.org
mentre i gentoo-dev-sources e' il vanilla pacchato dagli sviluppatori gentoo.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mrgamer
Apprentice
Apprentice


Joined: 09 Dec 2003
Posts: 151
Location: Italy, near Rome

PostPosted: Sun Dec 14, 2003 10:54 pm    Post subject: Reply with quote

fedeliallalinea wrote:

perche ho scaricato e compilato il sys-kernel/development-sources
al posto del sys-kernel/gentoo-dev-sources

P.S. che differenza c'e (sempre che ci sia) tra queste 2 versioni?

La development-sources e' il kernel puro quello che trovi anche su kernel.org
mentre i gentoo-dev-sources e' il vanilla pacchato dagli sviluppatori gentoo.[/quote]

L'ho scoperto solo ora!!! quel kernel e' fantastico (il gentoo-dev-sources) ha tutte le patch per le epox.. ati.. e millemila migliorie (supermount etc!)

come ho fatto a vivere senza :)
Back to top
View user's profile Send private message
morellik
l33t
l33t


Joined: 03 Feb 2003
Posts: 629
Location: Firenze

PostPosted: Mon Dec 15, 2003 8:43 am    Post subject: Reply with quote

Ho messo un po' di tips qui http://www.gentoo.it/tips/kernel-2.6.0.html.
L'ho provato sulla mia pelle (un portatile 8O ) e mi funziona.

CIauz
morellik
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