FreeBSD Manual Pages
mangohud(1) mangohud mangohud(1) NAME mangohud - enable MangoHud on any application SYNOPSIS mangohud [--dlsym] COMMAND DESCRIPTION MangoHud is a Vulkan/OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. USAGE MangoHud can be enabled for Vulkan applications by setting MANGOHUD=1 as envrionment variable. To load MangoHud for any application, including OpenGL applications, the mangohud executable can be used. It preloads a library via ld into the application. Note: some OpenGL applications may also need dlsym hooking. This can be done by passing option --dlsym or by setting MANGOHUD_DLSYM=1 as envri- onment variable. CONFIG MangoHud comes with a config file which can be used to set configura- tion options globally or per application. The priorities of different config files are: /path/to/application/MangoHud.conf $XDG_CONFIG_HOME/MangoHud/{application_name}.conf $XDG_CONFIG_HOME/MangoHud/MangoHud.conf An example config file is located in /usr/local/share/examples/mango- hud/MangoHud.conf, containing all available options. A custom config file location can also be specified with the MANGO- HUD_CONFIGFILE envrionment variable. Config options can also be set with the MANGOHUD_CONFIG envrionment variable. This takes priority over any config file. EXAMPLES OpenGL: mangohud glxgears Vulkan: MANGOHUD=1 vkcube Steam: set your launch option to mangohud %command% Lutris: add mangohud to the Command prefix setting OpenGL with dlsym: MANGOHUD_DLSYM=1 mangohud glxgears Custom config options: MANGOHUD_CONFIG="gpu_stats=0,font_size=12" man- gohud glxgears ABOUT MangoHud development takes place at https://github.com/flightless- mango/MangoHud. Benchmarks created with MangoHud can be uploaded to https://flightless- mango.com. mangohud(1)
NAME | SYNOPSIS | DESCRIPTION | USAGE | CONFIG | EXAMPLES | ABOUT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=mangohud&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>