]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: do not autoselect smaller font than 8x16 with high res display
authorToomas Soome <tsoome@FreeBSD.org>
Mon, 8 Feb 2021 22:34:47 +0000 (00:34 +0200)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 18 Feb 2021 08:25:16 +0000 (10:25 +0200)
commiteb7d18ff0ab5cbb0c173a6f69e2bb3d2c9c97aab
treec7b83afb4154553575fb2a265a53bd6672e860ac
parentd560d01b02a17cb917d887a64aaf74a046b29efe
loader: do not autoselect smaller font than 8x16 with high res display

The VT screen buffer size is calculated based on our default
built in (8x16) font.

With high-resolution display, we want to use at least 8x16 font,
or we will have large unused areas on screen.

(cherry picked from commit a26f7358583174f2fe0df3e979f7b8b02069278c)

Approved by: re (gjb)
stand/common/gfx_fb.c
stand/common/gfx_fb.h