Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Games are now incredibly easy to run on Linux thanks to Proton. I haven't tested my entire back catalog but I've yet to encounter an actual problem that required a fix since I switched to Linux for good earlier this year.
Anecdotal, but I remember the difficulty of running games as the reason I never fully committed in the past. I'll never touch Windows again. I see the learning curve as a positive. I'm always excited to dive deeper into Linux.
Well, running pirated games in Linux does mean doing diagnostics of why a game won't work - i.e. figure out the missing system DLLs and adding them with Winetricks - rather that having the fansy-pantsy install scripts in something like Steam or Lutris do it for you.
On the upside you can sandbox the pirated games in Linux.
For one of my games the official Steam copy wouldn't run in Linux, yet a pirate version runs just fine.
In summary, if you're doing the normal, expected thing, it's generally fine (with but a few exceptions) and works out of the box because there are scripts configuring Wine/Proton with the right DLLs for that game, but if you do anything outside that, you do have to understand how to get Wine/Proton to output the appropriate log information, what to look for in it to figure out which DLLs you need, and how to add the right DLLs (and which version: built-in or native) to that Wine/Proton environment once you figured out that you need it.