this post was submitted on 22 Jul 2025
831 points (98.8% liked)

Linux

12291 readers
62 users here now

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:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Sounds like a good way to make use of old eMachines, at a large discount too.

Finally, the year of the Linux Desktop! (eMachine edition)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Wytch@lemmy.zip 7 points 1 week ago (1 children)

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.

[โ€“] Aceticon@lemmy.dbzer0.com 2 points 1 week ago

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.