2004-01-09 11:15:04 -05:00
|
|
|
If you built bochs with X support (default unless you specified the
|
|
|
|
no_x11 flavor) you must add the ${PREFIX}/share/bochs/fonts directory
|
|
|
|
to your X server's font path.
|
|
|
|
For XFree86, add the line:
|
1999-10-31 15:21:00 -05:00
|
|
|
|
2000-07-18 01:16:58 -04:00
|
|
|
FontPath "${PREFIX}/share/bochs/fonts"
|
|
|
|
|
2001-08-15 15:05:41 -04:00
|
|
|
in the "Files" section of your XF86Config file. This is /etc/XF86Config
|
|
|
|
for XFree86 version 3, and /etc/X11/XF86Config for XFree86 version 4.
|
2004-01-09 11:15:04 -05:00
|
|
|
If you use a different X server, please see its documentation
|
|
|
|
on how to do this.
|
2000-07-18 01:16:58 -04:00
|
|
|
|
|
|
|
Then re-start your X server.
|
|
|
|
|
|
|
|
+---------------
|
|
|
|
| Bochs requires a .bochsrc file to be present in either your current
|
|
|
|
| directory or your home directory before starting. A sample of the
|
|
|
|
| .bochsrc file can be found in ${PREFIX}/share/bochs/bochsrc
|
|
|
|
+---------------
|