Closed issue by danteissaias on void-packages repository https://github.com/void-linux/void-packages/issues/26882 Description: `CONFIG_FONT_TER16x32` enables a larger font (based on `terminus-font`) which is used when the kernel detects a HiDPI display. the default linux console font is extremely small on 4k displays therefore `CONFIG_FONT_TER16x32` being enabled is essentially a must. it also appears that `CONFIG_FONT_TER16x32` is enabled on some architectures not others which also could raise an issue of consistency? (although i'm not sure if this is intentional or not, please correct me if it is) it appears to be enabled on mips, arm etc. but not on x86-64.