]> git.pld-linux.org Git - packages/X11.git/blob - xfs.config
- cleanup
[packages/X11.git] / xfs.config
1 #
2 # Default font server configuration file for PLD
3 #
4
5 # allow a max of 4 clients to connect to this font server
6 client-limit = 4
7
8 # when a font server reaches its limit, start up a new one
9 clone-self = on
10
11 # alternate font servers for clients to use
12 #alternate-servers = foo:7101,bar:7102
13
14 # where to look for fonts
15 # Some of these are commented out, i.e. the TrueType and Type1
16 # directories in /usr/share, because they aren't forced to be
17 # installed alongside X.
18 #
19
20 catalogue = /usr/share/fonts/misc:unscaled,
21                 /usr/share/fonts/75dpi:unscaled,
22                 /usr/share/fonts/100dpi:unscaled,
23                 /usr/share/fonts/misc,
24                 /usr/share/fonts/75dpi,
25                 /usr/share/fonts/100dpi,
26                 /usr/share/fonts/Type1,
27                 /usr/share/fonts/TTF,
28                 /usr/share/fonts/Speedo
29
30 # in 12 points, decipoints
31 default-point-size = 120
32
33 # 100 x 100 and 75 x 75
34 default-resolutions = 75,75,100,100
35
36 # how to log errors
37 use-syslog = on
38
39 # don't listen to TCP ports by default for security reasons
40 no-listen = tcp
41
42 # font cache control, specified in KB
43 #cache-hi-mark = 2048
44 #cache-low-mark = 1433
45 #cache-balance = 70
This page took 0.055281 seconds and 3 git commands to generate.