this post was submitted on 30 Apr 2025
20 points (100.0% liked)
Linux Gaming
18242 readers
442 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
As far as base services go Linux doesn't really have that many that would be resource hogs.
For giving CPU preference to your game you can use
nice
. For keeping pages of memory from being invalidated you could maybe usemlock
but I have no experience with that tool. Unnecessary use of the GPU would probably be the biggest drag. For your distro or desktop environment you should see if it has a "game mode" or any settings you can toggle that normally use the GPU.gamemode is a simple program to do all that stuff for you. Calling it is built into some games like those by Feral Interactive. And it is available in game helpers like Heroic and Lutris.
It also has the ability to run custom commands when starting and quitting your games. I'll be using those.
Bazzite runs gamemode by default