64
this post was submitted on 17 Jan 2025
64 points (100.0% liked)
Linux
5756 readers
451 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Incredible. Does this work with Windows VMs?
No, it's challenging to implement that because it's basically using the same GPU drivers in the guest as in the host. To be clearer, the AMD kernel drivers on the host and Mesa userspace drivers in the guest.
I'm far from an expert but from my understanding either the official Windows drivers would need to implement some sort of compatibility layer, or Mesa would need to be ported to Windows. There's some progress on the latter but probably a long way off.
Venus, which only translates Vulkan, might be a bit simpler to port to Windows (and should support Nvidia and Intel too) but it's a bit slower most likely and you wouldn't get compute and video decoding/encoding etc.