amdgpud
amdgpud copied to clipboard
There was problem accessing hwmon4 and hwmon3, how can I solve this problem? `sudo amdfand set-automatic` ```log INFO amdfand > Config { path: "/etc/amdfand/config.toml", temp_input: Some(TempInput(1)), log_level: Error, cards: None,...
When setting a fan curve that allows the fans to turn off at a certain point it tends to "flap". It would be nice to have a range for the...
Given the AUR package has GPG key issues, I decided to try building from source, so I cloned the repository, ran `rustup target add x86_64-unknown-linux-musl`, and `./scripts/build.sh`. However, I got...
With certain clocks, voltages and power levels on a Vega 64, sometimes the VRAM temperature is falsely reported as 1 °C, in some scenarios even for prolonged periods of time....
Ahoj, ### Short: Build fails with ``` error[E0432]: unresolved imports `crate::app::ImageStorage`, `crate::app::ImageType` ``` and subsequent errors (E0061, E0277, E0308, E0432, E0433, E0599, E0659). ### In detail: I am building this...
Hi there 👍🏻  https://github.com/Eraden/amdgpud/tree/main/crates/amdfand#amdgpu-fan-control-service The monitor command seems to be a leftover in the documentation (its not listed as a command, but it is in the example) and the...
Hey so i want to use your software to underclock my gpu, As far as i could get with reading your documentation is running ./scripts/build.sh, which got me this error:...
I'm having an issue where my GPU fan will spike to very high speeds and back down for no obvious reason, even when the screen is off and I'm away...
Hi, first of all your project is awesome! Wanna report an issue. I've build v1.0.8 tag and found an issue with config parsing. I used default example config from examples...