# # xfs font server configuration file # # allow a max 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 # alternate font servers for clients to use #alternate-servers = foo:7101,bar:7102 # where to look for fonts catalogue = /usr/share/fonts/bitmap/misc/ # in 12 points, decipoints default-point-size = 120 # 100 x 100 and 75 x 75 default-resolutions = 100,100,75,75 # use lazy loading on 16 bit fonts deferglyphs = 16 # Log errors via syslog. use-syslog = off error-file = /var/log/xfs.log # For security, don't listen to TCP ports by default no-listen = tcp # Didn't work; works only in command line arg (modify init.d/ script!) #port = -1