]> git.pld-linux.org Git - packages/X11.git/blob - xfs.config
uzupelnienia
[packages/X11.git] / xfs.config
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
6 client-limit = 4
7
8 # when a font server reaches its limit, start up a new one
9 clone-self = off
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 catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
20         /usr/X11R6/lib/X11/fonts/75dpi:unscaled,
21         /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
22         /usr/X11R6/lib/X11/fonts/misc,
23         /usr/X11R6/lib/X11/fonts/Type1,
24         /usr/X11R6/lib/X11/fonts/Speedo
25
26 # in 12 points, decipoints
27 default-point-size = 120
28
29 # 100 x 100 and 75 x 75
30 default-resolutions = 75,75,100,100
31
32 # how to log errors
33 use-syslog = on
This page took 0.024946 seconds and 4 git commands to generate.