Hello All. New to linux here. I want to be able to do things I do on Windows like check HWINFO (including fan speeds), run benchmarks, etc. Tools I need to tune PBO, fan curves, and ARGB).
Additionally, I would also like to know how to see Bazzite space from Windows (figured this out with winbtrfs driver), share Steam library, and learn the different ways installing software).
Now, I can search for all this stuff one at a time, but is there a central spot that covers all the newbie (and power-newbie) topics as above?
The Arch Wiki (even when you’re not on Arch) is a pretty great resource for this sort of stuff. Although I never tried its search function. I only arrive there through normal web searches.
For controlling fan curves, including the pump control for my CLC, and monitoring sensors, I’ve been using
coolercontrol.Bazzite has a
justrecipe for installing it out of the box: just open a terminal and runujust install-coolercontrolIt’s actually the best monitoring/control application I’ve used across every OS. I was really impressed when I first tried it.
The Bazzite docs explain the installation procedures.
https://docs.bazzite.gg/Installing_and_Managing_Software/
As for sharing the steam library, it is not advised. The ntfs drives don’t play nice with gaming on Linux. It will cause crashes and low performance. It is recommended to use Linux file systems like ext4 or btrfs.
For the utilities you want such as hwinfo and fan speeds, check the bazaar store utility section.
Thanks for the links. I tried a few utilities from Bazaar, but they all had issues reading temperature sensors for some reason.
This is most likely because the sensors are not handled by the Linux kernel. Try running
sensors-detectto see if it picks up anything.




