From 83494790269d6814fbea48d92bba1e0a7cc448bb Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Fri, 13 Nov 2020 22:22:01 +0100 Subject: [PATCH] Document cpu_mhz and cpu_load_change --- README.md | 8 ++++++++ bin/MangoHud.conf | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 0781683c..5f18f3c7 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,14 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `benchmark_percentiles` | Configure which framerate percentiles are shown in the logging summary. Default is `97+AVG+1+0.1` | | `wine` | Shows current Wine or Proton version in use | | `wine_color` | Change color of the wine/proton text | +| `cpu_mhz` | Shows the CPUs current MHz | +| `gpu_load_change` | Changes the color of the GPU load depending on load | +| `gpu_load_color` | Set the colors for the gpu load change low,medium and high. e.g `gpu_load_color=0000FF,00FFFF,FF00FF` | +| `gpu_load_value` | Set the values for medium and high load e.g `gpu_load_value=50,90` | +| `cpu_load_change` | Changes the color of the CPU load depending on load | +| `cpu_load_color` | Set the colors for the gpu load change low,medium and high. e.g `cpu_load_color=0000FF,00FFFF,FF00FF` | +| `cpu_load_value` | Set the values for medium and high load e.g `cpu_load_value=50,90` | + Example: `MANGOHUD_CONFIG=cpu_temp,gpu_temp,position=top-right,height=500,font_size=32` Note: Width and Height are set automatically based on the font_size, but can be overridden. diff --git a/bin/MangoHud.conf b/bin/MangoHud.conf index 4eba14eb..a897c3e9 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -20,6 +20,10 @@ cpu_stats # cpu_temp # cpu_text = "CPU" +# cpu_mhz +# cpu_load_change +# cpu_load_value +# cpu_load_color ### Display the current GPU information gpu_stats @@ -30,6 +34,9 @@ gpu_stats # gpu_power # gpu_text = "GPU" # vulkan_driver +# gpu_load_change +# gpu_load_value +# gpu_load_color ### Display loaded MangoHud architecture # arch