You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently enabling the "Core Type" option in AMD cpus results in an
"unknown" label for each core.
Implement detection of X3D cores and frequency cores by inspecting
the cpu model name and L3 cache topology.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
349
349
|`control=`| Sets up a unix socket with a specific name that can be connected to with mangohud-control.<br>I.e. `control=mangohud` or `control=mangohud-%p` (`%p` will be replaced by process id) |
350
350
|`core_load_change`| Change the colors of cpu core loads, uses the same data from `cpu_load_value` and `cpu_load_change`|
351
351
|`core_load`| Display load & frequency per core |
352
-
|`core_type`| Display CPU core type per core. For Intel, it shows which cores are performance and efficient cores, for ARM it shows core codenames like A52, A53, A76, etc... |
352
+
|`core_type`| Display CPU core type per core. For Intel, it shows which cores are performance and efficient cores; on AMD, it shows which cores are X3D or Frequency cores; on ARM, it shows core codenames like A52, A53, A76 etc... |
353
353
|`core_bars`| Change the display of `core_load` from numbers to vertical bars |
354
354
|`cpu_load_change`| Change the color of the CPU load depending on load |
355
355
|`cpu_load_color`| Set the colors for the gpu load change low, medium and high. e.g `cpu_load_color=0000FF,00FFFF,FF00FF`|
0 commit comments