3 Replies
It depends on if you want GPU acceleration or not, if you do then it also depends on what level of performance and compatibility you want.
The best is GPU pass-though, which would require a second GPU if you want Bazzite to be useable still.
if you do not need graphic acceleration then
ujust setup-virtualization
will get you there, just enable virtualization and off you go
if you need graphic acceleration and you have 2 gpus and this is not a laptop, we help you configure the system for gpu passthrough (however your hardware still has to support it)
there is this command line tool you can use to check how the IOMMU groups are on your system to see if it is feasable (the gpu and its respective sub devices like audio, usb, serial, etc has to be in either separate groups by themselves or contained together in 1 group with nothing else in the group)
https://github.com/HikariKnight/ls-iommuGitHub
GitHub - HikariKnight/ls-iommu: A tool to list devices in iommu gro...
A tool to list devices in iommu groups, useful for setting up VFIO - HikariKnight/ls-iommu
Very helpful! Thank you! 🙏