this post was submitted on 13 Mar 2026
13 points (93.3% liked)
Linux Gaming
24869 readers
164 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:
- Linux Gaming wiki
- Gaming on Linux
- ProtonDB
- Lutris
- PCGamingWiki
- LibreGameWiki
- Boiling Steam
- Phoronix
- Linux VR Adventures
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
mtr is probably the best first step, it'll let you know where the issue is happening.
You can also keep a terminal open with
# journalctl -frunning, it'll show you a live view of your system log. This would make it easy to look over at the log when the lag is happening.# dmesg -wmay also be useful if your hardware is dying and restarting.