2020-03-01 11:52:04 +01:00
|
|
|
### MangoHud configuration file
|
|
|
|
### Uncomment any options you wish to enable. Default options are left uncommented
|
|
|
|
### Use some_parameter=0 to disable a parameter (only works with on/off parameters)
|
|
|
|
### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead
|
|
|
|
|
|
|
|
################ PERFORMANCE #################
|
|
|
|
|
|
|
|
### Limit the application FPS
|
|
|
|
# fps_limit=
|
|
|
|
|
|
|
|
### VSYNC [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on
|
|
|
|
# vsync=
|
|
|
|
|
|
|
|
################### VISUAL ###################
|
|
|
|
|
|
|
|
### Display the current CPU information
|
|
|
|
cpu_stats
|
|
|
|
cpu_temp
|
|
|
|
|
|
|
|
### Display the current GPU information
|
2020-07-26 13:59:28 +02:00
|
|
|
gpu_name
|
2020-03-01 11:52:04 +01:00
|
|
|
gpu_stats
|
|
|
|
gpu_temp
|
2020-07-26 13:59:28 +02:00
|
|
|
gpu_power
|
2020-03-01 11:52:04 +01:00
|
|
|
|
|
|
|
### Display the frametime line graph
|
|
|
|
frame_timing
|
|
|
|
|
|
|
|
### Display the current system time
|
|
|
|
# time
|
|
|
|
|
|
|
|
### Change the hud font size (default is 24)
|
|
|
|
font_size=20
|
|
|
|
|
|
|
|
### Change the hud position (default is top-left)
|
|
|
|
position=top-left
|
|
|
|
|
|
|
|
### Display the current CPU load & frequency for each core
|
|
|
|
core_load
|
|
|
|
|
|
|
|
### Display system ram / vram usage
|
|
|
|
ram
|
|
|
|
vram
|
|
|
|
|
|
|
|
### Disable / hide the hud by deafult
|
|
|
|
# no_display
|
|
|
|
|
|
|
|
### Hud position offset
|
|
|
|
# offset_x=
|
|
|
|
# offset_y=
|
|
|
|
|
|
|
|
### Hud dimensions
|
|
|
|
# width=
|
|
|
|
# height=
|
|
|
|
|
|
|
|
### Hud transparency / alpha
|
|
|
|
background_alpha=0.5
|
|
|
|
|
|
|
|
### Crosshair overlay (default size is 30)
|
|
|
|
# crosshair
|
|
|
|
# crosshair_size=
|
|
|
|
# crosshair_color=RRGGBB
|
|
|
|
|
2020-07-26 13:59:28 +02:00
|
|
|
### Output file
|
2022-12-30 15:40:06 +01:00
|
|
|
output_file /home/marc/Dokumente/mangohud.log
|
2020-07-26 13:59:28 +02:00
|
|
|
|
2020-03-01 11:52:04 +01:00
|
|
|
################## INTERACTION #################
|
|
|
|
|
|
|
|
### Change toggle keybinds for the hud & logging
|
|
|
|
toggle_hud=F12
|
2022-12-30 15:40:06 +01:00
|
|
|
toggle_logging=F2
|