View previous topic :: View next topic |
Author |
Message |
deranonyme Guru
Joined: 09 Jul 2005 Posts: 519
|
Posted: Sun Jan 22, 2006 3:03 pm Post subject: kernel 2.6.15 fbsplash Option quiet unwirksam? |
|
|
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 |
|
|
tuxian l33t
Joined: 26 Jan 2004 Posts: 766 Location: Austria
|
Posted: Mon Jan 23, 2006 7:33 pm Post subject: |
|
|
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 |
|
|
tuxian l33t
Joined: 26 Jan 2004 Posts: 766 Location: Austria
|
Posted: Mon Jan 23, 2006 7:55 pm Post subject: |
|
|
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 |
|
|
|