this post was submitted on 29 Aug 2025
472 points (98.6% liked)

Linux Gaming

21035 readers
21 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
 

What's up, guys, gals, and non-binary pals? I switched from Windows 10 to Linux Mint back in December 2024, and I catalogued my experiences in these posts:

Just wanted to let you nerds know that everything has been running flawlessly. I can play any game I have, and none of my productivity is blocked. Doesn't matter whether it's all my ROMs I archived, my Steam games, GOG games, whatever. Linux plays them, and performance is fantastic. I don't play any anti-cheat games as the only one I do play periodically is Overwatch, and it runs perfect.

I can without a doubt now say that I will never go back to Windows. Should have switched years ago!

Build specs (the full list is in my first post linked above):

  • CPU 9800x3d
  • GPU RX 7900 XTX

Here are some issues I still can't solve on Linux Mint:

  • Can't control my GPU fans
  • Can't control my case fans
  • Can't bind my case fans to ramp up with GPU load

I've tried CoreCTRL and so many other solutions I read online, and none of them work. Problem for another day! So all I've done for now is increase the count of intake fans I have and set it to a good speed to move plenty of air (but also set my exhaust fans higher to help counter and ensure proper positive pressure airflow. I have too many fans to get the ideal balance of neutral air flow). GPU runs with OEM fan speeds.

Edit: There's a bug in pasting instance agnostic links, so I just added direct URLs to my instance posts.

you are viewing a single comment's thread
view the rest of the comments
[–] NewNewAugustEast@lemmy.zip 1 points 1 week ago (1 children)

How old is the Linux mint kernal and and driver? Have you tried a live dvd of a more current distro just to see if those problems aren't solved? Fedora would be a decent example, it is really current. Or an arch derivative.

[–] CatZoomies@lemmy.world 1 points 1 week ago (1 children)

Not sure. I just use the embedded software updated whenever there is a new update to the kernel. I’m on latest GA kernel per fastfetch screenshot.

Unfortunately I’m only ~9 months in as a Linux user, so not sure the best methods to get all these things working.

Thankfully, many other persons also commented some helpful advice, so I’ll include your question as part of my research. Just gotta sit down and try troubleshooting it again when I have some spare time.

[–] Tuuktuuk@sopuli.xyz 1 points 1 week ago

You can find the kernel version by writing "uname -r" in the terminal.

In my case it prints "6.8.0-79-generic", which would be the answer if NewNewAugustEast had asked me about how old my kernel is. Yours is probably something else than that precise version. Except that I'm running Ubuntu and Mint is also kind of Ubuntu.

If you want, you can also paste the output of: "lsb_release -d", NNAE might be curious to know that, as well.

For your personal use, you can use uname -a and lsb_release -a, but I had the feeling some of the output of those would be things you wouldn't want to say publicly but might not understand to redact.