amdgpu-fan icon indicating copy to clipboard operation
amdgpu-fan copied to clipboard

Fan controller for AMD graphics cards running the amdgpu driver on Linux

Results 27 amdgpu-fan issues
Sort by recently updated
recently updated
newest added

unfortunately not running here an debian bullseye and AMD Navi (5700 XT): Traceback (most recent call last): File "/usr/local/bin/amdgpu-fan", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/dist-packages/amdgpu_fan/controller.py", line 76, in main config...

As per title, starting amdgpu-fan results in the warning `YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default loader is unsafe. Please read https://msg.pyyaml.org/load for full details.`. This error...

The pip package/library when installed uses old code that has not changed the yaml.load(f) part to yaml.safe_load(f), thus all installs using new libraries will get error when trying to run...

When trying to run `amdgpu-fan` after installing it via `sudo pip3 install amdgpu-fan`, and then trying to run it, it throws a million errors: ``` sudo amdgpu-fan /usr/local/lib/python3.7/dist-packages/amdgpu_fan/controller.py:44: YAMLLoadWarning: calling...

PyYAML < 5.1.0 has exploitable security issues which were fixed by adding new loaders in 5.1.0. This change ensures PyYAML is >= 5.1.0 and uses a different loader. Using FullLoader...

I've been testing this manually when gaming. Good to keep temperature lower as my default settings prioritize silent run. However, when the controller quits, eg upon Ctrl-C, the fan is...

enhancement
help wanted

So I tried to get the advertised functionality out of the card, which is the fans not running under 60 degrees. Config file: ``` #Fan Control Matrix. [,] speed_matrix: -...

I can execute the service via `systemctl` rather than executing `amdgpu-fan`. Maybe you should reflect that in the `README`.