o Copy two *.pcf.gz files to a seperate directory (Preferably to /usr/local/share/fonts/) mkdir -p /usr/local/share/fonts cp *.pcf.gz /usr/local/share/fonts/ o Run mkfontdir cd /usr/local/share/fonts/ /usr/X11R6/bin/mkfontdir o Add the fontpath to the font server (most probably /etc/X11/fs/config), and/or X configuration file (/etc/X11/XF86Config or /etc/X11/XF86Config-4) and may be to /etc/fonts/local.conf OR /etc/fonts/fonts.conf if you want to use it in XFT based apps. o Restart X.