MangoHud
MangoHud copied to clipboard
Using mangoapp results in black screen if no_display is used in .conf file
Describe the bug
When using mangoapp with the same config for mangohud that has no_display
in it, it will show a black screen when mangoapp is initialised. Removing no_display
from conf file starts mangoapp and image as expected.
List relevant hardware/software information
- Linux Distribution: EndeavourOS
- MangoHud version: latest git installed with mangohud-git from AUR
To Reproduce
- Use this config and uncomment
no_display
- start
gamescope -- sh -c "mangoapp& vkcube"
from the terminal - Black screen appears as soon as mangoapp is initialised
Expected behavior
Mangoapp should ignore no_display
if that is not supported for it
Screenshots
When using no_display
After removing no_display
Also, hidding mangoapp with the toggle_hud
key results in a black screen if run with gamescope -- sh -c "mangoapp& vkcube"
and doesn't open it anymore
I believe we are waiting on a fix from gamescope for this.
Yes we're waiting for @Joshua-Ashton to implement the GAMESCOPE_NO_FOCUS
atom on the gamescope side