---- Le lun., 14 juin 2021 06:33:06 -0400 Eric Auer <e.a...@jpberlin.de> écrit 
----

>Does the game fill the whole window with BOTH 
>virtualbox and qemu for you? Because it only 
>fills the upper half in dosemu2 at the moment. 


Testing on Ubuntu 21.04.



With virtualbox, it is full-windows.

Going full-screen does not make it bigger...

it just add black borders.



With QEMU... had to follow:

https://help.ubuntu.com/community/KVM/Installation

I got it fullscreen.

Here the test.sh I use:

paul@kasparno:~/fdqemu$ cat ./test.sh

#!/bin/sh

hda=$HOME/lib/freedos/freedos.img

cdrom=$HOME/lib/freedos/rc4/FD13-LiveCD/FD13LIVE.iso

/usr/bin/qemu-system-x86_64 -cpu 486 -name FreeDOS -machine 
pc-i440fx-4.2,accel=kvm,usb=off,dump-guest-core=off -enable-kvm -cpu host -m 16 
-overcommit mem-lock=off -no-user-config -nodefaults -rtc 
base=utc,driftfix=slew -no-hpet -boot menu=on,strict=on -sandbox 
on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg 
timestamp=on -hda $hda -cdrom $cdrom -device sb16 -device adlib -soundhw pcspk 
-vga cirrus -display gtk -usbdevice mouse -boot c

paul@kasparno:~/fdqemu$ 

had to use -display gtk because it seems Ubuntu had problem when compiling qemu 
with SDL support:

https://askubuntu.com/a/1146727





In dosemu2, I think I see it like you:

using about half window, a bit corrupted graphics.
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to