On 03/28/2010 08:33 AM, Xi Shen wrote:
hi,
i have a lot fonts installed in /usr/share/fonts. and i even have all
the fonts from m$ win7. but when i ran xlsfonts, i got only a few
fonts listed. like this:
-misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1
-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
6x13
cursor
fixed
Have you added all of the font directories to your xorg.conf?
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/baemuk-fonts/"
FontPath "/usr/share/fonts/freefonts/"
FontPath "/usr/share/fonts/fft-bitstream-vera/"
FontPath "/usr/share/fonts/urw-fonts/"
FontPath "/usr/share/fonts/arphic-fonts/"
FontPath "/usr/share/fonts/default/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection