MangoHud icon indicating copy to clipboard operation
MangoHud copied to clipboard

Playing Need for speed most wanted 2005 (32 bit) does not display GPU usage. It is always at 0%.

Open n3thshan opened this issue 1 year ago • 4 comments

Describe the bug When playing nfs mw, frame rate works but GPU usage is always at 0%. I use mangohud with bottes and downloaded mangohud from the gnome store. No other games to test unfortunately. flatpak override --filesystem=xdg-config/MangoHud:ro command was applied.

List relevant hardware/software information

  • Fedora Silverblue 40/Project Bluefin stable branch
  • MangoHud flathub 0.7.2
  • Intel Arc Graphics that comes with intel core ultra 7 155h laptop SoC

To Reproduce Steps to reproduce the behavior:

  1. Ensure "Monitor Performance" in bottles is toggled
  2. Run NFSMW 2005 executable (speed.exe)
  3. Overlay will show GPU usage as 0%

Expected behavior GPU usage needs to be displayed accurately.

Screenshots Screenshot from 2024-10-05 15-51-55

n3thshan avatar Oct 05 '24 10:10 n3thshan

For now use intel_gpu_top https://github.com/flightlessmango/MangoHud/issues/1372

exalented avatar Oct 09 '24 07:10 exalented

can mangohud still utilize intel_gpu_top or do u want me to run it separately in a terminal? AFAIK mangohud removed intel_gpu_top support right?

n3thshan avatar Oct 12 '24 16:10 n3thshan

flatpak doesn't have access to /proc by default, this is required to get GPU load on intel. --filesystem=host-etc might help

flightlessmango avatar Oct 13 '24 12:10 flightlessmango

flatpak doesn't have access to /proc by default, this is required to get GPU load on intel. --filesystem=host-etc might help

this unfortunately didnt work. I also gave bottles those permissions as well. Anyway heres the list of commands i tried. I also restarted to see if it worked but unfortunately nope. Also mind you i have not installed intel_gpu_top (intel-gpu-tools).

The commands:

sudo flatpak override org.freedesktop.Platform.VulkanLayer.MangoHud --filesystem=host-etc 
flatpak override org.freedesktop.Platform.VulkanLayer.MangoHud --user --filesystem=host-etc 

n3thshan avatar Oct 13 '24 13:10 n3thshan

This should be fixed in the next release.

exalented avatar Nov 14 '24 14:11 exalented