]> git.pld-linux.org Git - packages/X11.git/blobdiff - xfs.config
- revert: pam_limits already used in included system-auth
[packages/X11.git] / xfs.config
index cb4ed4b1046860a86ff4c134af0dc27dd41bf5a6..01246659bae2ae4dffb8a6c4bb612209b9a0a2c0 100644 (file)
@@ -1,12 +1,12 @@
 #
-# Default font server configuration file for Red Hat Linux 6.0
+# Default font server configuration file for PLD
 #
 
 # allow a max of 4 clients to connect to this font server
 client-limit = 4
 
 # when a font server reaches its limit, start up a new one
-clone-self = off
+clone-self = on
 
 # alternate font servers for clients to use
 #alternate-servers = foo:7101,bar:7102
@@ -16,12 +16,16 @@ clone-self = off
 # directories in /usr/share, because they aren't forced to be
 # installed alongside X.
 #
-catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
-       /usr/X11R6/lib/X11/fonts/75dpi:unscaled,
-       /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
-       /usr/X11R6/lib/X11/fonts/misc,
-       /usr/X11R6/lib/X11/fonts/Type1,
-       /usr/X11R6/lib/X11/fonts/Speedo
+
+catalogue = /usr/share/fonts/misc:unscaled,
+               /usr/share/fonts/75dpi:unscaled,
+               /usr/share/fonts/100dpi:unscaled,
+               /usr/share/fonts/misc,
+               /usr/share/fonts/75dpi,
+               /usr/share/fonts/100dpi,
+               /usr/share/fonts/Type1,
+               /usr/share/fonts/TTF,
+               /usr/share/fonts/Speedo
 
 # in 12 points, decipoints
 default-point-size = 120
@@ -31,3 +35,11 @@ default-resolutions = 75,75,100,100
 
 # how to log errors
 use-syslog = on
+
+# don't listen to TCP ports by default for security reasons
+no-listen = tcp
+
+# font cache control, specified in KB
+#cache-hi-mark = 2048
+#cache-low-mark = 1433
+#cache-balance = 70
This page took 0.034757 seconds and 4 git commands to generate.