• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H03-May-2022-586462

difs/H28-Nov-2017-6,6484,880

doc/H28-Nov-2017-1,9531,690

include/H28-Nov-2017-1,963701

m4/H28-Nov-2017-5047

man/H28-Nov-2017-982800

os/H28-Nov-2017-3,8852,617

COPYINGH A D28-Nov-20177.4 KiB147116

ChangeLogH A D28-Nov-201766.8 KiB1,9131,276

INSTALLH A D28-Nov-201715.4 KiB371288

Makefile.amH A D28-Nov-20172.6 KiB10873

Makefile.inH A D28-Nov-201736.9 KiB1,121990

READMEH A D28-Nov-20172 KiB6438

aclocal.m4H A D28-Nov-2017142.4 KiB3,9553,615

compileH A D28-Nov-20177.2 KiB349259

config.guessH A D28-Nov-201743.3 KiB1,4771,283

config.h.inH A D28-Nov-20173.2 KiB13394

config.subH A D28-Nov-201735.7 KiB1,8371,699

configureH A D28-Nov-2017382.8 KiB13,73810,961

configure.acH A D28-Nov-20175.5 KiB149128

depcompH A D28-Nov-201723 KiB792502

devbook.amH A D28-Nov-20171.7 KiB5645

install-shH A D28-Nov-201714.3 KiB502327

missingH A D28-Nov-20176.7 KiB216143

README

1All questions regarding this software should be directed at the
2Xorg mailing list:
3
4        http://lists.freedesktop.org/mailman/listinfo/xorg
5
6Please submit bug reports to the Xorg bugzilla:
7
8        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
9
10The master development code repository can be found at:
11
12        git://anongit.freedesktop.org/git/xorg/app/xfs
13
14        http://cgit.freedesktop.org/xorg/app/xfs
15
16For patch submission instructions, see:
17
18	http://www.x.org/wiki/Development/Documentation/SubmittingPatches
19
20For more information on the git code manager, see:
21
22        http://wiki.x.org/wiki/GitPage
23
24------------------------------------------------------------------------------
25
26[The rest of these notes come from the original X11R5 implementation
27 in 1991, and have been updated slightly for the xfs 1.1.0 modular release,
28 but are otherwise a bit stale.]
29
30Installation instructions for fontserver
31
321 - If you don't want to use the default config file location,
33    run configure with the --with-default-config-file=path option to
34    point to the correct place.
35
36    An example config file is in ./config
37
382 - modify the config file so the 'catalogue'
39	parameter points to a set of valid font directories.
40
41At this point the test programs should work.  Start the font server
42	(xfs &) and try some tests.  Most of the clients take
43	a command line switch of where to find the server, and
44	FSlib understands the environment variable FONTSERVER.
45	The format is the same as Xlib, (ie, hostname:server_number).
46
47The doc directory contains various pieces of documentation on the font
48server and associated software:
49
50	xfs-design.xml	- DocBook source of fontserver design overview
51
52Tested font formats:
53
54The fontserver has been tested with PCF, Speedo, SNF and BDF formats.
55
56Tested environments:
57
58the fontserver and clients have been built & tested on SPARC running
594.x and a DECstation 3100 running V4.0.  it should work ok on any 32
60bit UNIX w/ BSD sockets.
61
62------------------------------------------------------------------------------
63
64