this post was submitted on 23 Jun 2025
639 points (98.2% liked)

Linux Gaming

19501 readers
1043 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
 

So anyway, any beginner tips?

you are viewing a single comment's thread
view the rest of the comments
[–] HexesofVexes@lemmy.world 4 points 1 day ago (1 children)

So, this one is a bit controversial but, when something doesn't work try running it from terminal.

Unlike windows, Linux doesn't tend to do "pop up errors". Running in terminal gives these alerts, and can often give you a hint as to why it isn't working - be it a missing library, a permission error, or something internal you can quickly search. Usually, someone has a fix!

[–] debil@lemmy.world 2 points 1 day ago

Also, if it's a decent application, it probably logs stuff somewhere. Check /var/log for software installed system wide. If the logs are not there, check the install dir etc. If there's a README around, check that out first.

Good luck!