
























Works very well for rx580. Just update systemd unit file to this to prevent startup error :
[Unit]
Description=amdgpu-fancontrol
After=multi-user.target rc-local.service systemd-user-sessions.service
[Service]
Type=simple
ExecStart=/usr/bin/amdgpu-fancontrol
StandardOutput=syslog
[Install]
WantedBy=multi-user.target
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@matinrco: you should override the unit file (e.g.
systemctl edit amdgpu-fancontrol.service).I will not add your changes to this package because all users do not use syslog and rc-local.