Playing Need for speed most wanted 2005 (32 bit) does not display GPU usage. It is always at 0%.
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:
- Ensure "Monitor Performance" in bottles is toggled
- Run NFSMW 2005 executable (speed.exe)
- Overlay will show GPU usage as 0%
Expected behavior GPU usage needs to be displayed accurately.
Screenshots
For now use intel_gpu_top https://github.com/flightlessmango/MangoHud/issues/1372
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?
flatpak doesn't have access to /proc by default, this is required to get GPU load on intel.
--filesystem=host-etc might help
flatpak doesn't have access to
/procby default, this is required to get GPU load on intel.--filesystem=host-etcmight 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
This should be fixed in the next release.