flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.47k stars 287 forks source link

AMD GPU 0% load, CPU power 0 W, VRAM 0.0 GB #1223

Closed ghost closed 8 months ago

ghost commented 9 months ago

The HUD is not displaying any values for GPU load, CPU power, or VRAM. This happens using Steam, Ryujinx, and Yuzu. CoreCtrl correctly displays these values.

Expected behavior The GPU load, CPU power, and VRAM usage should all be shown.

Screenshots Screenshot from 2024-02-02 16-00-59

Help greatly appreciated!

flightlessmango commented 9 months ago

Start by using an up to date version of mangohud

ghost commented 9 months ago

V0.7.0 solved GPU load and VRAM usage - thanks. Turns out that Ubuntu 22.04 has the outdated package when installing through apt.

CPU is still showing 0W throughout various games that are definitely taxing the CPU though. Would you recommend trying 0.7.1-rc2?

Screenshot from 2024-02-02 19-01-46

flightlessmango commented 9 months ago

Amd CPUs require the zenpower kernel module to show power

ghost commented 8 months ago

Thanks FM - sorted now. Good work on this program btw.