Re: Some notes from recent 10.0_RC1 installs

Martin Husemann <[email protected]> Mon, 27 Nov 2023 10:19:26 +0100
Newsgroups gmane.os.netbsd.devel.installation
Message-ID <[email protected]>
On Mon, Nov 27, 2023 at 10:08:39AM +0100, Martin Husemann wrote:
> On Sun, Nov 26, 2023 at 08:18:05PM +0000, John Klos wrote:
> > With 1024x768, we get a 64 x 24 text screen. Perhaps we need a different
> > default font size for this resolution.
> 
> Definitively! This has also been reported for some macppc models.
> We should have small fonts available, it probably is just a matter of adding
> font options to the GENERIC kernel and testing.

I guess that one of

	options FONT_GALLANT12x22
	options FONT_DROID_SANS_MONO12x22
	options FONT_DEJAVU_SANS_MONO12x22

would make it work, but I have no easy way to test locally.

Martin