1adfb71852
As discussed on tech-pkg. Bump PKGREVISION.
37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2014/06/01 16:35:32 wiz Exp $
|
|
|
|
You can tell one existing X session on the installed host to use the
|
|
new "biznet-iso8859-2" fonts with:
|
|
|
|
$ xset +fp ${PREFIX}/share/fonts/X11/biznet/100dpi/
|
|
$ xset +fp ${PREFIX}/share/fonts/X11/biznet/75dpi/
|
|
$ xset +fp ${PREFIX}/share/fonts/X11/biznet/misc/
|
|
$ xset fp rehash
|
|
|
|
To make the effect permanent for future X sessions, you will have to
|
|
edit certain files in your 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 or configure your XF86Config by adding biznet-iso8859-2 directories
|
|
to your FontPath.
|
|
|
|
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
|
|
biznet-iso8859-2 install directory to the xfs/config file in the comma
|
|
separated list of directories given for the "catalogue" setting.
|
|
For example:
|
|
|
|
catalogue = ${PREFIX}/share/fonts/X11/misc/,
|
|
${PREFIX}/share/fonts/X11/Speedo/,
|
|
${PREFIX}/share/fonts/X11/Type1/,
|
|
${PREFIX}/share/fonts/X11/100dpi/,
|
|
${PREFIX}/share/fonts/X11/75dpi/,
|
|
${PREFIX}/share/fonts/X11/biznet/100dpi/,
|
|
${PREFIX}/share/fonts/X11/biznet/75dpi/,
|
|
${PREFIX}/share/fonts/X11/biznet/misc/
|
|
===========================================================================
|