home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_p_z / pclvclr / disk2 / win30 / readme < prev    next >
Text File  |  1992-08-21  |  3KB  |  84 lines

  1. CIRRUS LOGIC GD542x Windows 3.0 Drivers
  2. -------------------------
  3.  
  4. Name                                    Resolution
  5. ----------------------------------      -----------------------------
  6. 16_1024.DRV         Multi-Resolution       640x480, 16 Colors
  7.                                         800x600, 16 Colors
  8.                                         1024x768, 16 Colors
  9. 256_1024.DRV     Multi-Resolution       640x480, 256 Colors
  10.                                         800x600, 256 Colors
  11.                                         1024x768, 256 Colors
  12.  
  13. NOTE:
  14. The 64K_800.DRV and 16M_640.DRV are Windows 3.1 only drivers
  15. and do not operate under Windows 3.0.
  16.  
  17. Installing Windows 3.0
  18. ----------------------
  19.  
  20. Run SETUP from DOS and scroll up to "Display" using the arrow keys and 
  21. [Enter].  Scroll down to "Other (Required disk provided by hardware 
  22. manufacturer)" and [Enter].  Insert the Cirrus Logic GD542x Windows 
  23. Drivers Disk in A: or B: and type WIN30 in the box where Windows prompts
  24. to enter the hardware manufacturer display device driver.  For example,
  25. type the following:
  26.  
  27.     A:\WIN30
  28.  
  29. You will then be presented with the following:
  30.  
  31.     Cirrus 542x v1.0, Multi-res 16 colors
  32.     Cirrus 542x v1.0, Multi-res 256 colors
  33.  
  34. Select any of the above and press [ENTER].
  35. When Windows SETUP asks you to insert the
  36. "Cirrus Logic GD542x Windows 3.x Fonts Diskette", enter the same disk drive
  37. as you did above, be instead reference the SYSTEM directory. For example,
  38. type the following:
  39.  
  40.     A:\SYSTEM
  41.  
  42. Later you will be asked to insert the
  43. "Cirrus Logic GD542x Windows 3.0 Driver Diskette",  This time use
  44. the WIN30 directory.  For example, type the following:
  45.  
  46.     A:\WIN30
  47.  
  48.  
  49. SETUP will complete the installation.  
  50.  
  51. The GD542x Multi-Resolution color drivers will require that a section
  52. in your SYSTEM.INI.  The Windows 3.0 SETUP program must be used to
  53. select the default configuration of the 16 or 256 color drivers.  You
  54. will find that it is easiest to use the SetRES utility to configure
  55. resolutions and color selections.  Run the INSTALL utility on the
  56. Windows distribution disk to copy the drivers and the SetRES utility to
  57. your hard drive.  Then run SetRes from within windows to configure your
  58. instalation.  Do not select either the 64K color or 16.8 Million color
  59. options from Windows 3.0 as these are Windows 3.1 drivers and may not
  60. function correctly.
  61.  
  62. Manually Editing the SYSTEM.INI file
  63. After exiting the SETUP program, edit the SYSTEM.INI file to change the
  64. resolution manually.  Any text editor may be used, including EDLIN, or
  65. EDIT that came with your version of DOS, or Notepad found in the
  66. accessories group of your Windows 3.0 installation.  Find the section
  67. [CLVGA].  The [CLVGA] section will not exist when you first setup
  68. Windows 3.0.  You must add one to the end of the SYSTEM.INI file.  Type
  69. in one of the sections below:
  70.                  For 16 Color Drivers:      For 256 Color Drivers:
  71.                  =====================      ======================
  72. For 640x480 use:
  73.                  [CLVGA]                    [CLVGA]
  74.                  VIDEOMODE=18               VIDEOMODE=95
  75.  
  76. For 800x600 use:
  77.                  [CLVGA]                    [CLVGA]
  78.                  VIDEOMODE=106              VIDEOMODE=92
  79.  
  80. For 1024x768 use:
  81.                  [CLVGA]                    [CLVGA]
  82.                  VIDEOMODE=93               VIDEOMODE=96
  83.  
  84.