--- config Mon Aug 20 17:07:46 2001
+++ config.rpmnew Wed Aug 29 05:48:56 2001
@@ -1,12 +1,12 @@
#
-# Default font server configuration file for Linux-Mandrake
+# Default font server configuration file for Red Hat Linux 6.0
#
Are we going RedHat?
# 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 = on
+clone-self = off
^^^^^^^^^^^^^
Should I change it?
# alternate font servers for clients to use
#alternate-servers = foo:7101,bar:7102
@@ -19,30 +19,16 @@
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,
What is the reason for adding misc second time?
-andrej