this post was submitted on 17 Oct 2024
532 points (92.5% liked)

Technology

58774 readers
3250 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sue_me_please@awful.systems 18 points 2 days ago* (last edited 2 days ago) (2 children)

Different OSes for different use cases. You have a job to do. Just use Windows.

If you want to use Linux, use it on your own machines on your own time.

That said, there are a few things you can do if you really want to use Linux:

  1. Test if the app works on Wine, Proton, etc. Even GPU accelerated apps can work, depending on the software/driver stack.
  2. Run a Windows VM and pass-through a GPU. That way you'll get native performance on the app that's GPU intensive. Use KVM and the CPU overhead will be negligible.
  3. If you're doing 3D modeling/rendering, SFX, video editing or ML/AI, there are a lot of options on Linux. Some options that exist in Windows also have Linux versions.
[–] dragonlobster@programming.dev 1 points 21 hours ago (1 children)

I would like to try #2 but for some reason my 5900x doesn't have graphics so I literally need to buy a whole other GPU for this

[–] sue_me_please@awful.systems 1 points 8 hours ago

Yeah, you either need a separate GPU or a iGPU/dGPU that supports SR-IOV. Some Intel iGPUs support it, and allow you to make virtual GPUs that can be pass-through`ed to VMs.

[–] RedditRefugee69@lemmynsfw.com 1 points 1 day ago (1 children)

For the life of me I cannot figure out how to run KVM locally. Every tutorial I've found is targeted at people doing servers.

[–] sue_me_please@awful.systems 1 points 8 hours ago

All you need to do is insert the kvm module and use something like QEMU to take advantage of it. I'd assume if you're using QEMU then you're using KVM by default.