Siduction Forum

Siduction Forum => Software - Support => Topic started by: midrow on 2013/04/29, 00:42:35

Title: Schriftgröße zu Beginn des Bootvorgangs
Post by: midrow on 2013/04/29, 00:42:35
Hallo zusammen,

ich habe hier eine zwar relativ unwichtige, aber mich dennoch interessierende Frage:

Wenn Grub den Kernel lädt, erscheint auf dem Bildschirm für die ersten Zeilen eine riesige Schrift. Nach Übernahme der Darstellung durch den Kernel wird alles (auch die ersten Zeilen) in einer dem Display angemessenen Größe dargestellt.

Kann man es durch einen Parameter im Grub (ev. Kernelparameter) erreichen, dass auch die ersten paar Zeilen in einer kleineren Schriftgröße erscheinen?

midrow
Title: Grub resolution
Post by: Gabriel_M on 2013/04/29, 01:01:46
The file /etc/default/grub contains information to generate the entries of the grub.
Among the options in this file, is:

GRUB_GFXMODE

This option changes the resolution of the grub.
Example:

GRUB_CMDLINE_LINUX="vga=792"
GRUB_GFXMODE=1024x768

The resolution of the TTY to all entries will be 1024x768 to 32-bit and the resolution of the grub of 1024x768.
For that the change you made to the file take effect, it is necessary to run:

grub-mkconfig -o /boot/grub/grub.cfg
Title: Grub resolution
Post by: spacepenguin on 2013/04/29, 01:08:41
GRUB_GFXMODE für die Auflösung in Grub
GRUB_GFXPAYLOAD_LINUX für die Auflösung/Schrift beim Booten