You are not logged in.
Pages: 1

I have moved the .pcf.gz to /usr/share/fonts/misc (which is in my xorg.conf), changed ownership to root and reloaded my font cache as per the fonts wiki, logged out and in and it still doesn't show up in xfontsel...
Is there anything in particular I need to do with .pcf fonts - or should it just be a standard manual install?
Last edited by jasonwryan (2010-01-09 09:23:55)
Offline

Solved by doing th following:
xset -fp /usr/share/fonts/misc
xset -fp rehashYou can check the font has been added with
xlsfonts | grep fontnameThis forces X server to rescan all the fonts.dir files, thereby updating the new fonts...
Found here: http://gobase.org/dict/JIS/helponXfonts.html
Offline
Pages: 1