I installed an Arch ARM64 VM using the Apple Virtualization Framework. In this case, UTM attaches a VZVirtioGraphicsDeviceConfiguration to the VM.
Graphics work, and I can see from the output of lspci that a VirtIO GPU is attached. I've installed mesa, but glxinfo | grep OpenGL shows that llvmpipe is still being used. Is this because of a lack of driver support on the Linux side for supporting Apple's virtualized GPU?
I installed an Arch ARM64 VM using the Apple Virtualization Framework. In this case, UTM attaches a VZVirtioGraphicsDeviceConfiguration to the VM.
Graphics work, and I can see from the output of
lspcithat a VirtIO GPU is attached. I've installed mesa, butglxinfo | grep OpenGLshows thatllvmpipeis still being used. Is this because of a lack of driver support on the Linux side for supporting Apple's virtualized GPU?