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

Mangohud is duplicated in Wine with legacy_layout=0 #1371

Open shmerl opened 1 week ago

shmerl commented 1 week ago

When using this kind of config with mangohud and Cyberpunk 2077 (Wine + esync + vkd3d-proton), the hud is somehow being duplicated. I'm not getting it when running something basic like vkcube.

MANGOHUD_CONFIG="legacy_layout=0,cpu_stats,cpu_load_change,cpu_temp,gpu_stats,gpu_load_change,gpu_temp,core_load,core_load_change,procmem,ram,vram,gpu_name,resolution,vulkan_driver,wine,present_mode"

Without legacy_layout=0, this duplication issue doesn't happen.

mangohud

gort818 commented 1 week ago

Does this only happen when using the command line options? Does it also happen while using conf file?

shmerl commented 1 week ago

I haven't tested with config file yet, I will check.

shmerl commented 1 week ago

Checked - it's not happening when using a config file. So must be something is wrong in the environment variable path.