this post was submitted on 26 Nov 2024
13 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1073 readers
22 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
GPU passthrough is still a pain in 2024 even though they can be easily shared via containers through CDI.
Do you know if you can use a vGPU (sometimes listed as 3D acceleration) instead? Or do you need straight access to the end GPU for the application to work? Otherwise you can actually split your GPU to allow multi passthrough, but it is a bit complicated. Someone made an automated script if you want to try at your own risk: https://github.com/ilayna/Single-GPU-passthrough-amd-nvidia
If you go the windows dual boot route, the easiest setup would be to use WSL to mount your root volume and chroot into it to sort of emulate having your distro run on WSL. No idea what capabilities would work or not, but all userspace functionality should in theory be functional.