I have a HP ThinClient computer (t5740) for a special use. Since it has VGA output, I can only connect it via VGA-to-HDMI converter to a monitor (it does not have VGA input).
When it boots the BIOS screens in the low resolution and big default fonts display works all right. grub
screen occasionally also gets displayed.
However, once kernel starts booting and switches video output to some different mode and to smaller fonts, the image disappears and monitor switches into a sleep mode after a few seconds.
Since the BIOS screens display fine, I want to switch kernel's/grub
's video mode (resolution, refresh rate, font size etc) to exactly this kind of configuration. I have tried all kinds of ways like dpkg-reconfigure console-setup
, setting various video modes in grub.cfg
and whatever I could find on the web. Nothing worked.
How can I make grub
/kernel use exactly the most basic video mode that the box displays during BIOS operations?
OS: Debian Buster (10), i386 arch (that's the CPU).