benjamimgois / goverlay

GOverlay is an opensource project that aims to create a Graphical UI to help manage Linux overlays.
GNU General Public License v3.0
615 stars 42 forks source link

MangoHud is tiny. #35

Open CharlotteCross1998 opened 1 year ago

CharlotteCross1998 commented 1 year ago

Hi, I have 7 metrics being shown, however it seems the HUD isn't adapting to the size of the elements and is producing.. this? image

Settings are default except for the metrics being used which I changed. Metrics in use are GPU temp, VRAM, CPU average load, freq, temp, RAM usage and FPS. No graphs.

Running on arch, 6.0.11 zen kernel. Installed 0.9.1 from Chaotic AUR.

Update: I disabled the global enable for mangohud so I could have a working config however disabling it didn't seem to work either. I'm not sure if the toggle is just not working or if goverlay has overwritten my config and hasn't reverted to the previous config.

benjamimgois commented 1 year ago

Hi @CharlotteCross1998 , the goverlay-git from AUR is a work in progress version of goverlay, some features aren't full implemented yet, so this is expected (if stick to goverlay-git i would recomend to also use mangohud-git). For a better experience, use to the latest stable goverlay-bin. A new release should be avaiable very soon.

CharlotteCross1998 commented 1 year ago

Hi, I changed over to goverlay-bin, didn't fix it. Changed to mangohud-git, didn't fix it. Changed to both mangohud-git and goverlay-git and did not fix it.

I don't know much about pascal or the code base, but it seems the issue is here, where you are deleting the old file instead of creating a backup and thus overriding with a non-functional config.

Update: I've removed goverlay and all associated config files, as well as mangohud. I reinstalled mangohud, and the default view was back, however upon created the folder MangoHud in $HOME/.config/ and putting a custom config file that I made myself, MangoHud seems to be using the one your application generated. The logs say it is using the correct config file, and as goverlay and its config files as well as mangohuds were all purged, I'm very confused why this is happening. Any ideas?

benjamimgois commented 1 year ago

That's is a very strange behavior. To complete remove any previous configuration try removing the contents of the following folders and run goverlay again.

$HOME/.config/Mangohud
$HOME/.config/goverlay
/tmp/goverlay
Calinou commented 1 year ago

Do you have "FPS only" enabled? On MangoHud 0.6.8, disabling it and enabling "FPS" instead resolves the issue for me.

FPS only

image

FPS

image