My monitor has a native resolution of 3840 x 2160.
During boot, the text is a reasonable size. Part way through the boot, the text becomes very tiny. I suspect that the system has figured out the native resolution and is using it. Once X11 comes up, I have a monitor configuration like this:
Section "Screen"
Identifier "Screen0"
Device "Card0"
SubSection "Display"
Modes "1920x1080"
EndSubSection
EndSection
After that, the text is again readable.
I do not yet understand the boot sequence enough to figure out who changes the resolution to the monitor's native resolution.
Can anyone give me a hint so I can make my boot messages readable again.
Thanks!
During boot, the text is a reasonable size. Part way through the boot, the text becomes very tiny. I suspect that the system has figured out the native resolution and is using it. Once X11 comes up, I have a monitor configuration like this:
Section "Screen"
Identifier "Screen0"
Device "Card0"
SubSection "Display"
Modes "1920x1080"
EndSubSection
EndSection
After that, the text is again readable.
I do not yet understand the boot sequence enough to figure out who changes the resolution to the monitor's native resolution.
Can anyone give me a hint so I can make my boot messages readable again.
Thanks!