Linux Gaming

20383 readers
795 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
1
2
3
4
 
 

Gaming on Linux since long time 😁

Bonus system requirements:

5
6
7
 
 

My normal command is

gamescope -f -W 2560 -H 1440 -r 144 --force-grab-cursor --mangoapp -- %command%

and games would work just fine. as of yesterday or so games would no longer launch no matter the game. If I remove gamescope it launches fine. I would Like to keep using gamescope but I did some research and apparently there used to be problems with NVIDIA and gamescope. I have used gamescope for many many games with no issues till now

I originally tried on my Endeavour OS install that I have been using for some time but then since I have been meaning to try out cachyos I then tried same thing there and it still does not work with gamescope. I have looked through the proton logs but if im being honest no idea what im looking for. Any help would be appreciated :)

  • GPU: NVIDIA GeForce RTX 3080
  • NVIDIA driver 575.64.05
  • OS: CachyOS x86_64

Edit: I have tried proton versions

  • Experimental
  • Experimental bleeding edge
  • 9.0-4
  • 10.0-2 (beta)
  • proton-CachyOS (native package)

Edit: pastebin for steam + games https://pastebin.com/4Rs7mHhi opening Mass effect https://pastebin.com/0NuUr6qd

8
9
 
 

The main article talks about the game you can use to learn some linux commands and concepts.

The game's themselves are l located at https://overthewire.org/wargames/

The wargames offered by the OverTheWire community can help you to learn and practice security concepts in the form of fun-filled games.

10
11
12
13
14
 
 

I'm currently trying to decide between CatchyOS and Nobara.

I'm sorry to be generating another of this kind of conversation as I can see they are getting pretty tedious. But you see I'm finally getting ready to take the plunge and try Linux again (after a brief encounter in the early 2000s).

I'm a gamer and I care a lot about gaming but I'm also a game dev. I need to be able to use Unreal Engine, Blender, Gaea, and other dev tools. My understanding is that something like Bazzite isn't right for me there.

So I've been looking at CatchyOS and Nobara. I've read their documentation and so far leaning toward CatchyOS. But sometimes people say Nobara is easier to use. I am not afraid of a command line, but frankly I don't tinker with my computer for fun. I get in and get what I need set up so I can get back to making things.

So what do you all think?

15
16
17
 
 
18
 
 

cross-posted from: https://discuss.tchncs.de/post/41516848 Technically this should also work in a similar way for other games and other trackers so I guess this community fits also for this little guide.

I am fairly new to Linux gaming after I recently switched fully to Linux (Fedora 42). As you probably know, most steam games will run in Linux out of the box thanks to proton and Valve.

However in case you want to run games like MTG Arena together with a third party tracker like Untapped.gg things become a little tricky. As I only found outdated threads on reddit I thought we might as well need one here on Lemmy.

Quick summary for beginners: We want to install the Untapped companion Windows (exe file) inside the steam/proton environment that is used by Steam to simulate windows. These simulated environments are called "prefixes" and this was already used before Steam/proton by the popular windows emulator called Wine. Which is why you will sometimes read about "wine prefixes" or "proton prefixes" or tools like protontricks or winetricks that help you to configure those prefixes. Also you will read about "verbs" which are little "helper scripts" or recipes for winetricks/protontricks.

I found this neat little verb someone created for the untapped companion and it probably should work very easily in case you have the flatpak version of steam and protontrick:https://github.com/sabedevops/wine_untappedgg_companion

However I have the native Fedora 42 versions of steam and protontricks which is why also explain the manual steps here using the protontricks built in GUI. Whenever you install protontricks it should come with an GUI app in you applications folder. When opening this app it should list all installed steam apps together with their "app IDs". 

For Arena will look like this:

After selecting the Arena app you have to choose a "wineprefix", just select the "default" one, then select "Run an arbitrary executable" and select your manually downloaded Untapped.gg+Companion+Stable+Installer.exe  This will install the Untapped companion in your MTGA prefix.

Now you could always manually start the companion app within the mtga prefix via the proton-launch command and knowing the path of your steam wine prefix (which might be different depending on your distro of if you used flatpak). You can find your wine prefix folder also via opening the protontricks UI app and select "browse files" after selecting the default prefix for MTGA. protontricks-launch --appid 2141910 "/home//.local/share/Steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/Local/Programs/untapped-companion/Untapped.gg Companion.exe"

What we actually want is that the companion automatically starts each time we open MTGA via Stream. As described in the github verb above, the trick is to use the Steam game launch options and use the PROTON_REMOTE_DEBUG_CMD variable which will pause the game start and open anything you pass to it before starting the game. So go into your steam library and add the following to MTGA -> properties -> General -> Launch options. Beware of the different handling of spaces in path names and use the "" after "Untapped.gg" and replace the path with the actual path to the compoanion app that you installed above via protontricks: PROTON_REMOTE_DEBUG_CMD="/home//.local/share/Steam/steamapps/compatdata/2141910/pfx/drive_c/users/steamuser/AppData/Local/Programs/untapped-companion/Untapped.gg\ Companion.exe" %command%

Additional Information: The overlay functionality is actually pretty broken (at least in Fedora 42 using KDE Plasma+Wayland) and will cause random window glitches and not show up most of the time. However there is an option in the Untapped app that let's you open your deck window in a separate window outside of the game: Click on MTG Arena -> Deck Wndows -> enable "show player deck window".  So unfortunately no overlay possible right now but at least I can use the tracking and also see my deck statistics while in a match.

19
 
 

For the last year I've been playing lots of classic DOOM. DOOM has one feature that I started to appreciate ever since I learned about it, which is the ability to roll up brightness very high. This is what doom looks like when I play it:

I miss this thing in lots of other games. Recently I've been trying to get into Deus Ex (2000) via wine but it was so dark I couldn't see shit. Maybe it's my monitor that's not very powerful or my environment that's pretty bright by itself, but I feel just the simple ability to gamma correct any game or the whole desktop would solve this problem for me.

Do you know any such util that works on wayland?

20
21
 
 

This could be especially good for new users who do not understand the command line or those who have used the command line on another os and need to understand the command usage on Linux.

22
23
24
25
 
 

I haven't used bazzite before but was looking into handhelds for my spouse and was curious if anyone has installed bazzite on a GPD Win 4, I heard some kinks hadn't been worked out with SteamOS on that hardware so I was curious about people's experiences. Or rather is that hardware more than needed? Would she be better off with a unit that comes with SteamOS for cheaper as it runs everything you have thrown at it?

view more: next ›