The need for MANGOHUD_DLSYM

pull/208/head
jackun 4 years ago committed by FlightlessMango
parent 6d1ed9751d
commit 3dd4db6464

@ -84,7 +84,11 @@ For Steam games, you can add this as a launch option:
Or alternatively, add `MANGOHUD=1` to your shell profile (Vulkan only).
Some linux native games overrides LD_PRELOAD and stopping MangoHud from working. You can sometimes fix this by editing LD_PRELOAD in the start script
## OpenGL
OpenGL games may also need `dlsym` hooking. Add `MANGOHUD_DLSYM=1` your command like `MANGOHUD_DLSYM=1 mangohud %command%` for Steam.
Some Linux native OpenGL games overrides LD_PRELOAD and stops MangoHud from working. You can sometimes fix this by editing LD_PRELOAD in the start script
`LD_PRELOAD=/path/to/mangohud/lib/`
## Hud configuration

Loading…
Cancel
Save