So, I’m trying to make a QEMU/KVM VM in Ubuntu WSL with 3d accel. So far I haven’t found too much on the topic of 3d accel without using virt-manager. My goal is to achieve boot up of a debian minimal qcow2 image without using anything but QEMU/KVM, so no virt-manager or GNOME Boxes.

The script so far:

  • Programmer Belch
    link
    fedilink
    English
    27 months ago

    Try changing the display to use opengl:

    -display gtk,gl=on

    For more help on the display side, use:

    qemu-system- -display help

    With `` being the target architecture