In my newly intalled and dist-upgraded Debian system, I get crapy fonts in Mozilla(version 1.5). How do I get the nice anti-aliased fonts?
Here are the files which I think decide the fonts:
#------------------------------------------------------------------------------------------
{tmp}> cat /etc/X11/XF86Config-4
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these #FontPath "/usr/lib/X11/fonts/Type1" #FontPath "/usr/lib/X11/fonts/CID" #FontPath "/usr/lib/X11/fonts/Speedo" #FontPath "/usr/lib/X11/fonts/misc" #FontPath "/usr/lib/X11/fonts/cyrillic" #FontPath "/usr/lib/X11/fonts/100dpi" #FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/CID" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
<snipped>
#------------------------------------------------------------------------------------------- tmp}> cat /etc/X11/fs/config # font server configuration file # $Xorg: config.cpp,v 1.3 2000/08/17 19:54:19 cpqbld Exp $
# allow a maximum of 10 clients to connect to this font server
client-limit = 10
# when a font server reaches its limit, start up a new one
clone-self = on
# log messages to /var/log/xfs.log (if syslog is not used)
error-file = /var/log/xfs.log
# log errors using syslog
use-syslog = on
# turn off TCP port listening (Unix domain connections are still permitted)
no-listen = tcp
# paths to search for fonts
#catalogue = /usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/CID/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/
catalogue=/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/CID/,/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID,/usr/lib/X11/fonts/Type1/,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
# in decipoints
default-point-size = 120
# x1,y1,x2,y2,...
default-resolutions = 100,100,75,75
# font cache control, specified in kB cache-hi-mark = 2048 cache-low-mark = 1433 cache-balance = 70 {tmp}>
regards,
->HS
--
(Remove all underscores,_if any_, from my email address to get the correct one. Apologies for the inconvenience, but this is to reduce spam.)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]