HI, I installed xpdf on 4.2/amd64 and got the message.
===================================================== # pkg_add xpdf-3.02pl1.tgz t1lib-5.1.0p0: complete ghostscript-fonts-8.11p0: complete openmotif-2.3.0: complete xpdf-3.02pl1: complete You may wish to update your font path for /usr/local/share/ghostscript/fonts --- ghostscript-fonts-8.11p0 ------------------- To install these fonts for X11, just make sure that the fontpath lists the 75dpi or 100dpi bitmap fonts before the ghostscript fonts, and make sure you have the string ":unscaled" appended to the bitmap font's fontpath. This way, the bitmap fonts will be used if they match, and the Type 1 versions will be used if the font needs to be scaled. Below is the relevant section from a typical xorg.conf file. FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/local/lib/X11/fonts/ghostscript/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" ====================================================================== Unfortunately "/usr/local/share/ghostscript/fonts" is a directory and not a file :-( ====================================================================== $ pwd /usr/local/share/ghostscript/fonts $ ls a010013l.afm b018032l.pfb n019003l.afm n019064l.pfb n022023l.pfb a010013l.pfb b018032l.pfm n019003l.pfb n019064l.pfm n022024l.afm a010013l.pfm b018035l.afm n019003l.pfm n021003l.afm n022024l.pfb a010015l.afm b018035l.pfb n019004l.afm n021003l.pfb p052003l.afm a010015l.pfb b018035l.pfm n019004l.pfb n021003l.pfm p052003l.pfb a010015l.pfm c059013l.afm n019004l.pfm n021004l.afm p052004l.afm a010033l.afm c059013l.pfb n019023l.afm n021004l.pfb p052004l.pfb a010033l.pfb c059016l.afm n019023l.pfb n021004l.pfm p052023l.afm a010033l.pfm c059016l.pfb n019023l.pfm n021023l.afm p052023l.pfb a010035l.afm c059033l.afm n019024l.afm n021023l.pfb p052024l.afm a010035l.pfb c059033l.pfb n019024l.pfb n021023l.pfm p052024l.pfb a010035l.pfm c059036l.afm n019024l.pfm n021024l.afm s050000l.afm b018012l.afm c059036l.pfb n019043l.afm n021024l.pfb s050000l.pfb b018012l.pfb d050000l.afm n019043l.pfb n021024l.pfm z003034l.afm b018012l.pfm d050000l.pfb n019044l.afm n022003l.afm z003034l.pfb b018015l.afm fonts.alias n019044l.pfb n022003l.pfb z003034l.pfm b018015l.pfb fonts.alias-gs n019063l.afm n022004l.afm b018015l.pfm fonts.dir n019063l.pfb n022004l.pfb b018032l.afm fonts.scale n019064l.afm n022023l.afm $ ================================================================== Could somebody tell me where I should put the above mentioned FontPath lines? Thank you so much Kind Regards Siju
