summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2022-03-12 21:34:09 +0100
committerJelle Licht <jlicht@fsfe.org>2022-03-20 16:40:22 +0100
commit10d865aa921f559562fb543d7796c7a08e17f016 (patch)
tree9b608a6192adbf807c8e6a467e5a9ae36ba29683 /doc
parent01d433250fe03326b4ea305d527c0294ed2eb037 (diff)
downloadguix-patches-10d865aa921f559562fb543d7796c7a08e17f016.tar
guix-patches-10d865aa921f559562fb543d7796c7a08e17f016.tar.gz
services: thermald: Add 'adaptive?' field.
* gnu/services/pm.scm (<thermald-configuration>): Add 'adaptive?' field. (thermald-shepherd-service): Use it to pass --adaptive to thermald. * doc/guix.texi (Power Management Services): Document the 'adaptive?' field of 'thermald-configuration'.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 15ab97699c..44b0f9f1ea 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -30687,6 +30687,10 @@ of processors and preventing overheating.
Data type representing the configuration of @code{thermald-service-type}.
@table @asis
+@item @code{adaptive?} (default: @code{#f})
+Use @acronym{DPTF, Dynamic Power and Thermal Framework} adaptive tables
+when present.
+
@item @code{ignore-cpuid-check?} (default: @code{#f})
Ignore cpuid check for supported CPU models.