this post was submitted on 06 Oct 2023
6 points (87.5% liked)

Ubuntu Linux

290 readers
36 users here now

Linux for Human Beings.

Ubuntu is a popular Linux operating system for PC / mobile devices, etc.

Developed by Canonical & based on Debian (another older Linux OS) which is known for it's rock solid stability.

Ubuntu is trusted everywhere computing by professionals and common users alike.

https://ubuntu.com/

founded 4 years ago
MODERATORS
 

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:

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 11 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