From: HQX N. <hq...@gm...> - 2006-08-08 02:25:26
|
Another thing on X Server A while ago I found this little eror is present in the last releases: In /etc/fonts/fonts.conf , around line 27 there are entries missing for the fonts, such as <dir>/usr/X11R6/lib/X11/fonts/100dpi</dir> <dir>/usr/X11R6/lib/X11/fonts/75dpi</dir> <dir>/usr/X11R6/lib/X11/fonts/misc</dir> I have verified that these being absent there prevents _some_ applications (i.e. Firefox, Seamonkey and others) to use the fonts in those directories. (If you are thinking that is "corrected" by having them in xorg.conf, that doesn=B4t happen) Also, in xorg.conf (I dont know if in fonts.conf too), the lines for these folders should look like this: FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/artwiz:unscaled" HTH UKBill |