Fixed restoration of the panel divider position.
[psensor.git] / doc / faq.txt
index 4b55caa..cc4c714 100644 (file)
@@ -1,5 +1,6 @@
-Psensor Frequently Asked Questions
-==================================
+= Psensor Frequently Asked Questions
+:docinfo2:
+:toc:
 
 The last version of this FAQ is available at http://wpitchoune.net/gitweb/?p=psensor.git;a=blob_plain;f=doc/faq.html;hb=HEAD.
 
@@ -216,7 +217,8 @@ the output of the different commands like +sensors+.
 Anyway, as I received several requests about such feature, since the
 0.7.0.4 release it is implemented in both psensor ( menu preferences >
 sensors > enable log of measures) and psensor-server
-(+--sensor-log-file+ option).
+(+--sensor-log-file+ option). For psensor the log file is
++$HOME/.psensor/sensors.log+.
 
 [[S_NO_GRAPH_DISPLAYED]]
 
@@ -259,15 +261,14 @@ Depending on the Linux distribution, the installation of the +hddtemp+
 package does not enable the hddtemp daemon automaticaly.
 
 In this case, edit the file +/etc/default/hddtemp+ and set
-+RUN_DAEMON+ to +"true"+ like in the following example:
++RUN_DAEMON+ to +"true"+. After edition, it should contain the
+following line:
 
 ------------------
-# hddtemp network daemon switch. If set to true, hddtemp will listen
-# for incoming connections.
 RUN_DAEMON="true"
 ------------------
 
-For Debian/Ubuntu, you can use
+For Debian/Ubuntu, you can use at root:
 ------------------
 dpkg-reconfigure hddtemp
 ------------------