home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / endive.zip / README.TXT < prev   
Text File  |  2002-05-16  |  3KB  |  85 lines

  1.                                  OS2ENDIVE
  2.  
  3. OS2ENDIVE is a software package, which can be used to utilize
  4. motion video acceleration features of some videochips. It is
  5. a OS/2 GRADD driver and designed to work on the top of
  6. Scitech's Display Doctor universal videodriver. So, OS2ENDIVE
  7. can provide some enchancements for applications, which want
  8. to use it. This also mean, that software must be correctly
  9. designed to be accelerated.
  10.  
  11. At present I'm aware that only WarpVision videoplayer can fully
  12. utilize acceleration.
  13.  
  14. I am, Valery Gaynullin, is the author and copyright holder of
  15. OS2ENDIVE product.
  16. Today, OS2ENDIVE project hosted at the http://www.os2endive.nm.ru.
  17. It also mirrored at the: http://os2.kiev.ua
  18.  
  19. This time there are no installation program, so you must install
  20. downloaded files by hand.
  21.  
  22. 1. Check for software requirements.
  23.    SDD 7.0.4 or later. You must use version, which support your chip!
  24.    OS/2 Warp 4 with latest fixpack, or
  25.    OS/2 WarpServer for e-Business aka Aurora with latest fixpack, or
  26.    MCP, MCP2, ACP, ACP2, or
  27.    eComStation.
  28.    To take advantage of HW acceleration, you must use latest version
  29.    of WarpVision or WarpVision GUI. You can also use any other video
  30.    player, which can put images to DIVE in Y422 color format.
  31.  
  32. 2. Place files HWENDIVE.DLL and GREHOOK.DLL into your
  33.    x:\OS2\DLL directory. (x - your boot drive)
  34.  
  35. 3. Open config.sys file with any text editor (like OS/2 system editor)
  36. 4. Find a string:
  37.    SET C1=SDDGRADD
  38.    Change it to:
  39.    SET C1=SDDGRADD,HWENDIVE
  40. 5. Find a string:
  41.    SET GREEXT=SDDGREXT
  42.    If this string found, change it to:
  43.              SET GREEXT=SDDGREXT,GREHOOK
  44.    else add to config.sys new string:
  45.              SET GREEXT=GREHOOK
  46.  
  47. 6. Optional. To improve compatibility with old DIVE software you
  48.    can made a binary patch to dive.dll.
  49.    a) find dive.dll in your x:\MMOS2\DLL directory.
  50.    b) unpack  it  with cool LXLite software (you can get it from Hobbes - it's
  51.       free)
  52.    c) with any Hex editor search for followed bytes sequence:
  53.  
  54.      58 09 00 00 00 74 13 8B 8B 54
  55.  
  56.    d) change it to:
  57.  
  58.      58 09 00 00 00 EB 13 8B 8B 54
  59.  
  60.    e) optionally pack dive.dll with LXLite
  61.  
  62.    f) Check your LIBPATH for other copies of dive.dll and remove them.
  63.  
  64. 7. Reboot.
  65.  
  66. That's all about installation.
  67.  
  68.  
  69.                   OS2ENDIVE License Agreement
  70.  
  71. OS2ENDIVE is a try-and-buy software. There are no any trial limitation
  72. at this time. I believe, that this is not requiered and people can pay
  73. reasonable price without special tricks, like time-bombed or other way
  74. limited versions. The most important reason to pay - supporting OS/2
  75. development.
  76.  
  77.  
  78.      THE SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  79.      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  80.      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  81.      PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  82.      PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU
  83.      ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  84.  
  85.