MangoHud icon indicating copy to clipboard operation
MangoHud copied to clipboard

params: add cpu_custom_temp_sensor

Open 17314642 opened this issue 1 month ago • 0 comments

This is useful for arm boards which might have different sensor names because of different kernel device trees.

This parameter accepts two arguments separated by comma:

  1. hwmon sensor name
  2. hwmon sensor file

example: cpu_custom_temp_sensor=coretemp,temp7_input

Will try to use hwmon sensor whose '/sys/class/hwmon/hwmon[0-9]+/name' file contents equals 'coretemp' and, and try to use 'temp7_input' file

17314642 avatar Dec 03 '25 21:12 17314642