this post was submitted on 13 Nov 2024
84 points (94.7% liked)
Linux
48182 readers
1098 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's about online games and anti cheat. Many companies will not allow anti cheat to work on Linux because they "require" kernel level anti cheat, a big security and privacy concern.
You can read more about anti cheat games and their compatibility with Linux here: https://areweanticheatyet.com/
The EA app (like most other games) can run with Proton, Valve's compatibility layer for running Windows games on Linux. If you run your games through Steam they should just work. External games or Windows programs can be added to Steam and configured to use Proton.
There's a third party alternative to the Epic launcher called Heroic, works pretty great. Also apparently Roblox works with something called "Sober" -- no idea what that is just regurgitating other comments.
I run The Sims 4 using Steam, but I also have The Sims 2 installed via the EA App and running.
When not using Steam, there is another compatibility layer called Wine, which can run games by installing them in a .wine folder (which will contain all windows related apps).
You have to download Lutris (it runs GOG, EA, Ubisoft) and it will set things up for you, but you will need to modify some files and restart the computer to make the EA App install properly (it has compatibility problems with some settings files - you have to make a file executable and modifiable). ChatGPT or Gemini will be able to give you directions on what to modify if you copy paste the error messages.
Wine installs things on your computer as if it were a windows machine. All files (including the C folder) will be in a hidden folder on your home folder called ".wine". Linux Mint has a button on the File Explorer to show hidden folders.
Having a LLM guide you through the process eases it a lot, but it is a lot to take in for someone that is starting on Linux, but it gets better and Linux is great because it's hackable. You can change everything. This is one of its strong points.
Good luck running your games. Effort on adapting to Linux will pay off. It's a OS that is closer to the machine than Windows (also for closed source and proprietary reasons Windows want to keep the user "away" from the machine).
What I mean is, if you're using Linux, you'll have a much easier time coding and programming something, if comes the need. Sometimes, this means being able to do things you would usually use web apps for (splitting PDFs, converting files, and so on).