My current system uses the smallest-displayed font file I've got, and switches to it during boot:
It works fine, but it's still too large/wide for comfort. Unfortunately most threads mentioning fonts seem to focus on desktop environments, where quite a few fonts are pre-loaded, and there is GUI software to view others before installing.
The ports/packages repos lists many font pkgs, but it's a complete guess from hundreds of arbitrary files (from this perspective) - and many won't have small variants, or perhaps not compatible for boot console use. I'm already at maximum resolution for the display.
Ideally I'd like a choice of a couple or so already-existing vt-compatible monospace fonts, covering the full character set (I'm in the UK) in case some output needs full unicode/whatever-else charset. Other than that, I'm aiming for maybe 65% - 80% of the size of my vgarom thin 8x16 font. If none exist but they're easy to create myself from some definition file, that could be a possible fallback.
Thanks for help with suggestions!
Code:
allscreens_flags="-f vgarom-thin-8x16"
It works fine, but it's still too large/wide for comfort. Unfortunately most threads mentioning fonts seem to focus on desktop environments, where quite a few fonts are pre-loaded, and there is GUI software to view others before installing.
The ports/packages repos lists many font pkgs, but it's a complete guess from hundreds of arbitrary files (from this perspective) - and many won't have small variants, or perhaps not compatible for boot console use. I'm already at maximum resolution for the display.
Ideally I'd like a choice of a couple or so already-existing vt-compatible monospace fonts, covering the full character set (I'm in the UK) in case some output needs full unicode/whatever-else charset. Other than that, I'm aiming for maybe 65% - 80% of the size of my vgarom thin 8x16 font. If none exist but they're easy to create myself from some definition file, that could be a possible fallback.
Thanks for help with suggestions!