[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] X11 and Font problems
Hi,
On torstai 08 syyskuu 2011, m0n0 wrote:
> 3. When I launch xterm with -fn commandline and a font name (that's one
> ugly thing within X11...) it looks fine and I would like to have
> that font as default font for X11, so that xcalc looks the same... (if
> the xcalc problem is really because of the "default" font) .
The error is about "fixed" font which is kind of default in X, for
bitmap fonts. Just set a suitable alias for it.
On my Debian this alias looks like:
$ find /usr/share/fonts/X11/ -type f|xargs grep "fixed "
/usr/share/fonts/X11/misc/fonts.alias:fixed -misc-fixed-medium-r-
semicondensed--13-120-75-75-c-60-iso8859-1
"xlsfonts" lists what fonts you have and "xfontsel -fn <fontname>"
shows what it looks like.
- Eero