this post was submitted on 24 Aug 2024
46 points (100.0% liked)

Linux

47343 readers
1518 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
 

One of the biggest things holding me back from jumping definitively on Linux is possibly getting rid of the apps/games i'm comfortable with and know well. How do you exaclty use Wine/Proton? You install it, launch the app with it and pray it works? Are there ways to know what is not working and possibly try to fix them googling or reading the documentation?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 weeks ago

Proton is easy. On steam, go to your settings (you can do this on individual games or your settings for your entire library) and enable the use of a specific compatibility tool. It'll default to proton experimental or the most recent version, which is fine. You might have to try older version with different games or poke around online for forked versions, but that's rare.

If you do make the switch, I'd suggest bookmarking ProtonDB and AreWeAntiCheatYet. These two websites will tell you what you can and cannot play, as well as reported solutions to games that don't work.

Wine is a little harder, you'll have to go to your package manager (most distros have a GUI, but you might have to use the CLI depending on what you pick), and actually download WINE. From there, you open up wine and tell it what it's supposed to be translating and where to send files and whatnot. It's a lot more involved than proton, but it is better for some cases (mostly for things other than games)