summaryrefslogtreecommitdiff
path: root/emulators/xbeeb/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xbeeb/MESSAGE')
-rw-r--r--emulators/xbeeb/MESSAGE40
1 files changed, 40 insertions, 0 deletions
diff --git a/emulators/xbeeb/MESSAGE b/emulators/xbeeb/MESSAGE
new file mode 100644
index 00000000000..d4eadb426ea
--- /dev/null
+++ b/emulators/xbeeb/MESSAGE
@@ -0,0 +1,40 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1 2001/10/31 23:54:20 zuntum Exp $
+
+You must copy the BBC "BASIC2" ROM image to
+
+ ${PREFIX}/${XBEEBROOT}/roms/BASIC2.rom
+
+and the BBC "OS1.2" ROM image to
+
+ ${PREFIX}/${XBEEBROOT}/roms/OS1.2.rom
+
+You also need to ensure that your X session can access the fonts
+needed. This can be done with:
+
+ $ xset fp+ ${PREFIX}/lib/X11/fonts/xbeeb
+
+To make the effect permanent for future X sessions, you can do this by
+editing 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.
+
+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
+intlfonts install directory to the xfs/config file in the comma
+separated list of directories given for the "catalogue" setting.
+For example:
+
+ catalogue = ${PREFIX}/lib/X11/fonts/misc/,
+ ${PREFIX}/lib/X11/fonts/Speedo/,
+ ${PREFIX}/lib/X11/fonts/Type1/,
+ ${PREFIX}/lib/X11/fonts/100dpi/,
+ ${PREFIX}/lib/X11/fonts/75dpi/,
+ ${PREFIX}/lib/X11/fonts/xbeeb/
+
+======================================================================