-
Notifications
You must be signed in to change notification settings - Fork 415
Enable hw-acceleration in QEMU #4193
Copy link
Copy link
Open
Description
eglinfo -B inside the VM currently always shows llvmpipe is used as a CPU/software renderer. I was able to get it to use virgl instead by simply replacing -device virtio-vga with -device virtio-vga-gl -vga none. In theory it should also be possible to set up venus for accelerated Vulkan rendering (-device virtio-vga-gl,hostmem={config.ram // 1024**2}M,blob=on,venus=on) though I could not get this to work (maybe QEMU/mesa etc. too old).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels