airix icon indicating copy to clipboard operation
airix copied to clipboard

Problem running with Bochs

Open bkaradzic opened this issue 9 years ago • 1 comments

I tried running with Bochs and had few issues.

First one is default setting requires bochs-x package:

Message: dlopen failed for module 'x': file not found

But that causes:

bochs-bin: symbol lookup error: /usr/lib/bochs/plugins/libbx_x.so: undefined symbol: XpmCreatePixmapFromData

The solution is to install bochs-sdl and add following line to .bochsrc file:

display_library: sdl

Anyhow I just wanted to let you know in case someone else runs into the same issue.

bkaradzic avatar Nov 15 '15 23:11 bkaradzic

I don't have a desktop version of Linux, but I running Bochs on Windows, it works fine, and on Mac OS X, I compiled Bochs with ./configure --with-sdl2, it also works fine. I will check if it works fine on the desktop version of Linux.

Thanks.

airtrack avatar Nov 16 '15 02:11 airtrack