Use a Dos DOOR with dosemu on a headless server

2

I'm trying to setup a BBS with DOS DOOR games using doesemu on fedora20.

So far:

-the bbs is running just fine

-the dos doors run fine

-the bbs is able to open a dos door with dosemu (if the following conditions are met)

The problem: If I'm not logged in to the server with a separate ssh console with X forwarding enabled as the user that runs the bbs the door fails to start. The reported error is that there is no display. How in the world can i present a "display" when no one is logged into a headless server.

Chris Jones

Posted 2014-04-01T12:34:08.837

Reputation: 163

Answers

2

Use a virtual X server (Xvfb). It will provide a display to the application, so it can happily draw in there, but will not show the image on any hardware.

You could also run Xvnc instead, so you would still have (physical) access to the BBS software. In those days, not everything was remote-configurable.

Sebastian R.

Posted 2014-04-01T12:34:08.837

Reputation: 364