Fixup fromcvs/togit conversion
[pkgsrcv2.git] / emulators / xbeeb / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.3 2003/05/06 17:41:11 jmmv Exp $
3
4 You must copy the BBC "BASIC2" ROM image to
5
6         ${PREFIX}/${XBEEBROOT}/roms/BASIC2.rom
7
8 and the BBC "OS1.2" ROM image to
9
10         ${PREFIX}/${XBEEBROOT}/roms/OS1.2.rom
11
12 As an alternative to extracting these ROM images from your own BBC hardware,
13 archives of these ROM images may also be found at:
14
15         http://bbc.nvg.org/rom/Acorn/lang/BASIC2.rom
16         http://bbc.nvg.org/rom/Acorn/os/OS-1.2.rom
17
18 The emulator expects files in the chosen directory to have matching
19 <filename>.inf files containing the BBC file attributes.  This is the style
20 that many archives found on the Internet use.
21
22 You also need to ensure that your X session can access the fonts
23 needed. This can be done with:
24
25         $ xset fp+ ${PREFIX}/lib/X11/fonts/xbeeb
26
27 To make the effect permanent for future X sessions, you can do this by
28 editing certain files in your X installation.
29
30 For example if you are only using the "startx" command to start a local
31 X session then you would add the above command to your ~/.xinitrc
32 script.
33
34 If you're running a local X server from xdm then you would need to set
35 the complete set of font directories in the xdm/Xservers file with the
36 '-fp' option common to all X servers.
37
38 If you are using the X font server (xfs) then you would add the
39 intlfonts install directory to the xfs/config file in the comma
40 separated list of directories given for the "catalogue" setting.
41 For example:
42
43         catalogue = ${PREFIX}/lib/X11/fonts/misc/,
44                   ${PREFIX}/lib/X11/fonts/Speedo/,
45                   ${PREFIX}/lib/X11/fonts/Type1/,
46                   ${PREFIX}/lib/X11/fonts/100dpi/,
47                   ${PREFIX}/lib/X11/fonts/75dpi/,
48                   ${PREFIX}/lib/X11/fonts/xbeeb/
49
50 ===========================================================================