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
 

I've got an image noise reduction app that I simply can't get working under linux, and that I can't find an equivalent tool for under linux.

I've tried VMs and wine and none of them work. My web searches haven't encountered anyone that can make it work either.

So, I'm at the point where I may need to boot in to windows to do my noise reduction. However, I would really love to be able to access my existing linux install via a VM or the like when I do so, so that I can access my daily driver software (which is all linux) whilst I'm in windows.

Is such a thing possible?

you are viewing a single comment's thread
view the rest of the comments
[–] mlg@lemmy.world 1 points 5 hours ago

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.