Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel 2.6.15 fbsplash Option quiet unwirksam?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
deranonyme
Guru
Guru


Joined: 09 Jul 2005
Posts: 519

PostPosted: Sun Jan 22, 2006 3:03 pm    Post subject: kernel 2.6.15 fbsplash Option quiet unwirksam? Reply with quote

Hi

Ich habe heute meinen Kernel von 2.6.14 auf 2.6.15 aktualisiert. Alles läuft inzwischen sauber, nur die Option "quiet" in der grub Konfiguration (menu.lst) scheint unter 2.6.15 unwirksam zu sein. Es werden erst die Startmeldungen vom Kernel gezeigt, und dann erst der Splashscreen. Mit unveränderten Optionen läuft unger 2.6.14 alles normal. Hat jemand ähnliche Erfahrungen oder Lösungshinweise?

Frank
Back to top
View user's profile Send private message
tuxian
l33t
l33t


Joined: 26 Jan 2004
Posts: 766
Location: Austria

PostPosted: Mon Jan 23, 2006 7:33 pm    Post subject: Reply with quote

Selbiges Problem bei mir.

Der gensplash kommt erst nachdem der Kernel geladen wurde.

Unwirksam ist die Option "quite" imho aber nicht, denn ohne der bzw. mit der Option "silent" sähe man ja den Bootvorgang detailliert.
Sobald der Kernel geladen ist kommt der gensplash und ist auch "quite", mit Kernel 2.6.14-x kam er aber eben sofort nach grub.

Ich verwende das Theme "livecd-2005.1".
Back to top
View user's profile Send private message
tuxian
l33t
l33t


Joined: 26 Jan 2004
Posts: 766
Location: Austria

PostPosted: Mon Jan 23, 2006 7:55 pm    Post subject: Reply with quote

Schau mal hier:

https://forums.gentoo.org/viewtopic-p-3033279.html#3033279

Bug report gibts auch schon mit Patch: https://bugs.gentoo.org/show_bug.cgi?id=119268

Hab den Patch auch hier mal gepostet:


Code:
--- linux-2.6.15-gentoo-r1/drivers/Makefile.orig   2006-01-17 10:36:22.000000000 +0100
+++ linux-2.6.15-gentoo-r1/drivers/Makefile   2006-01-17 10:37:54.000000000 +0100
@@ -8,16 +8,15 @@
 obj-$(CONFIG_PCI)      += pci/
 obj-$(CONFIG_PARISC)      += parisc/
 obj-$(CONFIG_RAPIDIO)      += rapidio/
+# char/ comes before serial/ etc so that the VT console is the boot-time
+# default, and before video/ so that silent fbsplash does not disappear.
+obj-y            += char/
 obj-y            += video/
 obj-$(CONFIG_ACPI)      += acpi/
 # PnP must come after ACPI since it will eventually need to check if acpi
 # was used and do nothing if so
 obj-$(CONFIG_PNP)      += pnp/
 
-# char/ comes before serial/ etc so that the VT console is the boot-time
-# default.
-obj-y            += char/
-
 obj-$(CONFIG_CONNECTOR)      += connector/
 
 # i810fb and intelfb depend on char/agp/



Einfach z.b. unter /usr/src/splash.txt abspeichern!
danach:

1.) cd /usr/src/linux
2.) patch -p1 < ../splash.diff
3.) rm drivers/built-in.o
4.) Kernel neu backen!

EDIT: Löste das Problem bei mir, nur erscheint nun der splash nach grub etwas langsamer als bei Kernel 2.6.14-x!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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