↧
Answer by RichN for How to change the font size in NetBSD (TTY no GUI)
Look in /etc/wsconf.conf. It allows you to configure the terminal environment that is used at boot time, including using different fonts. On PC hardware, you're limited to a few text sizes: 80x25,...
View ArticleHow to change the font size in NetBSD (TTY no GUI)
NetBSD 7.1 (GENERIC.201703111743Z) amd64 In TTY without gui , the better screen resolution is set at boot time but the font is really to small. So how to change that On debian dpkg-reconfigure...
View ArticleAnswer by Greg A. Woods for How to change the font size in NetBSD (TTY no GUI)
In case anyone's looking for better clues I'll post my /etc/wscons.conf for reference. This doesn't enable latin2 (but instead enables 80x50 screens), but that can be done by commenting out a couple of...
View Article