Subject: Re: Default console font
To: None <port-macppc@netbsd.org>
From: Derek Peschel <dpeschel@eskimo.com>
List: port-macppc
Date: 11/01/2003 17:34:11
On Sat, Nov 01, 2003 at 04:30:58PM -0800, Jason Thorpe wrote:
> Folks...
>
> Might I suggest changing the default console font to FONT_VT220L8x16?
> It looks a LOT better than the Gallant font on a Mac screen.
What sizes of display (in inches and pixels) are you dealing with?
What looks bad about Gallant? Because of my nearsightedness, I enjoy
Gallant, but I can see that other people would consider it too big.
Fundamental solutions (as opposed to patches or tweaks) would be:
1) if it's the dimensions in characters that bother you, see how wscons
finds the screen size in pixels and how it converts that to a number
of characters, and fix the code if necessary. Under 1.5 the behavior
is not obvious -- I get strange margins at certain screen resolutions.
1.6 may have changed things.
2) Get wscons to allow font loading so people can choose their own fonts.
Unfortunately I haven't looked through wscons enough. I don't even know
who could explain it.
-- Derek