home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009B.BIN / DRIVER / ELSA / GLD_NT4 / GLD_NT4.ZIP / Setup_EN.txt < prev    next >
Text File  |  2000-03-28  |  5KB  |  129 lines

  1.         #
  2.         | README file for ELSA ELSA graphics driver Setup
  3.         |
  4.         | ELSA graphics driver Setup for Windows NT 4.00 Build 1381
  5.         |
  6.         | Version: 3.0.2.01
  7.         |
  8.         | Copyright (c) 2000 ELSA AG (Aachen, Germany)
  9.         |
  10.         | ELSA AG                  Internet   : http://www.elsa.de
  11.         | Sonnenweg 11      
  12.         | 52070 Aachen
  13.         | Germany
  14.         |
  15.         | ELSA Inc.                Internet   : http://www.elsa.com
  16.         | 1630 Zanker Road         
  17.         | San Jose, CA 95112
  18.         | USA
  19.         |
  20.         | ELSA Asia Inc.           Internet   : http://www.elsa.com
  21.         | 7F-11, No. 188, Sec. 5
  22.         | Nanking East Road
  23.         | Taipei 105
  24.         | Taiwan, R. O. C.
  25.         |
  26.         | ELSA Japan Inc.          Internet   : http://www.elsa.com
  27.         | Mita Suzuki Building 3F
  28.         | 5-20-14 Shiba, Minato-ku
  29.         | Tokyo 108-0014
  30.         | Japan
  31.         |
  32.         | 03/28/2000, KLux
  33.  
  34.  
  35.         Table of Contents:
  36.  
  37.         1.      Introduction
  38.         2.      Installation
  39.  
  40. -------------------------------------------------------------------
  41.  
  42. 1       Introduction
  43.  
  44.         This file explains how to configure the ELSA graphics
  45.         driver setup.
  46.  
  47. 1.1     Requirements
  48.  
  49.         This software only runs on Windows NT 4.0.
  50.  
  51. -------------------------------------------------------------------
  52.  
  53. 2       Installation
  54.  
  55.         NOTE:   This software was designed for full functionality
  56.                 under Windows NT 4.0 only!
  57.  
  58.         There are several ways to use the ELSA setup:
  59.  
  60.         - Using the default setup wizard        (2.1)
  61.         - Using commandline switches            (2.2)
  62.  
  63. 2.1     Using the default setup wizard
  64.       
  65.         This is the option users should usually choose.
  66.         Start setup by double clicking the executable.
  67.         Setup guides the user through the installation process.
  68.         The user is informed if conflicts or problems are detected, 
  69.         and asked for interaction.
  70.         
  71. 2.2     Using commandline switches
  72.  
  73.         This method is for advanced users (System Administrators) 
  74.         to help them setting up machine in a comfortable way.
  75.  
  76.         WARNING: Using any of the provided commandline switches 
  77.                  is highly dangerous unless you do not exactly know
  78.                  what you are about to do.
  79.  
  80. 2.2.1   The commandline switches
  81.  
  82.         All commandline switches do not need leading - or / to 
  83.         function correct. So do not provide these chars otherwise
  84.         setup may not function as desired.
  85.         You may provide the switches in any order. If you enter an
  86.         option twice, the first occurance is used.
  87.  
  88.         SILENT   Using this option forces the setupwizard to work 
  89.                  without most of the userinteraction.
  90.                  If the setupwizard encounters conflicts or 
  91.                  problems during the installation process, the
  92.                  setup terminates.
  93.                  ( i.e. Graphics adapter and display driver do 
  94.                  not match.)
  95.  
  96.         FORCE    This option passes any conflicts which have been 
  97.                  detected during the setup process.
  98.                  
  99.         REBOOT   If this switch is given, setup does automatically
  100.                  reboot the system upon finishing the installation
  101.                  process.
  102.  
  103.         XRES=XYZ At the next reboot the system will start with the
  104.                  provided horizontal resolution. Where XYZ is the
  105.                  decimal value in pixel.
  106.  
  107.         YRES=XYZ At the next reboot the system will start with the
  108.                  provided vertical resolution. Where XYZ is the 
  109.                  decimal value in pixel.
  110.  
  111.         BPP=XYZ  At the next reboot the system will start with the
  112.                  provided colordepth. Where XYZ is the decial value
  113.                  in bits per pixel.
  114.  
  115.         HZ=XYZ   At the next reboot the system will start with the
  116.                  provided frequency. Where XYZ is the decimal value
  117.                  in hz.
  118.  
  119.         Expecially the switches concerning the predifined resolution
  120.         are extremely dangerous. If your attached monitor or display
  121.         adapter do not function with the provided values, you may 
  122.         even destroy your hardware. Therefore use these switches 
  123.         carefully.
  124.  
  125.         Example: setup.exe XRES=1024 YRES=768 BPP=32 HZ=75
  126.                  forces the system to start with a resolution of 
  127.                  1024x768 in true color at 75 hz.
  128.  
  129.