home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / apmher.zip / README < prev   
Text File  |  1994-03-15  |  4KB  |  80 lines

  1. README for APMHERE  3/15/94                                      Page 1 of 2
  2.  
  3. Copyright (C) International Business Machines Corp., 1994.
  4.  
  5. DISCLAIMER OF WARRANTIES AND LIABILITY:
  6. ---------------------------------------
  7.  
  8. The APMHERE program is a sample program created by IBM Corporation. This
  9. program is not part of any standard IBM product and is provided to you
  10. solely for the purpose of assisting you in the development of your applications.
  11. The program is provided "AS IS", without warranty of any kind.  IBM shall not
  12. be liable for any damages arising out of your use of the sample program, even
  13. if they have been advised of the possibility of such damages. The following
  14. is provided without guarantees and IBM assumes no liability or
  15. responsibility for the accuracy of this information. IBM assumes no financial
  16. or legal liabilities arising from the distribution or use of this information.
  17.  
  18.  
  19.     OS/2 ADVANCED POWER MANAGEMENT SUPPORT FOR LAPTOP COMPUTER SYSTEMS
  20.     ==================================================================
  21.  
  22. Every laptop has its own unique set of power management features (i.e. blank
  23. screen after x minutes, press special key sequence to go to standby or
  24. suspend mode, automatically go into suspend after x minutes of inactivity,
  25. etc.).  If a laptop uses a DOS power management device driver to provide
  26. these features when running real mode DOS, they will not work under OS/2.
  27. If these features are implemented in the laptops firmware they will continue
  28. to work under OS/2 whether the OS/2 APM support is installed or not.  Once
  29. OS/2 APM is loaded, the OS/2 power object is available and provides the
  30. ability to determine power source, battery life, the ability to suspend on
  31. demand, etc. (see power object).  If OS/2 APM support is not installed,
  32. users cannot perform these additional features. This does not have any
  33. impact upon the features that are built into the particular laptop.
  34.  
  35.   * Laptop Computers compatible with OS/2 2.1 Advanced Power Management will
  36.     have 16 Bit Protect Mode APM in the BIOS.
  37.  
  38.   * Laptop Computers that have 32 Bit Protect Mode APM will require fix
  39.     PJ08807 with the OS/2 2.1 base. (OS/2 2.1 GA has support for 16 Bit
  40.     Protect Mode APM.  The PJ08807 fix simply adds 32 Bit Protect Mode APM
  41.     support to OS/2 2.1 GA.)
  42.  
  43.   * Laptop Computers that have either 16 Bit Protect Mode or 32 Bit Protect
  44.     Mode APM and have OS/2 2.1 with Service pack (XR06200) will require
  45.     PJ12413.  The PJ12413 fix corrects the Protect Mode APM support in
  46.     OS/2 2.11 (XR06200).
  47.  
  48.   * Laptop Computers that have "No APM support in BIOS" or only have Real
  49.     Mode APM are not supported by OS/2 2.1 Advanced Power Management since
  50.     OS/2 is a Protect Mode only operating system.  (Note: OS/2 does not
  51.     support the Real Mode APM since the OS/2 module VAPM.SYS does not
  52.     emulate the APM BIOS in a VDM session.)
  53.  
  54. The APMHERE program can be used to identify LAPTOP computers that have
  55. Advanced Power Management support in conformance to the APM 1.0 Specification
  56. (dated 1/91) (Note: Systems with BIOS dates prior to January 1991 will not
  57. have the protect mode APM support in their BIOS.)  Laptop computers that do
  58. not have any APM support in their BIOS will also be identified.
  59.  
  60.  
  61. README for APMHERE  3/15/94                                      Page 2 of 2
  62.  
  63. To run APMHERE.EXE:
  64.  
  65. 1.  Disable any DOS Power management drivers that are loaded with DOS.
  66.     (See contents of the DOS CONFIG.SYS file for the DOS Power Management
  67.      device drivers.)
  68.  
  69. 2.  Boot native DOS (with the DOS power management drivers disabled).
  70.  
  71. 3.  Run APMHERE.EXE.  Redirect output to a file to save the information.
  72.     For example enter the command:    APMHERE.EXE > APMOUT.TXT
  73.  
  74. 4.  Please also record the BIOS information displayed during a power up
  75.     reboot.  Include the BIOS vendor, version, dates, etc.
  76.  
  77.  
  78.  
  79.  
  80.