Index of /pub/NetBSD/NetBSD-release-9/xsrc/external/mit/xfs/dist

Icon  Name                                                Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] COPYING 2009-07-09 12:24 7.4K [DIR] CVS/ 2020-03-20 07:41 - [TXT] ChangeLog 2018-03-11 19:05 67K [TXT] INSTALL 2015-02-26 05:02 15K [TXT] Makefile.am 2015-02-26 05:02 2.6K [TXT] Makefile.in 2018-03-11 19:05 37K [TXT] README 2009-07-09 12:24 2.0K [TXT] aclocal.m4 2018-03-11 19:05 142K [TXT] compile 2018-03-11 19:05 7.2K [TXT] config.guess 2018-03-11 19:05 43K [TXT] config.h.in 2015-02-26 05:02 3.2K [TXT] config.sub 2018-03-11 19:05 36K [DIR] config/ 2020-03-20 07:41 - [TXT] configure 2018-03-11 19:05 383K [   ] configure.ac 2018-03-11 19:05 5.5K [TXT] depcomp 2018-03-11 19:05 23K [TXT] devbook.am 2013-05-31 10:45 1.7K [DIR] difs/ 2020-03-20 07:41 - [DIR] doc/ 2020-03-20 07:41 - [DIR] include/ 2020-03-20 07:41 - [TXT] install-sh 2018-03-11 19:05 14K [DIR] m4/ 2020-03-20 07:41 - [DIR] man/ 2020-03-20 07:41 - [TXT] missing 2018-03-11 19:05 6.7K [DIR] os/ 2020-03-20 07:41 -
All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/xfs

        http://cgit.freedesktop.org/xorg/app/xfs

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage

------------------------------------------------------------------------------

[The rest of these notes come from the original X11R5 implementation
 in 1991, and have been updated slightly for the xfs 1.1.0 modular release,
 but are otherwise a bit stale.]

Installation instructions for fontserver

1 - If you don't want to use the default config file location,
    run configure with the --with-default-config-file=path option to 
    point to the correct place.

    An example config file is in ./config

2 - modify the config file so the 'catalogue'
	parameter points to a set of valid font directories.

At this point the test programs should work.  Start the font server
	(xfs &) and try some tests.  Most of the clients take
	a command line switch of where to find the server, and
	FSlib understands the environment variable FONTSERVER.
	The format is the same as Xlib, (ie, hostname:server_number).

The doc directory contains various pieces of documentation on the font
server and associated software:

	xfs-design.xml	- DocBook source of fontserver design overview

Tested font formats:

The fontserver has been tested with PCF, Speedo, SNF and BDF formats.

Tested environments:

the fontserver and clients have been built & tested on SPARC running
4.x and a DECstation 3100 running V4.0.  it should work ok on any 32
bit UNIX w/ BSD sockets.

------------------------------------------------------------------------------