I am following this guide: https://linuxhint.com/android_qemu_play_3d_games_linux/
and trying to create android kvm machine on MX Linux. After executing the command bellow qemu window opens but it shows only black screen. Any idea what is the problem?
qemu-system-x86_64 \
-enable-kvm \
-m 2048 \
-smp 2 \
-cpu host \
-device ES1370 \
-device virtio-mouse-pci -device virtio-keyboard-pci \
-serial mon:stdio \
-boot menu=on \
-net nic \
-net user,hostfwd=tcp::5555-:22 \
-device virtio-vga,virgl=on \
-display gtk,gl=on \
-hda /media/data1/KVM/androidx86_hda.img \
-cdrom /home/user/Downloads/android-x86-9.0-r2.iso