MangoHud
MangoHud copied to clipboard
`vulkan_driver` is empty / no longer reports anything since 0.6.7 release
On the example of MANGOHUD_CONFIG=vulkan_driver prime-run vkcube
:
0.6.6-1:
0.6.7:
git bisect
reveals the following:
ac58c30bbc4d5014af957892c52bfec010a662d6 is the first bad commit
commit ac58c30bbc4d5014af957892c52bfec010a662d6
Author: FlightlessMango <[email protected]>
Date: Mon Dec 13 14:20:38 2021 +0100
Use driverInfo for driver name/version instead
src/vulkan.cpp | 32 ++++----------------------------
1 file changed, 4 insertions(+), 28 deletions(-)
Reverting that commit restores vulkan_driver
's functionality on my machine, even on latest master
. Maybe we should keep that code path in one form or another as some sort of a fallback if driverInfo
turns out to be useless?
I believe this change was made because (at least on mesa) the version was incorrect. Also vkcube is probably one of the only places you will be able to observe this, since it's only vulkan 1.0 or something
Ah, okay, good to know. Initially I thought it's some more widespread problem because I've encountered a similar issue in one of the games I recently played but now it seems to be working again without any reverts required. So, whatever I saw back then is probably unrelated or just a one–off incident, but I'll try to pay more attention to this in case it happens again in the nearest future.
And if vulkan_driver
not working on 1.0 instances is a known / wontfix issue, feel free to just close this.
I believe this change was made because (at least on mesa) the version was incorrect. Also vkcube is probably one of the only places you will be able to observe this, since it's only vulkan 1.0 or something
with forza horizon 4 and in gta 5 using proton-ge still does not show the name of the vulkan
Seems to work on my end, re-open if this is still an issue