-
Hi everyone,
I am trying to run Ubuntu Touch using utqemu repo. However, I am getting following error when I try to start the utqemu image:
qemu-system-x86_64: -device virtio-vga,virgl=on: Property '.virgl' not found
I have tried to delete the image and replace the
-device virtio-vga
to-device virtio-vga-gl
in the utqemu/src/utq.sh file but still facing the same issue.Can anyone help me to resolve this issue?
Thanks.
-
C CiberSheep moved this topic from General on
-
@iqrajaved I know this is old but I managed to get it to run in impish by cloning the git repo and running utq.sh start from the src directory.
Maybe this can help someone else.
-
@dimwitflathead isn't impish long out of support?
-
@dimwitflathead Still need help?
-
Disabling gl in the command line gets it to boot, as in:
qemu-system-x86_64 -enable-kvm -m 2G -device virtio-gpu -display sdl -netdev user,id=ethernet.0,hostfwd=tcp::10022-:22 -device rtl8139,netdev=ethernet.0 ubuntu-touch-mainline-generic-amd64.img
However the latest version is hanging at boot with starting VPN (VPN? LOL!).