Ilya Zlobintsev
Ilya Zlobintsev
I've added GPU temperature and usage indicators to the OC page.
The kernel does seem to be reporting 0 as the fan speed. It would be possible to show the fan speed values that the daemon tells the driver to use,...
Have you installed the build dependencies from the readme? `sudo dnf install git gtk3-devel rust cargo vulkan-headers perl-FindBin perl-File-Compare` And if you did, try installing `openssl-devel` as well.
Apparently you also need the `perl-core` package. No idea why it's needed, but I'll add it to the docs.
Are you sure you have the build dependencies from the readme installed? The error points to a missing `libpng-devel`, but that should already be pulled by the GTK build dependency....
Hmm, this seems like a bit of a hack to call `systemctl restart` from another systemd unit, but I'll look into it.
This should be fixed now, you can update by rebuilding the AUR package. Can you post the output of `cat /sys/class/drm/card0/device/pp_od_clk_voltage`? It seems like the device file is missing some...
The AUR package builds from git, so it can't be outdated. You may need to tell your AUR helper to rebuild the package since it doesn't pick up the update...
Apparently Vega20 and newer GPUs use a different format for the clocks/voltage file, so you won't be able to change those for now. I'll see what I can do to...
@WyekS is this still relevant? I've pushed what should be a working basic support for newer GPUs.