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?

  • Björn@swg-empire.de
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    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.

  • eleijeep@piefed.social
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    For controlling fan curves, including the pump control for my CLC, and monitoring sensors, I’ve been using coolercontrol.

    Bazzite has a just recipe for installing it out of the box: just open a terminal and run ujust install-coolercontrol

    It’s actually the best monitoring/control application I’ve used across every OS. I was really impressed when I first tried it.

  • zewm@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    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.

    • lemmyout@lemmy.zipOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Thanks for the links. I tried a few utilities from Bazaar, but they all had issues reading temperature sensors for some reason.

      • BlackEco@lemmy.blackeco.com
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        This is most likely because the sensors are not handled by the Linux kernel. Try running sensors-detect to see if it picks up anything.