this post was submitted on 29 Aug 2025
455 points (98.5% liked)
Linux Gaming
22258 readers
171 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
TY! I'll try these again. It was Dec/Jan when I was really trying to figure it out. I remember installing lm-sensors and then trying CoreCTRL but they just won't detect or see my GPU fans.
I doubt
lm-sensorswill interact with your GPU fans. It should work for case fan, though.You should be able to read your GPU temperature by reading from files and control fans by writing to files that are locates in
/sys/class/hwmon/. There should be scripts/programs that exist to do this already, but it isn't a very complex task, so could be scripted trivially.lm-sensorsshould help you identify the correct files, as well.