Sun Jun 1 16:49:24 2014 UTC ()
Update reference to font installation path.


(wiz)
diff -r1.4 -r1.5 pkgsrc/emulators/xbeeb/MESSAGE

cvs diff -r1.4 -r1.5 pkgsrc/emulators/xbeeb/MESSAGE (expand / switch to unified diff)

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