После очередного zupper up (среди обновлений были libfreetype6, libXfont1, ft2demos) сломался Terminus и похоже большинство bitmap шрифтов, т.е. вместо Terminus отображается какой-то совсем не похожий на него шрифт. Гугл ни чем не смог мне помочь, либо я не правильно формулирую запрос.
$ fc-cache -vf && fc-list | grep Term
/usr/share/fonts: caching, new cache contents: 0 fonts, 10 dirs
/usr/share/fonts/100dpi: caching, new cache contents: 350 fonts, 0 dirs
/usr/share/fonts/75dpi: caching, new cache contents: 350 fonts, 0 dirs
/usr/share/fonts/Speedo: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/Type1: caching, new cache contents: 29 fonts, 0 dirs
/usr/share/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/ghostscript: caching, new cache contents: 52 fonts, 0 dirs
/usr/share/fonts/misc: caching, new cache contents: 172 fonts, 0 dirs
/usr/share/fonts/truetype: caching, new cache contents: 170 fonts, 0 dirs
/usr/share/fonts/uni: caching, new cache contents: 2 fonts, 0 dirs
/usr/X11R6/lib/X11/fonts: skipping, no such directory
/opt/kde3/share/fonts: skipping, no such directory
/usr/local/share/fonts: skipping, no such directory
/home/wl/.local/share/fonts: skipping, no such directory
/home/wl/.fonts: caching, new cache contents: 0 fonts, 8 dirs
/home/wl/.fonts/d: caching, new cache contents: 1 fonts, 0 dirs
/home/wl/.fonts/g: caching, new cache contents: 2 fonts, 0 dirs
/home/wl/.fonts/m: caching, new cache contents: 1 fonts, 0 dirs
/home/wl/.fonts/o: caching, new cache contents: 1 fonts, 0 dirs
/home/wl/.fonts/p: caching, new cache contents: 14 fonts, 0 dirs
/home/wl/.fonts/s: caching, new cache contents: 2 fonts, 0 dirs
/home/wl/.fonts/t: caching, new cache contents: 24 fonts, 0 dirs
/home/wl/.fonts/z: caching, new cache contents: 1 fonts, 0 dirs
Re-scanning /usr/share/fonts: caching, new cache contents: 0 fonts, 10 dirs
Re-scanning /usr/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
Re-scanning /home/wl/.fonts: caching, new cache contents: 0 fonts, 8 dirs
/var/cache/fontconfig: not cleaning unwritable cache directory
/home/wl/.cache/fontconfig: cleaning cache directory
/home/wl/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
/usr/share/fonts/100dpi/termB14.pcf.gz: Bitstream Terminal:style=Bold
/usr/share/fonts/75dpi/term14.pcf.gz: DEC Terminal:style=Regular
/usr/share/fonts/100dpi/term14.pcf.gz: Bitstream Terminal:style=Regular
/usr/share/fonts/75dpi/termB14.pcf.gz: DEC Terminal:style=Bold
~$ cat /etc/fonts/conf.d/70-yes-bitmaps.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>
~$