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

  1.  
  2. Radius XGA-2 Color Graphics Card Release 1.00
  3. =============================================
  4.  
  5. TOPIC:       Radius DMQS Configuration Utility (SETDMQS.EXE) & DMQS
  6.              (Display Mode Query/Set) Profile Services.
  7.  
  8. I. Radius DMQS Configuration Utility User's Guide
  9.  
  10.    A. Purpose of Tool
  11.  
  12.       The purpose of the Radius DMQS Configuration Utility (SETDMQS.EXE)
  13.       is to install display information files onto a computer system
  14.       that supports DMQS and will be running an XGA graphics application
  15.       that will be using the DMQS support services to initialize the
  16.       XGA Adapter/Display hardware environment.
  17.  
  18.       Below are the steps involved with running the setup tool
  19.       as well as a description of how the data that is installed by the
  20.       installation is used by other applications:
  21.  
  22.       1. Unpacking/Copying DGS files.
  23.  
  24.          The Radius XGA-2 installation program unpacks all of the
  25.          display information files from a supplied packed file.
  26.  
  27.       2. Updating DOS and OS/2 system boot files.
  28.  
  29.          In addition to installing the display files, the installation
  30.          tool will also update the system boot files on the user's
  31.          system hard-disk.
  32.  
  33.          The DMQS services must have a system environment variable defined
  34.          in order to tell it where to look for the display information files
  35.          it needs to initialize the XGA Adapter/Display properly. The
  36.          setting of this environment variable must be done within the
  37.          system boot file. Thus, the installation tool will automatically
  38.          update the system file(s) found in the root directory of the
  39.          start up hard-disk in order to properly set the environment to
  40.          point to the installation directory specified during installation.
  41.  
  42.       3. What are the MONxxxx.DGS files used for?
  43.  
  44.          The DGS files in the file name form of MONxxxx.DGS will be used
  45.          by the DMQS system services in order to initialize the XGA Adapter/
  46.          Display configuration properly. Without the DGS file, the DMQS
  47.          services would not be able to determine what type of display is
  48.          attached to the system and what display capabilities the display
  49.          has.
  50.  
  51.    B. Starting the Radius DMQS Configuration Utility
  52.  
  53.       1. Setup Tool requirements.
  54.  
  55.          a. Radius DMQS Configuration Utility files:
  56.  
  57.                - README.TXT   (This information file)
  58.                - SETDMQS.EXE  (Radius DMQS Configuration Utility)
  59.                - MONxxxx.DGS  (Unpacked XGA Display Information Files)
  60.  
  61.          b. Starting the Radius DMQS Configuration Utility.
  62.  
  63.             To start the Radius DMQS Configuration Utility select the "DMQS
  64.         Support (Monitor Configuration)" option from the Radius XGA-2
  65.         installation program menu.
  66.  
  67.       2. Obtaining help in using the setup tool.
  68.  
  69.          The Radius DMQS Configuration Utility tool has on-line help
  70.          services whereby one can depress the F1 key in order to get help.
  71.  
  72. II. XGA/DMQS Display Information File Profile Services.
  73.  
  74.    The DMQS profile services found in the DMQS system services will allow
  75.    one to customize the XGA Adapter/Display environment found on a computer
  76.    system.
  77.  
  78.    A. How to create an XGA Display Configuration Profile:
  79.  
  80.       When you first install the XGA Display Information Files on your
  81.       system, a profile will be created and the XGA Graphics program that
  82.       uses the DMQS services will be provided with the default POST startup
  83.       DMQS values. However, you can override some of the DMQS values via
  84.       the XGA Display Configuration Profile mechanism.
  85.  
  86.       The Radius DMQS Configuration Utility creates the DMQS Profile when you
  87.       select "Save Settings and Exit".
  88.  
  89.    B. How the DMQS profile services work:
  90.  
  91.       The DMQS profile services will look for a file by the name of
  92.       XGASETUP.PRO found in the same directory that has the Display
  93.       Information Files (MONxxxx.DGS).
  94.  
  95.       This file is a ASCII text file which contains a set of GML tags that
  96.       will be used to provide information to the DMQS system services about
  97.       the XGA Adapter/Display environment. This profile allows one to
  98.       override some attributes of how the XGA hardware will be initialized
  99.       and used by graphics applications which use the DMQS system services.
  100.  
  101.    C. Syntax and content of XGASETUP.PRO:
  102.  
  103.       The file XGASETUP.PRO will be found in the same directory as the
  104.       Display Information Files which are installed by the XGA Display
  105.       Information File Installation Tool (the default path is XGA$DMQS).
  106.  
  107.       This ASCII text file will contain a set of tags which define
  108.       attributes of the XGA Adapter/Display hardware installed.
  109.  
  110.       Below is an example XGASETUP.PRO profile:
  111.  
  112.       /**********************************************************************
  113.       /*
  114.       /* FILENAME: XGASETUP.PRO
  115.       /*
  116.       /* DESCRIPTION: Profile to set XGA DMQS preferences on current system.
  117.       /*
  118.       /* LAST MODIFIED: 03/29/92 at 10:57:37
  119.       /*
  120.       /**********************************************************************
  121.  
  122.       /**********************************************************************
  123.       <SLOT, NUMBER=5, MONITOR_ID=00F0>IBM 8514
  124.       /**********************************************************************
  125.       <SLOT, NUMBER=8, MONITOR_ID=F0FF>IBM 8515, 8516
  126.       /**********************************************************************
  127.       <STARTUP, NUMBER=5>
  128.  
  129.       The profile above does the following:
  130.       ────────────────────────────────────
  131.  
  132.       > Informs the DMQS services that the display in slot 5 is a display
  133.         of type 00F0 and that DMQS should use the display file MON00F0.DGS
  134.         to obtain information about the installed display.
  135.  
  136.       > Informs the DMQS services that the display in slot 8 is a display
  137.         of type F0FF and that DMQS should use the display file MONF0FF.DGS
  138.         to obtain information about the installed display.
  139.  
  140.       > Informs the DMQS services that when any XGA graphics application
  141.         uses DMQS services that the application will display its graphics
  142.         output on the XGA adapter card in slot 5.
  143.  
  144.       NOTE: If any of the slot numbers and/or display IDs are invalid when
  145.             read in by the DMQS profile services, then the tag will be
  146.             ignored and it shall not have any affect on how the DMQS services
  147.             initializes the XGA hardware.
  148.  
  149. TOPIC:      Radius XGA-2 Diagnostic (DIAG.EXE)
  150.  
  151.       This utility provides diagnostic tests for the Radius XGA-2 Interface
  152.       card.  It can also be used as a troubleshooting tool if you suspect a
  153.       problem, and to help resolve conflicts with other display adapters in
  154.       your system.  
  155.  
  156. TOPIC:      Font Corruption Fixup TSR (FONTSWAP.COM)
  157.  
  158.       This TSR corrects possible font corruption when using host-based
  159.       applications such as a 3270 emulator that uses the Adapter Interface
  160.       (AI) to switch between test and graphics modes. The fonts become
  161.       corrupted because IBM originally designed the AI for the 8514/A
  162.       Display Adapter, which used separate memory for text (VGA) and
  163.       graphics modes. Since the XGA-2 interface uses the same memory for
  164.       both text and graphics modes, the area in memory where the fonts
  165.       are stored can become corrupted. If you are not using the AI, there
  166.       is NO reason to have FONSWAP.COM loaded as a TSR.
  167.  
  168. TOPIC:     Value Point Fixup Utility (VPXGA.EXE)
  169.  
  170.      This utility changes a value in the CMOS of IBM PS/ValuePoint machines
  171.      to allow the proper functioning of the the Radius XGA-2 Color Graphics
  172.      Card. It doesn't affect non-IBM systems and is run automatically by the
  173.      Installation program.
  174.  
  175.  
  176.