Add note about 70-no-bitmaps.conf fontconfig configuration file

Closes #1152
This commit is contained in:
ZyX 2014-11-29 20:57:59 +03:00
parent 3a3cc9b41c
commit aa18247f7b
1 changed files with 11 additions and 0 deletions

View File

@ -21,6 +21,17 @@ I cant see any fancy symbols, whats wrong?
In any case the only absolute requirement is launching xterm with UTF-8 In any case the only absolute requirement is launching xterm with UTF-8
locale. locale.
* If you are using bitmap font make sure that
:file:`/etc/fonts/conf.d/70-no-bitmaps.conf` does not exist. If it does check
out your distribution documentation to find a proper way to remove it (so that
it wont reappear after update). E.g. in Gentoo this is::
eselect fontconfig disable 70-no-bitmaps.conf
(currently this only removes the symlink from :file:`/etc/fonts/conf.d`). Also
check out that no other fontconfig file does not have ``rejectfont`` tag that
tells fontconfig to disable bitmap fonts (they are referenced as not
scalable).
The fancy symbols look a bit blurry or “off”! The fancy symbols look a bit blurry or “off”!
--------------------------------------------- ---------------------------------------------