[Back]
 
 
  Dealing with fonts in Fedora Core 9

 
 
From Kevin Anderson, 8/12/2008

I managed to solve the problem I was having with xfs in FC9. Just in case someone else asks: it's a matter of editing /etc/X11/fs/config after installing xorg-x11-xfs via yum. Although the default config looks like it should work, it seems it is necessary to change the "catalogue =" line to its equivalent in FC6, that is:
catalogue = /usr/share/X11/fonts/misc:unscaled,
/usr/share/X11/fonts/75dpi:unscaled,
/usr/share/X11/fonts/100dpi:unscaled,
/usr/share/X11/fonts/Type1,
/usr/share/X11/fonts/TTF,
/usr/share/fonts/default/Type1,

 
  [Back]