Available commands:
service
- Set fan speed depends on GPU temperatureset-automatic
- Switch to GPU automatic fan speed controlset-manual
- Switch to GPU manual fan speed controlavailable
- Print available cardsOptional arguments:
```bash cargo install argonfand
sudo argonfand monitor # print current temperature, current fan speed, min and max fan speed sudo argonfand service # check amdgpu temperature and adjust speed from config file ```
```toml
loglevel = "Error" tempinput = "temp1_input"
[[speed_matrix]] temp = 4.0 speed = 4.0
[[speed_matrix]] temp = 30.0 speed = 33.0
[[speed_matrix]] temp = 45.0 speed = 50.0
[[speed_matrix]] temp = 60.0 speed = 66.0
[[speed_matrix]] temp = 65.0 speed = 69.0
[[speed_matrix]] temp = 70.0 speed = 75.0
[[speed_matrix]] temp = 75.0 speed = 89.0
[[speed_matrix]] temp = 80.0 speed = 100.0 ```