Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power Information on the HUD is Always Zero. #1288

Open
Shiroiame-Kusu opened this issue Apr 9, 2024 · 5 comments
Open

Power Information on the HUD is Always Zero. #1288

Shiroiame-Kusu opened this issue Apr 9, 2024 · 5 comments

Comments

@Shiroiame-Kusu
Copy link

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:

  1. Enable CPU/GPU power information in order to display them on the HUD
  2. Open any application/game with the HUD
  3. See error

Expected behavior
Display the Power Info correctly on the hud

Screenshots
image

@flightlessmango
Copy link
Owner

For cpu power there are instructions in readme.
As for GPU power, what does nvidia-smi --query-gpu=utilization.gpu return?

@Shiroiame-Kusu
Copy link
Author

Shiroiame-Kusu commented Apr 9, 2024

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 %

@flightlessmango
Copy link
Owner

what about nvidia-smi --query-gpu=power.draw --format=csv ?

@Shiroiame-Kusu
Copy link
Author

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

@flightlessmango
Copy link
Owner

Set MANGOHUD_LOG_LEVEL=DEBUG and PROTON_LOG=1 then post the log here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants