From a1fa7f46df018db9b02903ffb3ebb840a3f5db18 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 7 Dec 2008 23:37:56 +0100 Subject: [PATCH] automatic commit --- breezed.1 | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/breezed.1 b/breezed.1 index 7a7e3bd..af84fd9 100644 --- a/breezed.1 +++ b/breezed.1 @@ -52,18 +52,25 @@ at /etc/breezed.conf .SH "EXAMPLES" -A typical way of starting breezed is +If a configuration file exists, the standard way to start breezed is +to run it without arguments. -breezed --thermal-files /proc/acpi/thermal_zone/THM0/temperature,/proc/acpi/thermal_zone/THM1/temperature \ +Starting it with all the arguments on the commande line can be done +for instance with + +breezed --no-configuration-file \ + --thermal-files /proc/acpi/thermal_zone/THM0/temperature,/proc/acpi/thermal_zone/THM1/temperature \ --fan-file /proc/acpi/ibm/fan \ --temperature-thresholds 52,54,56,58,60,62,64 which specifies that when the temperature raises above 52C, the fan level should be 1, when the temperature raises above 54C it should be -2, etc. The maximum speed level 7 should be chosen for temperature -above 64C. Due to the two degrees gap between the thresholds to -increase and thresholds to decrease the temperature, it will for -instance remains at speed 1 until the temperature goes down to 50C. +2, etc. The maximum speed level 7 should be chosen for temperatures +above 64C. + +Due to the two degrees gap between the thresholds to increase and the +thresholds to decrease the temperature, it will for instance remains +at speed 1 until the temperature goes down to 50C. Because it takes into account all the values found in the thermal files, you can use as well /proc/acpi/thermal_zone/THM?/temperature or @@ -71,6 +78,6 @@ files, you can use as well /proc/acpi/thermal_zone/THM?/temperature or .SH "AUTHOR" .PP -Written by Francois Fleuret . Permission is +Written by Francois Fleuret . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU GPL. -- 2.20.1