X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=xfs.config;h=01246659bae2ae4dffb8a6c4bb612209b9a0a2c0;hb=a2e543ff1adbd20b16f102d7ed5a09129c6ef9d6;hp=cb4ed4b1046860a86ff4c134af0dc27dd41bf5a6;hpb=c9812c7f5d0212828d2e6dd2a9a837d7725c50e8;p=packages%2FX11.git diff --git a/xfs.config b/xfs.config index cb4ed4b..0124665 100644 --- a/xfs.config +++ b/xfs.config @@ -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