Discussion:
bochs error
(too old to reply)
c***@CSIC.UMD.EDU
2005-05-05 15:01:44 UTC
Permalink
all of my previous
projects never gave
me this error.

but all of a sudden
bochs is kinda
missing or
something?

========================================================================

Bochs x86
Emulator 2.0.2

January 21,
2003
========================================================================
00000000000i[ ]
reading
configuration from
bochsrc
00000000000i[ ]
installing x module
as the Bochs GUI
00000000000i[ ]
using log file
/bochs.out
========================================================================
Bochs is exiting
with the following
message:
[XGUI ] Could not
open vga font. See
docs-html/install.html
========================================================================



i'm running
everything straight
from the linuxlab.
not remotely.
Thomas McGhan
2005-05-06 03:02:10 UTC
Permalink
Are you sure that you're installing your fonts properly? Remember from
project 0 when we had to download and install that fonts tarball? I
extracted that to ~/font and modified a dot file so that when I login,
it automatically runs:

xset +fp ~/font

Have you tried running that before you run bochs to see if that
works?(with the appropriate path to the fonts, of course)

-Tom
c***@CSIC.UMD.EDU
2005-05-06 12:16:31 UTC
Permalink
i never had to install fonts for the linuxlab. i just unzipped and untarred the
project tarball and gmake it. it always ran bochs perfectly fine. i'll try
installing fonts on monday in the lab. i don't understand why it stopped working
now though. why would i have to install fonts now and not for p0-p5 ?
Thomas McGhan
2005-05-06 16:24:32 UTC
Permalink
Post by c***@CSIC.UMD.EDU
i never had to install fonts for the linuxlab. i just unzipped and untarred the
project tarball and gmake it. it always ran bochs perfectly fine. i'll try
installing fonts on monday in the lab. i don't understand why it stopped working
now though. why would i have to install fonts now and not for p0-p5 ?
I don't remember perfectly, but I do recall encountering that fonts
problem in project 0, so I made myself a little login script for my
shell that automatically loaded the fonts from my home directory on the
linuxlab, and I never had problems again. I'm not sure why you'd only
be encountering this issue now.

-Tom

Loading...