this post was submitted on 14 Mar 2024
18 points (76.5% liked)
Linux
48044 readers
778 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
I''m using Lutris to play games on Epic:
I'm using a separate wine/proton prefix for each game. This allows to appy custom proton settings and workarounds per game. The epic launcher is about 250mb so it doesn't waste that much disk space.
This is excellent! Each step can be Googled but for a quick summary:
A wine or proton prefix is like a small Windows filesystem inside your Linux. This is how you run most games. Steam normally hides this from you, but it does this exact thing: one proton prefix per game.
On Nobara and Fedora, you will not need to worry about duplicating files and wasting space at all: they use a very advanced filesystem which (among other things) does not actually repeat files but just goes "this file is the same as the earlier one, just read that" and saves on disk space that way. You don't see this in the file explorer, you can just copy a file a hundred times but it will not consume a hundred times the disk space. Very cool stuff. And very useful with proton tricks.