GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mangohud(1) mangohud mangohud(1)

mangohud - enable MangoHud on any application

mangohud [--dlsym] COMMAND

MangoHud is a Vulkan/OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.

MangoHud can be enabled for Vulkan applications by setting MANGOHUD=1 as environment 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 environment variable.

MangoHud comes with a config file which can be used to set configuration 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/mangohud/MangoHud.conf, containing all available options.

A custom config file location can also be specified with the MANGOHUD_CONFIGFILE environment variable.
Config options can also be set with the MANGOHUD_CONFIG environment variable. This takes priority over any config file.

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" mangohud glxgears

MangoHud development takes place at https://github.com/flightlessmango/MangoHud.
Benchmarks created with MangoHud can be uploaded to https://flightlessmango.com.

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.