Add files from parent branch HEAD:
[pkgsrcv2.git] / fonts / biznet-iso8859_2 / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 You can tell one existing X session on the installed host to use the
5 new "biznet-iso8859-2" fonts with:
6
7         $ xset +fp ${PREFIX}/lib/X11/fonts/biznet/100dpi/
8         $ xset +fp ${PREFIX}/lib/X11/fonts/biznet/75dpi/
9         $ xset +fp ${PREFIX}/lib/X11/fonts/biznet/misc/
10         $ xset fp rehash
11
12 To make the effect permanent for future X sessions, you will have to
13 edit certain files in your X installation.
14
15 For example if you are only using the "startx" command to start a local
16 X session then you would add the above command to your ~/.xinitrc
17 script or configure your XF86Config by adding biznet-iso8859-2 directories
18 to your FontPath.
19
20 If you're running a local X server from xdm then you would need to set
21 the complete set of font directories in the xdm/Xservers file with the
22 '-fp' option common to all X servers.
23
24 If you are using the X font server (xfs) then you would add the
25 biznet-iso8859-2 install directory to the xfs/config file in the comma
26 separated list of directories given for the "catalogue" setting.
27 For example:
28
29         catalogue = ${PREFIX}/lib/X11/fonts/misc/,
30                   ${PREFIX}/lib/X11/fonts/Speedo/,
31                   ${PREFIX}/lib/X11/fonts/Type1/,
32                   ${PREFIX}/lib/X11/fonts/100dpi/,
33                   ${PREFIX}/lib/X11/fonts/75dpi/,
34                   ${PREFIX}/lib/X11/fonts/biznet/100dpi/,
35                   ${PREFIX}/lib/X11/fonts/biznet/75dpi/,
36                   ${PREFIX}/lib/X11/fonts/biznet/misc/
37 ===========================================================================