At 05 Jul 1999 Bovy, Steve wrote:
> I am using dosemu 99.10 which came with redhat 6.0.
>
> I am trying to use dosemu with dr-dos 7.03.
> I am having difficulty in the following areas.
>
> 1) Cant get the native mouse driver to work , when gpm is running. there
> seems to be some conflicts here.
Use gpm with the -R option.
Use the internal dosemu mouse driver.
Put the following to your dosemu.conf:
$_mouse = "mousesystems" # for use with gpm, _not_ the real mouse
protocol
$_mouse_dev = "/dev/gpmdata"
> 2) dr-dos utilities seem to be using some special type of graphics mode or
> symbols, which
> dont display properly, I cant figure this out , this happens both in
> x-mode and console mode.
I didn't try, so no help possible. Maybe you have to live with it.
Novell dos 7 and drdos 6 change some characters dot matrix to produce
another display of the same ASCII-code. I'm afraid, dosemu can't
handle this situation.
> 3) dr-dos dpmi and emm386 are both incompatible with dosemu emulation, I
> tried loading dr-dos
> native dpmi services, but that didnt work, because it requires the
> dr-dos verison of emm386,
> and of course i couldnt load that, because the dosemu emm386 emualtion
> got in the way.
Use the internal dosemu utilities! ems and dpmi can't be managed by the
drdos utilities.
Use in dosemu.conf:
$_ems = (16384) # in Kbyte, put in your own values
$_dpmi = (16384) # in Kbyte, put in your own values
Use in your dosemu config.sys:
device=ems.sys
ems.sys can be found e.g. on /var/lib/dosemu/commands
Thats all!
Read the documentation on the above topics; it will help to understand,
what's going on.
Reinhard