MangoHud
MangoHud copied to clipboard
Power Information on the HUD is Always Zero.
Describe the bug Power Information on the HUD is Always 0.0W.
List relevant hardware/software information
- Kali GNU/Linux Rolling x86_64
- MangoHud v0.7.1
- NVIDIA GeForce RTX 4060 Max-Q / Mobile
To Reproduce Steps to reproduce the behavior:
- Enable CPU/GPU power information in order to display them on the HUD
- Open any application/game with the HUD
- See error
Expected behavior Display the Power Info correctly on the hud
Screenshots
For cpu power there are instructions in readme.
As for GPU power, what does nvidia-smi --query-gpu=utilization.gpu
return?
For cpu power there are instructions in readme. As for GPU power, what does
nvidia-smi --query-gpu=utilization.gpu
return?
It returns
┌──(root㉿Kusunoki-Kali)-[~]
└─# nvidia-smi --query-gpu=utilization.gpu
"--format=" switch is missing. Please run 'nvidia-smi -h' for help.
┌──(root㉿Kusunoki-Kali)-[~]
└─# nvidia-smi --query-gpu=utilization.gpu --format=csv
utilization.gpu [%]
24 %
what about nvidia-smi --query-gpu=power.draw --format=csv
?
what about
nvidia-smi --query-gpu=power.draw --format=csv
?
┌──(root㉿Kusunoki-Kali)-[~]
└─# nvidia-smi --query-gpu=power.draw --format=csv
power.draw [W]
24.02 W
Set MANGOHUD_LOG_LEVEL=DEBUG
and PROTON_LOG=1
then post the log here
closing for inactivity