Re: [Freedos-user] QEMU: -display option

2024-03-18 Thread Lukáš Kotek via Freedos-user
Hi John, The error message means that QEMU was compiled without '–enable-gtk', so the gtk option for display is not available. I am afraid there is no quick and easy solution without: 1) switching/upgrading to distribution version containing QEMU compiled with '–enable-gtk', or 2) compiling

Re: [Freedos-user] QEMU: -display option

2024-03-17 Thread hms--- via Freedos-user
I have found a partial solution. I can invoke QEMU successfully with the command below. No display option is specified:-  qemu-system-i386 -m 16 -rtc base=localtime -drive file=dos.img,index=0,media=disk,format=raw -drive file=fat:rw:dosfiles/,format=raw -boot order=c -enable-kvm It is unclear