... The only thing added to the run command was LD_PRELOAD="" for a total command of:
`LD_PRELOAD="" gamemoderun mangohud ...
comment by AlkaizerLord · 2025-01-19 · view · github
... the `LD_PRELOAD` method?
> ```
> LD_PRELOAD="" %COMMAND%
> ```
>
> If you need mangohud:
> ```
> LD_PRELOAD="" VK_LOADER_LAYERS_ENABLE=VK_LAYER_MANGOHUD_overlay_x86_64 %COMMAND%
> ```
>
> If you also need gamemode ...
... the `LD_PRELOAD` method?
>
> ```
> LD_PRELOAD="" %COMMAND%
> ```
>
> If you need mangohud:
>
> ```
> LD_PRELOAD="" VK_LOADER_LAYERS_ENABLE=VK_LAYER_MANGOHUD_overlay_x86_64 %COMMAND%
> ```
>
> If you also need gamemode ...
... use gamemoderun and mangohud together on startup command
```steam
gamemoderun mangohud PROTON_FORCE_LARGE_ADDRESS_AWARE=1 %command%
```
2. and add the ...