mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
c1beec5499
I believe the book documented how to configure the sensors in 1990s. Let's document some modern thing instead.
14 lines
261 B
TOML
14 lines
261 B
TOML
HWMON='*M'
|
|
SENSORS_K8TEMP='*M '
|
|
SENSORS_K10TEMP='*M '
|
|
SENSORS_FAM15H_POWER='*M '
|
|
SENSORS_CORETEMP='*M '
|
|
BLK_DEV_NVME='* '
|
|
ACPI='*'
|
|
ACPI_BATTERY='*M '
|
|
ACPI_THERMAL='*M '
|
|
|
|
[NVME_HWMON]
|
|
value = '* '
|
|
comment = 'Set [HWMON] to <*> (not <M>!) or it will not show up'
|