Hi there!

I’ve been struggling with the fan noise my computer is producing almost all the time.

Despite my ‘noobness’, I’ve tried using nbfc-linux, tampering with nvidia-config (enabling ‘cool-bits’ left me stuck on a black screen after reboot), to no avail.

Could anybody help me? The noise is very annoying, even when I’m just playing some music, for example, nothing too intense on the hardware.

Thanks a lot!

  • @bulwark
    link
    English
    5
    edit-2
    10 months ago

    Unless the BIOS locks down control of fan speed (as is the case with some Dell models), you should be able to use fancontrol to modify your fan curve.

    You can install it with sudo apt install fancontrol, then you would run sudo pwmconfig to run fan tests and create a config file. To reduce fan noise you would typically raise the minimum trigger temperature to engage the fans.

    If the tests came out alright, enable fancontrol with sudo systemctl enable fancontrol --now.

    For more information and suggestions, take a look at this ArchWiki entry.