]> git.pld-linux.org Git - packages/XFree86.git/blame - xfs.config
d64159e9516a7019f3ab24f4c7a0d2fa XFree86-HasXdmAuth.patch
[packages/XFree86.git] / xfs.config
CommitLineData
536b50c6
JR
1#
2# Default font server configuration file for Red Hat Linux 6.0
3#
4
5# allow a max of 4 clients to connect to this font server
6client-limit = 4
7
8# when a font server reaches its limit, start up a new one
7f74152e 9clone-self = on
536b50c6
JR
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#
7f74152e
JR
19
20catalogue = /usr/share/fonts/latin2/misc:unscaled,
21 /usr/share/fonts/misc:unscaled,
22 /usr/share/fonts/latin2/75dpi/:unscaled,
23 /usr/share/fonts/latin2/100dpi/:unscaled,
24 /usr/share/fonts/75dpi:unscaled,
25 /usr/share/fonts/100dpi:unscaled,
26 /usr/share/fonts/latin2/misc,
27 /usr/share/fonts/misc,
28 /usr/share/fonts/latin2/75dpi,
29 /usr/share/fonts/latin2/100dpi,
30 /usr/share/fonts/75dpi,
31 /usr/share/fonts/100dpi,
32 /usr/share/fonts/Type1,
33 /usr/share/fonts/TTF,
34 /usr/share/fonts/Speedo
536b50c6
JR
35
36# in 12 points, decipoints
37default-point-size = 120
38
39# 100 x 100 and 75 x 75
40default-resolutions = 75,75,100,100
41
42# how to log errors
43use-syslog = on
7f74152e
JR
44
45# don't listen to TCP ports by default for security reasons
46no-listen = tcp
47
48# font cache control, specified in KB
49cache-hi-mark = 2048
50cache-low-mark = 1433
51cache-balance = 70
This page took 0.041836 seconds and 4 git commands to generate.