1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.3 2002/10/15 12:17:05 kei Exp $
4 You can tell one existing X session on the installed host to use the
5 new "efont-unicode" fonts with:
7 $ xset +fp ${PREFIX}/${FONTDIR}
9 To make the effect permanent for future X sessions, you will have to
10 edit certain files in yout X installation.
12 For example if you are only using the "startx" command to start a local
13 X session then you would add the above command to your ~/.xinitrc
16 If you're running a local X server from xdm then you would need to set
17 the complete set of font directories in the xdm/Xservers file with the
18 '-fp' option common to all X servers.
20 If you are using the X font server (xfs) then you would add the
21 efont-unicode install directory to the xfs/config file in the comma
22 separated list of directories given for the "catalogue" setting.
25 catalogue = ${PREFIX}/lib/X11/fonts/misc/,
26 ${PREFIX}/lib/X11/fonts/Speedo/,
27 ${PREFIX}/lib/X11/fonts/Type1/,
28 ${PREFIX}/lib/X11/fonts/100dpi/,
29 ${PREFIX}/lib/X11/fonts/75dpi/,
30 ${PREFIX}/lib/X11/fonts/efont/
32 ===========================================================================