Installation for XFree86 (X.Org) -------------------------------- Unpack the archive file containing fonts in some temporal directory, for example /tmp : cd /tmp tar xzvf cm_unicode-VERSION-pfb.tar.gz cd cm-unicode-VERSION where VERSION is version number of this font pack. Then create cm-unicode/ directory at the place, where your X stores fonts, for example /usr/share/fonts : mkdir -p /usr/share/fonts/cm-unicode You should become root to do it. Then copy font files there: cp *.afm /usr/share/fonts/cm-unicode/ cp *.pfb /usr/share/fonts/cm-unicode/ If you are using XFree86 prior to 4.3 you shoul also copy fonts.scale there. Then change directory to /usr/share/fonts/cm-unicode/ : cd /usr/share/fonts/cm-unicode/ and do mkfontscale # if you are using XFree86-4.3 or later or recent X.Org mkfontdir Currently mkfontscale and mkfontdir may produce errors, so copy fonts.dir and fonts.scale files supplied into /usr/share/fonts/cm-unicode/ Then add FontPath "/usr/share/fonts/cm-unicode/" to "Files" Section of /etc/X11/xorg.conf (/etc/X11/XF86Config). On the next run X.Org (XFree86) will load these fonts. If you are using fontconfig (X.Org, XFree86-4.3, may be installed on XFree86-4.2) you should add a line