PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Grafik beim Starten


01.01.01, 14:40
Ich habe in der lilo.conf die Zeile vga=....
hinzugefügt, also die Auflösung der Konsole verändert. Beim Starten erscheint jetzt eine Grafik (tux), wie wenn man von der SuSE Linux 7.0 CD bootet. Wie kann ich diese Grafik verändern?

global C
01.01.01, 16:12
Wird wahrscheinlich die Datei Documentation/logo.gif in den Kernelquellen sein.

Gruß!

Ilja
02.01.01, 18:54
es gibt auch die möglichkeit denlinux progress patch (http://lpp.FreeLords.org/index.phtml) zu nutzen um die text-ausgabe beim booten zu unterdrücken.

------------------
gruss
ilja (http://www.andreasr.de) @ OSZine (http://www.oszine.de)

03.01.01, 14:50
Ich will ja die Meldungen nicht abschalten, ich will ja nur eine andere Grafik beim Starten.
Die Grafik in den Kernelquellen ist leider nicht.

thommy
04.01.01, 07:01
Ausschnitt aus dem Frambuffer-HOWTO:

19. Changing the Linux logo

It can be customised by changing the file linux_logo.h in include/linux directory. its a c header and pretty hard to change by hand however there is a plugin
available for gimp
http://registry.gimp.org/detailview.phtml?plugin=Linux+Logo

that will create one for you. all you need is a picture 80x80 with less than 224 colours. you can either let the plug in create the 3 varieties (2,16,224) or create
them yourself and use them with the plug-in. it will ask you where you want to store the file and if you are game you can put it in
($SRCDIR)/include/linux/linux_logo.h. once that is finished all you need to do is recompile the kernel as usual, reboot, and if framebuffer is working you will see
your new logo upon bootup.

Thomas