flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.11k stars 263 forks source link

Does not display graphics card parameters #1345

Open agabeluga opened 1 month ago

agabeluga commented 1 month ago

I have a rtx 4070 graphics card and open source NVK driver installed. Mangohud is not displaying my graphics card parameters is there anything to do about it ???? Zrzut ekranu z 2024-06-05 17-03-07

flightlessmango commented 1 month ago

It has to be implemented upstream in NVK first, there is nothing we can do on our end

TheComputerGuy96 commented 3 weeks ago

The nouveau kernel driver requires changes for those parameters to be available (then MangoHUD can hook them up) :frog:

I made an issue for this on the nouveau kernel repository (but it has been really silent): https://gitlab.freedesktop.org/drm/nouveau/-/issues/336

(I think @flightlessmango should add a kernel label for this or maybe not our bug but that label doesn't exist)