summaryrefslogtreecommitdiff
path: root/fonts/intlfonts/MESSAGE
blob: fb53b154894da289bcbdd7c81368c36049a5b001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
===========================================================================
$NetBSD: MESSAGE,v 1.3 2003/05/06 17:41:13 jmmv Exp $

You can tell one existing X session on the installed host to use the
new "intlfonts" fonts with:

	$ xset +fp ${PREFIX}/lib/X11/fonts/intlfonts

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
intlfonts 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/intlfonts/

===========================================================================