this post was submitted on 13 Nov 2024
84 points (94.7% liked)

Linux

48182 readers
1132 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi. I’ve been thinking about trying out Linux for a while now (haven’t used it before). I have 1 PC which I share with my son. I mainly use it to browse the web, listen to music, watch movies and TV shows, Office for work, etc. things like that. Those things have good substitutes from what I’ve read, so not an issue. But my son plays video games like The Sims, Cities Skylines, Stardew Valley, Roblox, Minecraft, Stellaris, Slime Rancher… and from what I’ve seen it’s kind of difficult to game comfortably (stable) on Linux. As for the distro I was considering Ubuntu. Currently on Windows 10 Home. Looking forward to what you guys have to say. All advice welcome. Thanks.

you are viewing a single comment's thread
view the rest of the comments
[–] obbeel@lemmy.eco.br 1 points 2 days ago

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).