home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / ATI_1.ZIP / README < prev    next >
Encoding:
Text File  |  1990-08-01  |  16.3 KB  |  379 lines

  1.  
  2.  
  3.  
  4.  
  5.         File Name: README
  6.         Source   : Disk #1
  7.         P/N      : 1081109522/1081107222/1081207222/1081209522
  8.         Date     : August 1, 1990
  9.  
  10.         =================================================================
  11.  
  12.                                     CONTENTS
  13.  
  14.         Section 1  VINSTALL replaced by VDRIVER
  15.         Section 2  New features in VSETUP
  16.         Section 3  Changes to VCONFIG
  17.         Section 4  Using RAMBIOS.SYS for faster BIOS operation
  18.         Section 5  Using L43.COM to display more lines of text on screen
  19.         Section 6  Using CLR.COM to clear screen
  20.         Section 7  Mouse Drivers
  21.         Section 8  Special note for users of Sidekick Plus
  22.         Section 9  Special note for users of TTL monochrome monitors
  23.         Section 10 Installing Wordstar & Word Perfect for 132-column text
  24.         Section 11 Using PRTSCRN.COM
  25.         Section 12 Using V-INFO.EXE
  26.         Section 13 Using VANSI.SYS
  27.         Section 14 Using VVESA.COM
  28.         =================================================================
  29.  
  30.                     SECTION 1 - VINSTALL REPLACED BY VDRIVER
  31.  
  32.         The  video utility software has an improved  driver  installation
  33.         program called VDRIVER, which replaces the VINSTALL program.  The
  34.         drivers  for each software package are in their own  subdirectory
  35.         along  with  a  separate install program.  The  separate  install
  36.         programs  are accessed through VDRIVER.  Here is a list of  those
  37.         install programs that VDRIVER uses:
  38.  
  39.              LOTUS\LOTUSDRV.EXE     for Lotus 1-2-3, Symphony
  40.              ACAD\ACADDRV.EXE       for AutoCAD, AutoSketch, AutoShade
  41.              WINDOWS\WINDRV.EXE     for Windows
  42.              VCAD\VCADDRV.EXE       for VersaCAD
  43.              GEM\GEMDRV.EXE         for GEM
  44.              VENTURA\VPDRV.EXE      for Ventura
  45.  
  46.         Note that these programs are not to be invoked by the user.    In
  47.         addition,   make sure these lines appear in your CONFIG.SYS  file
  48.         on your boot disk:
  49.  
  50.              BUFFERS=20
  51.              FILES=20
  52.  
  53.         You  may  require numbers higher than 20 if,   prior  to  running
  54.         VDRIVER,   some applications already exist in memory,   using  up
  55.         some of the buffer and file handlers.
  56.  
  57.         VDRIVER  operates  very much as VINSTALL does; the  procedure  is
  58.         self-explanatory.  You can run VDRIVER from any disk  (floppy  or
  59.                README                             Page 2
  60.  
  61.  
  62.         hard  disk) as long as the directory structure remains.  However,
  63.         some applications must be installed from floppy disks because  of
  64.         that particular applications installation procedure.
  65.  
  66.  
  67.                                SECTION 2 - VSETUP
  68.  
  69.         Video  mode is now selected in  'Power up Video  Mode  Selection'
  70.         menu.   New choices have been added to the analog  monitor  list.
  71.         Select the first item on the VSETUP menu to view the choices.
  72.  
  73.         You  can now control the gray scale level when the video card  is
  74.         connected to a TTL monochrome monitor or the RGB monitor.  Select
  75.         "ADJUST  TTL MONOCHROME GRAYSCALE" from the VSETUP main menu  and
  76.         use the left and right arrow keys to adjust the level.
  77.  
  78.  
  79.                                SECTION 3 - VCONFIG
  80.  
  81.         The choice "MONOCHROME TEXT 720x350 MDA" is compatible with IBM's
  82.         Monochrome  Display  Adapter.  It  is similar  to  the  MDA  Mono
  83.         Graphics  modes except that graphics is  NOT initialized. If  you
  84.         are  using  a  program in monochrome that  is  incompatible  with
  85.         Hercules Graphics, this is the choice to use. See the section  on
  86.         SideKick Plus.
  87.  
  88.         The screen format with 132 columns by 60 rows has been removed.
  89.  
  90.  
  91.                              SECTION 4 - RAMBIOS.SYS
  92.  
  93.         RAMBIOS.SYS  is  a  RAM version of the  video  BIOS.  It  enables
  94.         programs  to  run  faster when they access the  VIDEO  BIOS.  The
  95.         driver takes up about 32K of memory. To install it in DOS, do the
  96.         following:
  97.  
  98.                  a)   Copy RAMBIOS.SYS to your boot disk
  99.  
  100.                  b)   Create/Modify your CONFIG.SYS in your boot disk to
  101.                       include the line:
  102.  
  103.                       DEVICE = RAMBIOS.SYS
  104.  
  105.  
  106.         Notes:    The  above command must be executed before  any  device
  107.         drivers  that replace the video interrupt, such as  ANSI.SYS  and
  108.         FANSI  CONSOLE.  The  best place to put the  command  is  at  the
  109.         beginning of the CONFIG.SYS file.
  110.  
  111.  
  112.                                SECTION 5 - L43.COM
  113.  
  114.         L43  is  a   simple  program that  changes  the  number  of  rows
  115.         displayed  on  the  screen.  This is  done  by  using  a  smaller
  116.         character font (8x8) instead of the normal 8x14 or 9x16 font. The
  117.                README                             Page 3
  118.  
  119.  
  120.         screen  displays  43  lines on digital monitors or  50  lines  on
  121.         analog monitors.
  122.  
  123.                                SECTION 6 - CLR.COM
  124.  
  125.         The program CLR clears any non-standard EGA/VGA screen. This  can
  126.         be used to clear the screen when it is in the following formats:
  127.  
  128.                    132 columns by 44 rows
  129.                    EGA/VGA 80 columns by 43 rows
  130.                    EGA/VGA 80 columns by 50 rows
  131.  
  132.  
  133.                             SECTION 7 - MOUSE DRIVERS
  134.  
  135.         Contained  on this diskette are two mouse drivers; MOUSE.SYS  and
  136.         MOUSE.COM.  MOUSE.SYS  is  a device  driver  which  is  installed
  137.         through the CONFIG.SYS file on your boot drive. This driver  will
  138.         activate the mouse every time you boot the system. The driver can
  139.         be  installed  for  you by running VDRIVER  and  selecting  Video
  140.         Utilities.  If  you  prefer, the mouse driver  can  be  installed
  141.         manually  by  copying MOUSE.SYS into the root directory  of  your
  142.         boot  drive  and  adding one of the  following  lines  into  your
  143.         CONFIG.SYS file:
  144.  
  145.                     DEVICE = MOUSE.SYS (normal resolution mouse)
  146.  
  147.                 or
  148.  
  149.                     DEVICE = MOUSE.SYS 400dpi (only for high res mouse)
  150.  
  151.         MOUSE.COM  is  an executable program which is used to  install  a
  152.         resident  mouse driver if MOUSE.SYS is not installed and to  con-
  153.         figure the mouse driver.
  154.  
  155.                     MOUSE OFF      -  Disables mouse driver. If MOUSE.COM
  156.                                       was installed instead of  MOUSE.SYS
  157.                                       and MOUSE.COM was the last resident
  158.                                       program   installed,   the   memory
  159.                                       occupied  by the mouse driver  will
  160.                                       be released.
  161.  
  162.                     MOUSE           - Enables the mouse driver.
  163.  
  164.                     MOUSE STATUS    - Displays the current status of the
  165.                                       mouse driver.
  166.  
  167.                     MOUSE 400DPI    - Configures the mouse driver for a
  168.                                       high  resolution  (400dpi)   mouse.
  169.                                       This  mode should only be  used  if
  170.                                       your mouse is labeled 400DPI.
  171.  
  172.                     MOUSE 200DPI    - Configures the mouse driver for a
  173.                                       standard resolution (200dpi) mouse.
  174.                                       The  mouse driver will  default  to
  175.                README                             Page 4
  176.  
  177.  
  178.                                       standard  resolution unless  400DPI
  179.                                       is specified.
  180.  
  181.  
  182.                             SECTION 8 - SIDEKICK PLUS
  183.  
  184.         Sidekick Plus version 1.00A has a problem in monochrome  graphics
  185.         mode.  The  problem  occurs because Sidekick  Plus  restores  the
  186.         screen  to graphics mode on exit if graphics is enabled.  If  the
  187.         card  is in text mode instead of graphics mode, the  screen  goes
  188.         blank.  As  a result, this program should not be  run  under  the
  189.         monochrome  graphics mode. To use the program in  the  monochrome
  190.         mode,  set  the  card to Monochrome Text  (MDA)  instead  of  the
  191.         Monochrome Graphics (H720).
  192.  
  193.  
  194.                              SECTION 9 - TTL MONITOR
  195.  
  196.         This  section  is  of  interest only  if  you  are  connecting  a
  197.         monochrome  TTL monitor. The video card  automatically  optimizes
  198.         the palette to obtain the maximum contrast when displaying  color
  199.         software  on a monochrome monitor. This is highly desirable  with
  200.         most  software  but it may cause certain animated  EGA  games  to
  201.         blink. Some examples of these games are Gunship, F19 Stealth  and
  202.         World  Tour  of Golf. If this occurs on a program  that  you  are
  203.         using,  you  can disable or restore the  gray-scale  optimization
  204.         with special VCONFIG commands.
  205.  
  206.         To disable optimization type this command:
  207.  
  208.                    VCONFIG MASK BA FF 40
  209.  
  210.         To re-enable optimization type this command:
  211.  
  212.                    VCONFIG MASK BA BF 0
  213.  
  214.  
  215.          SECTION 10 - INSTALLING 132-COLUMN IN WORDSTAR AND WORDPERFECT
  216.  
  217.         Both  WordStar  and WordPerfect can support the  132-column  text
  218.         mode. No driver is needed, as both programs can be configured for
  219.         this mode.
  220.  
  221.         WORDSTAR 3.31
  222.  
  223.         This  version  of WordStar must be configured  by  modifying  the
  224.         WS.COM  file directly with the DOS DEBUG utility. This  operation
  225.         should  only  be performed on the working version of  WS.  Follow
  226.         these steps:
  227.                        DEBUG WS.COM  <enter>
  228.                        E CS:249  <enter>
  229.                        84  <enter>
  230.                        W  <enter>
  231.                        Q
  232.  
  233.                README                             Page 5
  234.  
  235.  
  236.         Before  running the patched version of WordStar, put your  screen
  237.         into 132-column mode using VCONFIG.
  238.  
  239.         WORDSTAR 4.0 AND 5.0
  240.  
  241.         These  versions  of Wordstar can be configured  for  132  columns
  242.         using  the WINSTALL and WSCHANGE. Select 80x25 text in  WINSTALL.
  243.         If  80x43 is selected in WINSTALL, it over-rides WSCHANGE.  Next,
  244.         run WSCHANGE and select 132 columns and either 25 or 44 rows. Use
  245.         VCONFIG  to  put the screen into 132-column mode  before  running
  246.         WordStar.
  247.  
  248.         NOTE: WordStar 5.0 doesn't restore the screen to 132-column  mode
  249.         after exiting from the page preview feature. Be sure to save  the
  250.         document before using the preview feature.
  251.  
  252.         WORDPERFECT 4.1 and 4.2
  253.  
  254.         WordPerfect  versions  4.1  and 4.2 allow you  to  designate  the
  255.         number  of rows and columns displayed on the screen.  Wordperfect
  256.         requires you to invoke any non-default text mode externally.
  257.  
  258.         To configure WordPerfect, type:
  259.  
  260.                     WP/S  <enter>
  261.  
  262.         A  setup  menu then appears. Select number 3 from  the  menu  and
  263.         enter  the  desired  number  of columns and  rows.  There  are  3
  264.         different text modes available with VGA card: 80x43, 132x25,  and
  265.         132x44. Not  all of these modes are available with every monitor.
  266.  
  267.         After  Wordperfect is configured for the desired text  mode,  you
  268.         must invoke it each time you use Wordperfect. The easiest way  of
  269.         doing this is to make a batch file that invokes the required mode
  270.         and then run WordPerfect.
  271.  
  272.         Create the file WP.BAT containing the following lines:
  273.  
  274.                     [command]
  275.                     WP
  276.                     VCONFIG CE80
  277.  
  278.         Where the line [command] is one of the choices shown below:
  279.  
  280.                     L43                 Invokes 80x43 or 80x50 mode.
  281.                     VCONFIG M132x25     Invokes monochrome 132x25 mode.
  282.                     VCONFIG C132x25     Invokes color 132x25 mode.
  283.                     VCONFIG M132X44     Invokes monochrome 132x44 mode.
  284.                     VCONFIG C132X44     Invokes color 132x44 mode.
  285.                README                             Page 6
  286.  
  287.  
  288.         WORDPERFECT 5.0
  289.  
  290.         There is no need to do any special configuration with WordPerfect
  291.         5.0 and 5.1. Simply invoke the desired text mode with VCONFIG and
  292.         run  WordPerfect. WP automatically adapts to the text mode.  Note
  293.         that  WP may not restore the screen to 132 columns after  exiting
  294.         from  the  page  preview feature. Be sure to  save  the  document
  295.         before using the preview feature.
  296.  
  297.  
  298.                              SECTION 11 PRTSCRN.COM
  299.  
  300.         PRTSCRN.COM  is a program which enhances the function of the  DOS
  301.         printscreen feature. Normally, when the contents of the screen is
  302.         dumped  to a printer, only the first 80 columns and 25 lines  are
  303.         printed. PRTSCRN allows the user to print any text modes that can
  304.         be  displayed on the video card. These include the 80X25,  80X43,
  305.         132X25 and 132X44 text modes. It does not enhance the dumping  of
  306.         graphics to the printer.
  307.  
  308.         PRTSCRN is a memory resident program. This means that after it is
  309.         loaded  into  memory, it will remain there until  the  system  is
  310.         reset or turned off. To load the program, simply run PRTSCRN. The
  311.         following message will appear on the screen:
  312.  
  313.                         Printscreen Utility
  314.                         PRTSCRN V1.0 1989 (Copyright)
  315.  
  316.         To  dump the contents of a text screen, hold down the  SHIFT  key
  317.         and  strike  the PRINT SCREEN key (this key may be  marked  PRINT
  318.         SCR, PRTSC or something similar).
  319.  
  320.  
  321.                              Section 12 - V-INFO.EXE
  322.  
  323.         V-INFO.EXE   displays system and configuration  information   for
  324.         diagnosing  problems. You should run it and have the  information
  325.         at   hand   before calling Tech Support for help.  To   use   the
  326.         program, type
  327.                          A>V-INFO  <enter>
  328.  
  329.  
  330.                              Section 13 - VANSI.SYS
  331.  
  332.         VANSI.SYS  is  a  device driver which is  a  substitute  for  the
  333.         standard ANSI.SYS in DOS. Use VANSI if you would like to use  DOS
  334.         in 80x43, 80X50, 132X25 or 132X44 text mode.
  335.  
  336.  
  337.                              Section 14 - VVESA.COM
  338.  
  339.         VVESA.COM  is a Terminate and Stay Resident (TSR) program. It  is
  340.         ATI's implementation of the proposed VESA Super VGA Standard V2.1
  341.         (VP891001).
  342.                README                             Page 7
  343.  
  344.  
  345.         VVESA  is not a driver. It is a program which enables your  video
  346.         board  to  be used with VESA compatible  software.  Consult  your
  347.         software manual or your software manufacturer's Technical Support
  348.         to see if a VESA driver is available for your software.
  349.  
  350.         Install  your software for VESA Super VGA. Then run VVESA  before
  351.         running  your  VESA compatible software. If you prefer,  a  batch
  352.         file  can be written to invoke VVESA and then your software.  The
  353.         resident portion of VVESA consumes only 2256 bytes of memory.  To
  354.         unload VVESA from memory, type VVESA OFF.
  355.  
  356.         The following VESA modes are supported:
  357.  
  358.              MODE      RESOLUTION        256K      512K      MEMORY
  359.              NUMBER    /COLORS           MEMORY    MEMORY    MODEL
  360.  
  361.              100h      640x400 /256      yes       yes       packed pixel
  362.              101h      640x480 /256      no        yes       packed pixel
  363.              102h      800x600 /16       yes       yes       4-plane planar
  364.              103h      800x600 /256      no        yes       packed pixel
  365.              104h      1024X768 /16*     no        yes       4-plane planar
  366.  
  367.              * Packed pixel on earlier V3 version of board.
  368.  
  369.         Programmers requiring more information about VESA standards may
  370.         obtain copies of the specifications by writing or calling:
  371.  
  372.                       VESA
  373.                       1330 South Bascom Ave., Suite D
  374.                       San Jose, CA 95128
  375.                       (408) 971-7525
  376.  
  377.         For a printout of this information, type:
  378.  
  379.                       A>COPY README PRN  <enter>
  380.  
  381.