X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=README;h=9ee890b8f4d9fcee0d487ac0a86d645b82bf0373;hp=43123c82e15c9c5a52c3070817a88816cbf9dd6b;hb=bd7036af56a4b61b2b473dccbeac5e26f78b57da;hpb=dcd813f21c83592155f712ff1acf450b483d8072 diff --git a/README b/README index 43123c8..9ee890b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -Psensor README -============== += Psensor README +:docinfo2: Introduction ------------ @@ -11,10 +11,12 @@ It draws realtime charts and raises alerts about: * the temperature of the motherboard and CPU sensors (using lm-sensors). * the temperature of the NVidia GPUs (using XNVCtrl). - * the temperature of the Hard Disk Drives (using hddtemp or libatasmart). - * the rotation speed of the fans (using lm-sensors). + * the temperature of ATI GPUs (using ATI ADL SDK). + * the temperature of the Hard Disk Drives (using hddtemp, libatasmart + or udisks2). + * the rotation speed of the fans. * the temperature of a remote computer. - * the cpu load. + * the CPU load. Alerts are using Desktop Notification and a specific GTK+ status icon. @@ -114,48 +116,23 @@ The compilation of +psensor+ requires: * lm-sensors * library sensors4 * library gtk3 >=3.4 - * library gconf2 - * help2man + * help2man (optional, required to produce the manpage) * asciidoc (optional, required to produce the html version of the faq) * cppcheck (optional, static source checker) * library libnotify (optional) - * library libappindicator (optional) + * library libappindicator >= 3.0 (optional) * library libXNVCtrl (optional) - * library json0 and curl (optional, required for remote monitoring) + * library json-c >= 0.11.99 and curl (optional, required for remote monitoring) * library unity (>=v3.4.2, optional) * library gtop2 (optional, required for CPU usage) * library atasmart (optional, for disk monitoring) + * library udisk2 (optional, for disk monitoring) The specific requirements for +psensor-server+: * library libmicrohttpd - * library json0 - -For Debian 7.0: ------------------------------------------------------------------ -sudo apt-get install asciidoc cppcheck gcc gettext libgtk-3-dev -libgconf2-dev libnotify-dev libsensors4-dev help2man -libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev libgtop2-dev -libatasmart-dev make ------------------------------------------------------------------ - -For Fedora 17: ------------------------------------------------------------------------ -sudo yum install gcc gtk3-devel GConf2-devel lm_sensors-devel cppcheck -libatasmart-devel libcurl-devel json-c-devel libmicrohttpd-devel -help2man libnotify-devel libgtop2-devel make ------------------------------------------------------------------------ - -For Ubuntu 12.10: -------------------------------------------------------------------------- -sudo apt-get install asciidoc autoconf automake autopoint -debhelper (>= 9) cppcheck gettext help2man libappindicator3-dev -libatasmart-dev libcurl4-gnutls-dev libgconf2-dev libgtk-3-dev -libgtop2-dev libjson0-dev libmicrohttpd-dev libnotify-dev -libsensors4-dev libunity-dev nvidia-settings perl - -------------------------------------------------------------------------- + * library json-c >= 0.11.99 Compilation and Installation Steps ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -167,8 +144,7 @@ Compilation and Installation Steps 5. Start the sensor detection script: +sensors-detect+ and follows the instructions. Reboot or activate the kernel modules which have been found. -6. To monitor HDDs, the +hddtemp+ daemon must be installed and running. -7. Run: +psensor+ +6. Run: +psensor+ ATI/AMD GPU Support ~~~~~~~~~~~~~~~~~~~