Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal mode with *-right position makes the HUD disappear #1403

Open
rharish101 opened this issue Aug 13, 2024 · 1 comment
Open

Horizontal mode with *-right position makes the HUD disappear #1403

rharish101 opened this issue Aug 13, 2024 · 1 comment

Comments

@rharish101
Copy link

Describe the bug
When using horizontal mode (horizontal enabled), but without the stretch (horizontal_stretch=0), all right-aligned positions (top-right, middle-right and bottom-right) make the HUD disappear.

List relevant hardware/software information

  • Linux Distribution: Arch Linux
  • MangoHud version: 0.7.2
  • GPU: Sapphire Pulse RX 7900 XTX

To Reproduce
Steps to reproduce the behavior:

  1. Set ~/.config/MangoHud/MangoHud.conf to this: MangoHud.conf
  2. Open a game with MangoHud.
  3. Observe that the HUD is visible.
  4. Change line 249 in the above config to position=top-right (or any other *-right position).
  5. Open the same game with MangoHud.
  6. Observe that the HUD is missing.

Expected behavior
The HUD should be visible in the top-right corner (or whatever *-right position you set).

Screenshots
position=top-left:
mangohud-top-left

position=top-right:
mangohud-top-right

@gort818
Copy link
Collaborator

gort818 commented Aug 13, 2024

So horizontal_stretch=0 is pretty much a hack. top-left, top-center, bottom-left, bottom-center should work. Getting it to right align was a little harder than I thought it would be.

Haven't found a solution yet, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants