On Sun, 30 Jul 2000, Bart Oldeman wrote:

> What's the problem with xdos? Too slow or not fullscreen or it doesn't
> work or you can't tell?

I can't play Panzer General ... :)

ERROR: general protection at 0x1682f: 4
ERROR: SIGSEGV, protected insn...exiting!

Maybe it is possible to get it to run, can't say that I have tried it a
lot under X. But somewhere I got the idea that gfx mode stuff had to run
on the console.


> The method with gpm -R would be as follows:
> start gpm with "gpm -R -t imps2". However, the redirector uses the
> mousesystems protocol; in dosemu.conf you then have:
> 
> $_com1 = ""
> $_mouse = "mousesystems"
> $_mouse_dev = "/dev/gpmdata"
> without a DOS mouse driver (using the internal mouse driver).

Right, that is how I thought it should be done too. Not sure why but I
couldn't get it to work. It's possible I didn't do it exactly like this.

You can tell gpm what protocol to redirect as using:
gpm -R ps2 -t imps2

> One tiny thing:
> +  static unsigned char proto[10][5] = {
> should be
> +  static unsigned char proto[11][5] = {
> since you added two new entries?

Yes, I missed that (it works with a warning with at least some compilers).

/Urban

Reply via email to