summaryrefslogtreecommitdiff
path: root/fonts/efont-unicode/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/efont-unicode/MESSAGE')
-rw-r--r--fonts/efont-unicode/MESSAGE32
1 files changed, 32 insertions, 0 deletions
diff --git a/fonts/efont-unicode/MESSAGE b/fonts/efont-unicode/MESSAGE
new file mode 100644
index 00000000000..f1a462c7eed
--- /dev/null
+++ b/fonts/efont-unicode/MESSAGE
@@ -0,0 +1,32 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2002/07/05 19:01:33 tron Exp $
+
+You can tell one existing X session on the installed host to use the
+new "efont-unicode" fonts with:
+
+ $ xset +fp ${PREFIX}/${FONTDIR}
+
+To make the effect permanent for future X sessions, you will have to
+edit certain files in yout X installation.
+
+For example if you are only using the "startx" command to start a local
+X session then you would add the above command to your ~/.xinitrc
+script.
+
+If you're running a local X server from xdm then you would need to set
+the complete set of font directories in the xdm/Xservers file with the
+'-fp' option common to all X servers.
+
+If you are using the X font server (xfs) then you would add the
+efont-unicode install directory to the xfs/config file in the comma
+separated list of directories given for the "catalogue" setting.
+For example:
+
+ catalogue = ${PREFIX}/lib/X11/fonts/misc/,
+ ${PREFIX}/lib/X11/fonts/Speedo/,
+ ${PREFIX}/lib/X11/fonts/Type1/,
+ ${PREFIX}/lib/X11/fonts/100dpi/,
+ ${PREFIX}/lib/X11/fonts/75dpi/,
+ ${PREFIX}/lib/X11/fonts/efont-unicode/
+
+======================================================================