this post was submitted on 07 Jun 2023
67 points (100.0% liked)
Operating Systems
3801 readers
1 users here now
All things operating system related, from Windows to Mac to Linux distros and the more obscure.
Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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
So one thing that might be worth looking into is virtual machines.
Currently on my desktop I run a variant of Arch (Endeavor I think) where I primarily do my gaming , but for any highly incompatible games, or Game Pass games, I have a virtual machine running Windows that uses pass-through to pass my graphics card through to the virtual machine for games I can't play on Linux. I also use CPU pinning to 'pin' 10 of my 12 CPU cores to the virtual machine to reduce potential overhead.
Works really well, might be an option for you, although it's not super easy to setup. I've tried passthrough on PopOS as well before, but it wasn't as performant, and Arch Wiki provides a ridiculous amount of super useful guides for doing just about anything, including setting this up.
Edit: Otherwise in terms of daily driver, I love Fedora, and likely won't move away anytime soon on my laptop.
Thank you. I have some experience with using virtual machines, but only for running old DOS/Windows 95-era software lol
Understandable, but virtual machines can be highly versatile! When I boot up my VM it's as though I'm literally just running Windows as normal, and when I shut down the VM I'm back to Linux. I much prefer it to dual booting, though dual booting is 100% easier.
If you ever decide to look into it, here's the Arch guide I was referencing: https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF
Thank you! I will poke around and explore this.