Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / fonts / intlfonts / MESSAGE
blob30ec668918b1c0829dd99cb203405cb05aaba27d
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2002/09/24 12:29:56 wiz Exp $
4 You can tell one existing X session on the installed host to use the
5 new "intlfonts" fonts with:
7         $ xset +fp ${PREFIX}/lib/X11/fonts/intlfonts
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
14 script.
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 intlfonts install directory to the xfs/config file in the comma
22 separated list of directories given for the "catalogue" setting.
23 For example:
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/intlfonts/
32 ===========================================================================