]> git.pld-linux.org Git - packages/X11.git/blame - xfs.config
- patchesz for XF 4.0 from MDK.
[packages/X11.git] / xfs.config
CommitLineData
c9812c7f
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
9clone-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#
19catalogue = /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
27default-point-size = 120
28
29# 100 x 100 and 75 x 75
30default-resolutions = 75,75,100,100
31
32# how to log errors
33use-syslog = on
This page took 0.248654 seconds and 4 git commands to generate.