home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / sharewar / hmonitor / README.TXT < prev    next >
Text File  |  2000-03-17  |  8KB  |  219 lines

  1.    Hmonitor 3.1.2.4 (Released 22.01.2000)
  2.    --------------------------------------
  3.  
  4.  
  5.    Overview
  6.    --------
  7.  
  8.     This program monitors and displays hardware parameters
  9. collected by the several sensor chips, installed on certain
  10. motherboards. Program can monitor voltages, temperatures
  11. of CPU and motherboard and cooler fans RPMs.
  12. Program can be used under Windows 95/98 or NT operating
  13. systems on Intel-based personal computers.
  14.  
  15.  
  16.    Key features
  17.    ------------
  18.    - Software cooling (Pro version only);
  19.    - CPU Throttling (Pro version only);
  20.    - very low resources usage (about 500K);
  21.    - displays up to three temperatures;
  22.    - customizable alarms/user app. execute;
  23.    - dynamic system tray status icon;
  24.    - current values are visible as a hint;
  25.    - detailed/warning log files can be produced;
  26.    - wide range of MB vendors supported (for details, see mblist.txt).
  27.  
  28.  
  29.   Sensors supported
  30.   -----------------
  31.  
  32.    - National LMxx: LM75, LM78, LM79, LM80, LM81;
  33.    - Winbond W83781d, W83782d, W83783s; W83627;
  34.    - Genesys GL518SM, GL520SM (Pro version only);
  35.    - Maxim 1617, 1617a;
  36.    - SIS 5591/5595 DAM;
  37.    - Analog devices ADM1021, ADM9240;
  38.    - Dallas Semiconductor DS1780;
  39.    - Texas Instruments THMC10,THMC50;
  40.    - Asustek AS99127F;
  41.  
  42.   Motherboards supported
  43.   ----------------------
  44.  
  45.   Almost all motherboards equipped with a sensors are supported now!
  46.   See mblist.txt file for details about some particular board;
  47.  
  48.   Chipsets supported:
  49.  
  50.    - Intel TX,LX,BX,ZX, some of FX!
  51.    - SIS   5591/5595;
  52.    - VIA   VP3, MVP3 (Apollo),  Apollo Pro; (Pro version only);
  53.    - ALI   Aladdin with M7101 Southbridge;  (Pro version only);
  54.    - AMD   Irongate (751/756);              (Pro version only);
  55.  
  56.    Installation
  57.    ------------
  58.  
  59.     To perform installation under Windows-NT, you should be logged on
  60. as a member of administrators group.
  61. To begin installation, simply run setup.exe file.
  62. If hmonitor service hadn't been installed, you can install it later
  63. with 'hmonitor.exe /setup' command.
  64. After successful installation, you may launch hmonitor.exe without rebooting.
  65. After rebooting, Hmonitor will start automatically. This option can be
  66. disabled via Hmonitor's system menu.
  67.  
  68.     Settings
  69.     --------
  70.  
  71.     You can change several settings by use of control menu or
  72. popup menu for tray icon.  Also, you can hide unwanted
  73. information panels. All settings and window state/position saved
  74. automatically in the Registry.
  75.  
  76.     Unfortunately, there is no standard for CPU temperature
  77. sensor (LM75) addresses used, so several vendors use different
  78. addresses.  If your mainboard is capable to measure CPU
  79. temperature, but Hmonitor don't display it, try to change LM75
  80. address on "Hardware Setup" page from "Settings" window.  Also, look
  81. in mblist.txt file for your MB model.
  82.  
  83.    You can change any caption for Temperature/fan readings now.
  84. To do so either press select button, and select some predefined values
  85. from the list, or type over string you want directly.
  86.  
  87.     Logs
  88.     ----
  89.  
  90.     Warning messages produced by Hmonitor also logged in Windows NT
  91. application event log.  Standard EventViewer program can be used
  92. to examine it.
  93.     In addition, Hmonitor can produce two ASCII log files - one for each
  94. poll and other for data when warning event occurs.
  95.  
  96.  
  97.     Events
  98.     ------
  99.  
  100.   When one of measured parameters exceed specified threshold,
  101. warning message can be produced, or user-defined .wav file can be played,
  102. or user-defined application can be launched.
  103.  
  104.     CPU temperature correction
  105.     --------------------------
  106.  
  107.     The background is, there's some space (air) between the LM75
  108. CPU sensor and the actual CPU, and different brands have the CPU
  109. core placed on different positions (near the top, near the
  110. bottom) in the plastic CPU package.  So you have got to add a
  111. specific temperature value to compensate for this and correctly
  112. guess and display the inner value.
  113.  
  114. To give you some hint, here are some estimated values:
  115.  
  116.   Processor brand            compensation    critical
  117.   ------------------------   ------------    --------
  118.   AMD    K5 PR133                 8░C (*)
  119.   AMD    K5 PR166                17░C (*)
  120.  
  121.   AMD    K6 166                   8░C          70░C
  122.   AMD    K6 200                   8░C          70░C
  123.   AMD    K6-2                    14░C (*)
  124.  
  125.   Cyrix  M2 PR200                15░C (*)
  126.  
  127.   IDT    WinChip C6              20░C (*)
  128.  
  129.   Intel  Pentium MMX (P55C)      22░C          80░C
  130.  
  131.   Intel  Pentium II              15░C (*)      70░C
  132.  
  133.   Intel  P-II with Winbond sensor 2░C
  134.  
  135. (*) not confirmed
  136.  
  137. ! Warning: !
  138.  
  139. DO NOT RELY ON THESE VALUES, AND CHECK THEM AGAINST THE VALUES
  140. SHOWN IN YOUR BIOS SETUP!  If in question, always suppose the
  141. values shown by the BIOS are the correct ones.
  142.  
  143.  
  144. TEMPERATURE CONTROL (PRO VERSION ONLY)
  145. --------------------------------------
  146.  
  147. Under normal circumstances, the CPU isn't always active.  It spends
  148. much of it's time waiting for the keyboard, hard disk or CD-ROM.
  149. What would be more logical than to turn off the CPU for that period?
  150. That's exactly what the HLT machine instruction does.
  151. Whenever the CPU encounters a HLT instruction, the clock is halted
  152. and the CPU enters suspend mode until an interrupt occurs.
  153.  
  154. Modern operating systems like Linux or Windows NT execute the HLT
  155. instruction in an idle priority thread. This thread is always
  156. executed when, as the name implies, the CPU is otherwise idle.
  157. Therefore no additional execution time is needed, and the CPU will
  158. not run slower. This does not hurt performance since the CPU controls
  159. the powering-down of specific internal parts by hardware-control, so
  160. there's no software intervention needed for explicitly re-enabling a
  161. powered-down part.
  162.  
  163. Unfortunately, Windows 95 does not support HLT. To remove this
  164. limitation, "Hmonitor" provides an idle thread executing HLT for
  165. Windows 95/98.
  166.  
  167.  
  168. CPU Throttling (PRO VERSION ONLY)
  169. ---------------------------------
  170.  
  171. Throttling is the ability of the CPU to change between stop (idle),
  172. and full speed modes, at very high frequency (hundreds of
  173. kilohertz).  This CPU switching looks (to the system) as a decrease
  174. in the working frequency of CPU, and leads to lower power consumption.
  175. With Hmonitor Pro, you can use this technology to improve stability of
  176. your system. Hmonitor will enable specified throttle level if CPU or
  177. system temperature becomes higher than defined threshold, and return
  178. system back to full speed when temperature decreased below low threshold.
  179. You can specify Temperature bounds and throttling level in Settings window.
  180.  
  181.  
  182.     Disclaimer
  183.     ----------
  184.  
  185.     Hmonitor is Shareware program. See Licence.txt for details.
  186.     No warranty for this program is expressed, implied or
  187. otherwise made. I am not in any way responsible for any damages
  188. Hmonitor may cause to your computer resulting from the use or
  189. misuse of this program, including loss of data, loss of profits,
  190. or damage to any software or hardware component.
  191.  
  192.     Nevertheless, do not hesitate to send me any comments and bug
  193. reports!
  194.  
  195.  
  196.     Support
  197.     -------
  198.  
  199.     Up-to-date version of this program can be found on Web-site
  200.     in InterNet at:
  201.  
  202.     http://hmonitor.hypermart.net/
  203.  
  204.  
  205.     ATTENTION TO REGISTERED USERS OF VERSION 3.0.X!
  206.     -----------------------------------------------
  207.  
  208.   Registration and distribution system are completely replaced in version 3.1.
  209. All registered 3.0 users can get FREE registration of version 3.1 Lite,
  210. or can upgrade 3.0 to 3.1 Pro version for half price (see details in the register.txt).
  211. I'm sorry for inconvenience.
  212.  
  213.  
  214.     Author
  215.     ------
  216.  
  217.     Alexander Berezkin E-Mail: alanber@hmonitor.hypermart.net
  218.  
  219.