this post was submitted on 02 Nov 2025
107 points (96.5% liked)
Linux Gaming
21952 readers
103 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The ssh wizardry is impressive lol, I'm still learning the basics for now but I'll keep this in mind.
Do you know of any tricks / command line entries for stubborn games that won't use HDR correctly like Lego Star Wars - The Skywalker Saga? Gets wrong colors with HDR toggled on in Heroic and in-game. I'm stumped as to why.
If I remember correctly I had to give gamescope a flag to enable hdr at all. However there was an env too, to tell the windows games through proton, that the machine supports hdr. I'll check my scripts later for you
A man, a word. This is my gamescope-session.sh
I've created a /usr/share/wayland-sessions/gamescope-session.desktop for it, so I can launch it from login screen (or auto start it in my case)
In theory this should run all games, that support hdr in hdr. At least Cyberpunk does.
Thanks for the follow-ups, very useful. The only feature of my displays I've not looked into yet is getting VRR working now.
Edit: I wishlist Dorfromantik too :p
Oh, one more thing regarding the ssh wizardry (lol!): It's not that complicated. You can pass your command as last parameter. For example if you want to launch Dorfromantik (which you should btw), you could do it like this:
That's the whole magic. Like this it won't start an interactive shell, but run the command and closes the connection once the command finishes.