Re: X.org: manual fonts installation

2007-03-09 Thread Michelle Konzack
Am 2007-03-03 13:34:08, schrieb Sjoerd Hiemstra: > Could you give a similar way to install Type1 fonts, consisting of > a .pfa or .pfb file, and a .afm file? AFAIK it is the same procedure since it has the same fonts.dir fonts.scale files in the directory but additonaly the encoding

Re: X.org: manual fonts installation

2007-03-03 Thread Sjoerd Hiemstra
On Fri, 2 Mar 2007 17:30:35 +0100 Michelle Konzack <[EMAIL PROTECTED]> wrote: > 1) mkdir ~/.font > 2) cp *.ttf ~/.font/ > 3) cd ~/.font > 4) mkfontscale ./ > 5) mkfontdir ./ > > and under X: > > 6) xset +fp ~/.font > > which can be put into your ~/.xesssion or similar files >

Re: X.org: manual fonts installation

2007-03-02 Thread Michelle Konzack
1) mkdir ~/.font 2) cp *.ttf ~/.font/ 3) cd ~/.font 4) mkfontscale ./ 5) mkfontdir ./ and under X: 6) xset +fp ~/.font which can be put into your ~/.xesssion or similar files which are read at startup of the xserver No restart of the xserver is required since 'xset +/-fp' is w