home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / mga25413.zip / README.CID < prev    next >
Text File  |  1996-11-22  |  4KB  |  134 lines

  1. README.CID                                                          22-Nov-96
  2.  
  3.                    CID Installation of the MGA OS/2 Drivers
  4.                    ========================================
  5.  
  6.  
  7.  
  8. Contents
  9. --------
  10.  
  11.         1. Introduction
  12.  
  13.         2. Configuring the driver via CID
  14.  
  15.             a. Screen resolution and Pixel Depth.
  16.  
  17.             b. Monitor selection.
  18.  
  19.         3. Installation of the MGA OS/2 Drivers via CID
  20.  
  21.  
  22.  
  23.  
  24. 1. Introduction
  25. ---------------
  26.  
  27. This document discusses the issues concerning CID installation of the
  28. MGA OS/2 Drivers.
  29.  
  30. The OS/2 utility DSPINSTL.EXE is used to perform CID installation of
  31. display drivers.
  32.  
  33. Typically, CID installation is done by running a batch file.  The system
  34. administrator customizes the batch file and then runs it on the system to be
  35. upgraded.  The batch file attaches the network drive that contains the MGA
  36. drivers to the local computer, and then runs dspinstl to install the drivers.
  37.  
  38. A script file (MGAX64.DSP) is used to tell DSPINSTL where to install the
  39. various components of the MGA driver.
  40.  
  41. The script file included with the MGA OS/2 Drivers disk will install the
  42. display driver.  Once the drivers are installed, the user can configure the
  43. driver by launching the System object, or by running the MGA Settings utility.
  44.  
  45. If the system adminstrator wishes to configure the driver during CID
  46. installation (choose monitor type, resolution, pixel depth) then he/she will
  47. have to modify the script file (MGAX64.DSP).
  48.  
  49. Where to go from here:
  50.  
  51.    -To install the driver via CID using the default driver
  52.     configuration, go to section 3.
  53.  
  54.  
  55.    -To install the driver via CID using a custom configuration,
  56.     go to section 2.
  57.  
  58.  
  59.  
  60. 2. Configuring the driver via CID
  61. ---------------------------------
  62.  
  63. 2.1 Screen resolution and pixel depth:
  64.  
  65. To configure the boot-up resolution and pixel depth of the driver, add the
  66. following lines to the MGAX64.DSP script file:
  67.  
  68.         :SET_RESOLUTION
  69.         WIDTH=wwww
  70.         HEIGHT=hhhh
  71.         COLORS=cccc
  72.         PLANES=1
  73.  
  74. where wwww = display width
  75.       hhhh = display height
  76.       cccc = number of colours (256, 65536, or 16777216)
  77.  
  78. Valid width/height combinations are:  640x480, 800x600, 1024x768, 1152x864,
  79. 1280x1024, 1600x1200, 1600x1280, and 1800x1440.  Depending on the type of board
  80. installed, and on how much VRAM is available, not all resolutions are
  81. supported.  If an invalid resolution is specified, then the driver will boot
  82. using the default 640x480 resolution.
  83.  
  84.  
  85. 2.2 Monitor selection
  86.  
  87. Monitor selection is necessary to tell the driver what resolutions and refresh
  88. rates are supported by the monitor.
  89.  
  90. Certain monitors (DDC monitors) are able to communicate their capabilities to
  91. the display driver.  When such monitors are being used, the monitor selection
  92. step is not required.
  93.  
  94. When a non-DDC monitor is being used, the driver relies on the MGA.INF file to
  95. know the monitor capabilities.  This file is generated by selecting a monitor
  96. using the MGASET utility.  If no MGA.INF file exists (and the monitor is
  97. non-DDC), the driver will use the default 60 Hz refresh rate for all
  98. resolutions.
  99.  
  100. Once the system administrator has generated an MGA.INF file, the MGAX64.DSP
  101. script can be modified to copy the MGA.INF file to the appropriate location on
  102. the system being upgraded.  This line must be added to the :FILES section of
  103. MGAX64.DSP
  104.  
  105.         MGA.INF          %BOOTDRIVE%:\MGA\OS2
  106.  
  107. This line assumes that the MGA.INF file can be found in the same
  108. directory as the DSP script.
  109.  
  110.  
  111.  
  112. 3. Installation of the MGA OS/2 Drivers via CID
  113. -----------------------------------------------
  114.  
  115. Installation of the drivers via CID is done using OS/2's DSPINSTL utility.  The
  116. INSTALL.CMD batch file included with the installation disk makes use of this
  117. utility.
  118.  
  119. Before running INSTALL, the system being upgraded should be able to access the
  120. network directory containing the new drivers.  Also, if the administrator has
  121. made modifications to the MGAX64.DSP script or to MGA.INF (as described in
  122. section 2), these files should be located in this network directory.
  123.  
  124. From an OS/2 session, type:
  125.  
  126.      X:\DSKIMAGE\INSTALL X:\DSKIMAGE D: /U
  127.  
  128. where X:\DSKIMAGE is the network drive and directory containing the
  129.                   new drivers.
  130.  
  131.       D: is drive where the drivers are to be installed.
  132.  
  133.  
  134.