home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 2305 / install. < prev    next >
Text File  |  1994-04-12  |  4KB  |  130 lines

  1. (1) Hardware Requirements:
  2.   PC 386 or better. MSDOS 3.3 or higher.
  3.   I recommend a minimum of 8Mb for better performance.
  4.   Hard disk for swapping (virtual memory).
  5.  
  6.   The following description is borrowed from DJGPP.
  7.  
  8.   Supported Wares:
  9.  
  10.   * Up to 128M of extended memory (expanded under VCPI)
  11.   * Up to 128M of disk space used for swapping
  12.   * SuperVGA up to 1280 x 1024.
  13.   * 80387
  14.   * XMS & VDISK memory allocation strategies
  15.   * VCPI programs, such as QEMM, DESQview, and 386MAX
  16.   * Windows, OS/2 (in DOS Box).
  17.  
  18.   Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  19.   model, SVGA graphics.
  20.  
  21.  
  22. (2) Unpack package:
  23.  
  24.   There are subdirectories in this package.
  25.   If you use PKUNZIP to unpack this package, make sure that you add the
  26.     '-d' switch.
  27.  
  28.  
  29. (3) Installation:
  30.  
  31.   ***** Important *****
  32.  
  33.   If you have used DISPLAY older than version 1.70, please delete all old
  34.   video drivers, go32.exe and emu387. 
  35.   Don't use vesanew.grn because it doesn't work for GO32 1.11.
  36.  
  37.   *********************
  38.  
  39.   Video drivers, emu387 and go32.exe are borrowed from DJGPP and GRX.
  40. + This go32.exe is the original one from DJGPP 1.11.maint4.
  41.  
  42.   1. Place GO32.EXE within system search path.
  43.  
  44.   2. Video Driver Setup:
  45.  
  46. +   All video drivers are in the DRIVER subdirectory.
  47.  
  48.     If you choose xxxxx.grn as video driver. add 'driver xxxxx.grn' to
  49.       environment GO32.
  50.     For example, go32=driver x:/xxxxx/xxxxx.grn
  51.  
  52.     If you can't find any suitable driver for your video card or you want
  53.       to use VESA interface, there are two ways you can choose:
  54.  
  55.       (a).
  56.         Just DON'T add anything to GO32. The default video driver in GO32 is 
  57.         VESA driver.
  58.         For example, go32=
  59.  
  60.       OR
  61.  
  62.       (b).
  63. +       Use vesa111.vdr.
  64. +       For example, go32=driver x:/xxxxx/vesa111.vdr
  65.  
  66.     For VESA user :
  67.       Please use vesainfo.com to check if your VGA BIOS supports VESA
  68.         standard.
  69. +     I suggest that you try (a) first. If (a) doesn't work then try (b).
  70.       If your VESA BIOS works under PROTECTED mode, you can 
  71. +       add 'driver ::p' to GO32(for (a)) or 
  72. +       append '::p' to vesa111(for (b)) 
  73.         to speed up graphics operations.
  74. +     For example, go32=driver ::p                         for (a)
  75. +                  go32=driver x:/xxxxx/vesa111.vdr::p     for (b)
  76.  
  77.     For DPMI(Windows, OS/2) user :
  78.       You must use VESA video driver.
  79.  
  80.   3. 80x87 Emulator Setup:
  81.  
  82.     If you do not have an 80x87, add 'emu x:/xxxxx/emu387' to GO32.
  83.     For example, go32=driver x:/xxxxx/xxxxx.grd emu x:/xxxxx/emu387
  84.     emu387 is included in this package.
  85.  
  86.     For DPMI(Windows, OS/2) user :
  87.       You must have a REAL 80x87. Emulator doesn't work under DPMI.
  88.  
  89.   4. Supress DPMI(for DOS user only):
  90.  
  91.     If your memory manager supports both DPMI & VCPI(i.e. 387MAX), I suggest
  92.       that you add 'nodpmi' to GO32.
  93.  
  94. +   For Windows or OS/2 user :
  95. +     You can't add 'nodpmi' to GO32. 
  96. +     If your memory manager supports both DPMI & VCPI and you are planning 
  97. +       to run DISPLAY under both DOS and Windows(OS/2), I suggest that you
  98. +       disable the DPMI support in your memory manager. So you don't have to
  99. +       keep two copies(one for DOS, supresses DPMI; one for Windows, enables
  100. +       DPMI) of runme.bat.
  101.  
  102.   5. Change Resources:
  103.  
  104.     Please use a text editor to modify the configuration file, CONFIG.DIS.
  105.     You MUST change the SYSTEM section at least.
  106.  
  107.   6. Run:
  108.  
  109. +   Read HINT.DOC.
  110.     Edit RUNME.BAT and use it to run DISPLAY.
  111.  
  112.  
  113. (4) Notes:
  114.  
  115.   1. For ALL user:
  116.     It is reported that DISPLAY is incompatible with emm386.sys from DR-DOS.
  117.     If you encounter this problem or you can run DISPLAY uner these systems
  118.       without problem, please give me an E-mail. Thanks.
  119.  
  120.   2. For VESA user :
  121.     You can find VESA BIOS extension at:
  122.       wuarchive.wustl.edu: /mirrors/msdos/graphics
  123.       godzilla.cgl.rmit.oz.au: /kjb/MGL
  124.  
  125.   3. For DPMI(Windows, OS/2) user :
  126.     DISPLAY doesn't support MOVIE playing in this mode. You can still save
  127.     movie frames.
  128.     Mouse is not supported.
  129.  
  130.