-
Notifications
You must be signed in to change notification settings - Fork 303
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
MangoHud, Fedora 42 Kde Plasma rawhide #1539
Comments
Not every metric is supported for intel in older mangohud versions. GPU temp and tdp will not be available because you have an integrated gpu, tdp and temp is shared with cpu values. First let's start off with debug logs: Second: do you have Third: cpu tdp is available only for root, something to do with vulnerability (very theoretical, 99.9% doesn't concern ordinary users). You can allow reading cpu power for everyone like this: This should fix cpu tdp, but it resets every reboot. |
Are you sure you're using mangohud 0.7.1? Fedora's repos have 0.7.2 for both Fedora 41 and 42. Send output of And what gpu driver are you using? To find out do: |
Okay, I found out that you're actually using v0.7.2 instead of v0.7.1. v0.7.2 has only GPU usage support for intel and supports only i915 driver and it is very broken. I added full support for intel gpus back in december 2024, and hopefully 0.7.3 will be released soon, so these issues will be gone for good. For now, either try 0.7.1 or hang tight and wait for 0.7.3. |
Ok, thanks for the answers, |
EficienteTdp0w@fedora:~$ dnf list --installed | grep -i mangohud grep DRIVER /sys/class/drm/renderD*/device/uevent DRIVER=i915 😄 |
yes, it is a bug, version text was changed after the release of 0.7.2, when it should've been before. |
additional feedback: 2 - mangohud freezes the information when I open it in a system program, which does not update the information constantly, such as the Google Chrome home page, Chromium, without the blinking cursor 👍 |
If you want working intel metrics, compile latest version from github or wait for 0.7.3 |
ok thanks 😁 |
this should be resolved in 0.8.0-rc2 |
ok thanks I wish success always to the whole team and to mangohud 😁 |
Describe the bug
Hello, mangohud does not show some information that I defined in the configuration file.
It also did not remove the frametime.
It also did not show some information, such as the GPU mhz, GPU and CPU TDP, VRAM, etc.
List relevant hardware/software information
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen: that shows the missing information, such as tdp mhz vram etc.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
👍😄
The text was updated successfully, but these errors were encountered: