Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
| `gpu_list` | List GPUs to display `gpu_list=0,1` |
| `gpu_efficiency` | Display GPU efficiency in frames per joule |
| `gpu_power_limit` | Display GPU power limit |
| `hide_engine_names` | Hides the engine name and replaces it with the colored FPS text |
| `hide_fps_superscript` | Hides the smaller FPS superscript text to the right of the FPS count |
| `hide_fsr_sharpness` | Hides the sharpness info for the `fsr` option (only available in gamescope) |
| `histogram` | Change FPS graph to histogram |
| `horizontal` | Display Mangohud in a horizontal position |
Expand Down
2 changes: 2 additions & 0 deletions data/MangoHud.conf
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ fps
# fps_value=30,60
# fps_color=B22222,FDFD09,39F900
# fps_text=""
# hide_fps_superscript
frametime
# frame_count
## fps_metrics takes a list of decimal values or the value avg
Expand All @@ -158,6 +159,7 @@ throttling_status
### Display miscellaneous information
# engine_version
# engine_short_names
# hide_engine_names
# gpu_name
# vulkan_driver
# wine
Expand Down
Loading