[PC-BSD Testing] KDE problem solved - Re: Cannot login after upgrade to PC-BSD 9.0-BETA2
Krishna
v.krishnakumar at gmail.com
Mon Oct 3 12:34:41 PDT 2011
Hello,
On Mon, Oct 3, 2011 at 11:09 PM, productnews <productnews at hvf.ch> wrote:
> Gnome-terminal shows these fonts: AMS Mathematical Symbols, 4 Bitstream
> fonts (Charter, Vera Sans, Vera Sans Mono, Vera Serif), Cantarell,
> Computer Modern, 2 Courier, Cursor, 3 DejaVu, several Middle eastern
> names, Monospace, and some more, but no Terminal.
> So it is not a problem of missing fonts per se, but of konsole and
> gnome-terminal not picking them up.
>
Very likely due to the default XFT configuration disabling the bitmap
fonts. Check if there is a 70-yes-bitmaps.conf in your /etc/fonts/
folder (or is it /usr/local/etc/fonts/ under PC-BSD?). If it is not
there, symlink or copy the one from /etc/fonts/conf.avail/ folder.
Alternatively, put the following snippet into ~/.fonts.conf
===========================
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Accept bitmap fonts -->
<selectfont>
<acceptfont>
<pattern>
<patelt name="scalable"><bool>false</bool></patelt>
</pattern>
</acceptfont>
</selectfont>
</fontconfig>
===========================
hth,
--krishna
--
Programming is difficult business.
It should never be undertaken in ignorance.
--Douglas Crockford, "Javascript: The Good Parts"
More information about the Testing
mailing list