# 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-xtt/xfs-xtt.log (if syslog is not used)
error-file = /var/log/xfs-xtt/xfs-xtt.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 = /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID,
	    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	    /usr/lib/X11/fonts/misc/:unscaled,
	    /usr/lib/X11/fonts/cyrillic/:unscaled,
	    /usr/lib/X11/fonts/100dpi/:unscaled,
            /usr/lib/X11/fonts/75dpi/:unscaled,
            /usr/lib/X11/fonts/Type1/,
            /usr/lib/X11/fonts/Speedo/
# 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 = 20480
cache-low-mark = 1433
cache-balance = 70
