home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_p_z / rad_xga2 / disk1 / xgaai / readme.txt < prev    next >
Text File  |  1993-01-21  |  5KB  |  148 lines

  1.  
  2. (C) Copyright IBM Corporation 1991, 1992
  3.  
  4. Radius XGA-2 Adapter Interface Device Driver for DOS version 2.0
  5. ----------------------------------------------------------------------------
  6.  
  7.    Version 2.0 allows operation with non interlaced monitors.
  8.    This release incorporates Display Mode Query and Set (DMQS)
  9.    functionality.
  10.    -----------------------------------------------------------
  11.  
  12.    In order to use the XGA Adapter Interface with DMQS capability,
  13.    the location of the DMQS Monitor Information File must be specified.
  14.  
  15.    This is achieved by a parameter added to the Adapter Interface
  16.    device driver line in CONFIG.SYS. This should be inserted
  17.    by a text editor, after the Adapter Interface is installed.
  18.  
  19.    An example showing the default DMQS path is shown below.
  20.    
  21.    DEVICE=C:\RADXGA\XGAAIDOS.SYS C:\RADXGA\
  22.  
  23.             ------------------------------------------
  24.  
  25. This file contains information on the device driver required for
  26. the DOS Adapter Interface to run on the IBM XGA video subsystem.
  27.  
  28. IBM is a trademark of International Business Machines Corporation.
  29. PS/2 and Personal System/2 are trademarks of IBM Corporation.
  30. EMM386 is a trademark of Microsoft Corporation
  31. QEMM is a trademark of Quarterdeck Corporation
  32. 386Max is a trademark of Qualitas Corporation
  33.  
  34.  
  35. Driver Installation Instructions
  36. --------------------------------
  37.  
  38. Insert the "Radius XGA-2 Installation Diskette" in drive A, type INSTALL from
  39. the A:> prompt and press Enter.  Select the "XGA Adapter Interface (AI)"
  40. option and follow the instructions on the screen.
  41.  
  42. During the install process, the CONFIG.SYS is optionally changed (or built) to
  43. load the DOS Adapter Interface Device Driver automatically on system startup.
  44. You may choose not to have the install process do this, but in that case, you
  45. must include the following line in your CONFIG.SYS and restart your system
  46. before you can run the Adapter Interface :
  47.  
  48. DEVICE=C:\RADXGA\XGAAIDOS.SYS C:\RADXGA\
  49.  
  50. If you start your system from the D drive, replace C:\ with D:\ in the above
  51. line.
  52.  
  53. The Adapter Interface software, once installed, consists of a directory
  54. called \RADXGA, containing all the necessary files to load the XGA DOS
  55. Adapter Interface.
  56.  
  57. On system startup, the XGAAIDOS.SYS Device Driver attempts to load
  58. the XGA DOS Adapter Interface.
  59.  
  60. If the Adapter Interface cannot be loaded, the Device Driver
  61. issues an error message. Any error message is output immediately after the
  62. copyright statement and is one of the following:-
  63.  
  64.   (-XGA)       = No XGA hardware found
  65.                  (The Hardware is faulty, not present, or display not attached)
  66.  
  67.   (-80386)     = Incorrect processor
  68.                  (The Device Driver requires an 80386 processor or above)
  69.  
  70.  
  71. The diskette files
  72. -------------------
  73.  
  74. The XGAAI directory contains the following files:
  75.  
  76. README.TXT    - This README.TXT information file
  77. XGAAIDOS.SYS  - IBM XGA DOS Adapter Interface Driver
  78.  
  79. STAN1220.IMG  - 12*20 size standard Font optimized for the XGA adapter
  80. STAN0814.IMG  - 8*14 size standard Font optimized for the XGA adapter
  81. STAN0715.IMG  - 7*15 size standard Font optimized for the XGA adapter
  82. STAN1223.IMG  - 12*23 size standard Font optimized for the XGA adapter
  83.  
  84. STAN1220.SSV  - 12*20 size standard Font 8514/A compatible
  85. STAN0814.SSV  - 8*14 size standard Font 8514/A compatible
  86. STAN0715.SSV  - 7*15 size standard Font 8514/A compatible
  87. STAN1223.SSV  - 12*23 size standard Font 8514/A compatible
  88.  
  89. General Information
  90. -------------------
  91.  
  92. The XGA DOS Adapter Interface consists of a set of entry points callable by an
  93. application, providing access to the adapter's display hardware capability.
  94.  
  95. There are entry points for:
  96.  ■ graphics primitives
  97.       lines
  98.       areas
  99.       rectangles
  100.       characters
  101.       images
  102.  ■ drawing attributes
  103.       color & mix control
  104.        ∙  color index
  105.        ∙  color lookup table
  106.        ∙  logic & arithmetic mix
  107.       programmable primitives
  108.        ∙  line types
  109.        ∙  area patterns
  110.        ∙  fonts
  111.        ∙  markers
  112.  ■ graphics operations
  113.       windowing assist
  114.        ∙  hardware scissors
  115.        ∙  restorable state
  116.       layering assist
  117.        ∙  bit plane control
  118.        ∙  color lookup table
  119.       bit block transfer
  120.        ∙  through or across the planes
  121.        ∙  bit planes to bit planes
  122.        ∙  bit planes to/from memory
  123.  ■ hardware pointer
  124.  
  125. Refer to the XGA Adapter Interface Technical Reference Manual for
  126. further details. ( Part number 15F2154, form number S15F-2154-00 )
  127.  
  128. Notes:
  129. ------
  130.  
  131. If you want to run Windows 3.0 you must not install the XGA DOS Adapter
  132. Interface.  Remove the following line from your CONFIG.SYS file :-
  133.  
  134.   DEVICE=C:\RADXGA\XGAAIDOS.SYS C:\RADXGA
  135.  
  136. and restart your system.
  137.  
  138. Some 8514/A applications explicitly look for the 8514/A version of the Adapter
  139. Interface. This is stored on your disk storage in the file 'HDILOAD.EXE'.
  140. If these applications find this file, they use it and do not function
  141. correctly. If you have previously installed the 8514/A DOS Adapter Interface on
  142. your system, you must remove the 'HDILOAD.EXE' file from your disk storage.
  143.  
  144. The XGA Adapter Interface is compatible only with Lotus Intel Microsoft expanded
  145. memory emulators (LIMulators) that provide physical address services for DMA
  146. Busmasters.
  147.  
  148.