loader image

How to control AIO in Linux

What makes us different from other similar websites? Forums Tech How to control AIO in Linux

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6986
    thumbtak
    Keymaster

    Install liquidctl

    $ sudo apt install liquidctl

    Install CoolerControl (GUI) – AKA Coolero

    $ curl -1sLf \
    'https://dl.cloudsmith.io/public/coolercontrol/coolercontrol/setup.deb.sh' \
    | sudo -E bash

    $ sudo apt update
    $ sudo apt install coolercontrol
    $ sudo systemctl enable coolercontrold
    $ sudo systemctl start coolercontrold

    If using X11 you’ll also need:
    $ sudo apt install libxcb-cursor0

    Note: You might have to restart your computer, and you might have to allow CoolerControl the udev rule to access the AIO.

    screenshot 1

    screenshot 2

    screenshot 3

    More Info:
    https://gitlab.com/coolercontrol/coolercontrol
    https://github.com/liquidctl/liquidctl
    https://flathub.org/apps/org.coolero.Coolero

    • This topic was modified 9 months, 2 weeks ago by thumbtak. Reason: Update commands to add a tool that works better
    #6988
    thumbtak
    Keymaster

    Make sure you add a start command like you see in the picture below.

    start command screenshot

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
TAKs Shack