From af2ceec4059b0837be6c58b111c04695416a1a1a Mon Sep 17 00:00:00 2001 From: moosecrap Date: Sun, 8 Jun 2025 02:40:23 -0700 Subject: [PATCH] Readme update for hwmon sensors --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fad8a3..800d11b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Add the make flag `USE_NVML=1` and the it will also display the main GPU tempera ### VRAM and Hotspot temperature Add the make flag `USE_LIBPCI=1` and you can also read the VRAM and "hotspot" temperatures. These require direct memory access to the PCI device so you must run as root and also enable the kernel parameter `iomem=relaxed`. These sensors are **extremely** undocumented so I can't say anything about their accuracy. +### Hardware monitoring +This program can also monitor hardware sensors using the standard linux `hwmon` API. See board-sensors.h for examples of how to configure these, they must be staticlly compiled in. + ## Usage Note that when controlling fans directly through iCX3 they will fall offline from the Nvidia driver and show as 0 RPM until you return them to automatic mode.