home *** CD-ROM | disk | FTP | other *** search
/ MAX CD Photos / maxphotos.zip / maxphotos / ADDENDUM.MAN < prev    next >
Text File  |  1995-11-01  |  3KB  |  70 lines

  1. SVGA 1.10 Manual Addendum
  2. -------------------------
  3.  
  4. This addendum documents changes since the SVGA 1.10 manual went to press.
  5.  
  6. 1.11    Added the SVGATEMP environment variable.  Previously, SVGA would
  7.     use the TEMP variable setting (if valid) for its virtual memory
  8.     path.  SVGA now uses SVGATEMP, then TEMP, then the current
  9.     directory.
  10.  
  11. 1.12    Added /i command line switch.  This switch instructs SVGA to start
  12.     up in the currently operational video mode, rather than switching
  13.     to the standard 80x25 text mode.  Pressing F7 at the file display
  14.     screen will toggle between the initial video mode and the standard
  15.     80x25 mode.
  16.  
  17.     Added /g command line switch.  This switch instructs SVGA to not
  18.     use graphical characters on a VGA display.  This was added due to
  19.     incompatibilities with some video adapters.
  20.  
  21.     Added /s command line switch.  This switch tells SVGA to exit to
  22.     DOS when single image viewing is complete.  Default behavior is
  23.     to run the standard user interface after single image viewing.
  24.     
  25.     Added ability to specify path or image name on the command line for
  26.     automatic path selection or image viewing on startup.
  27.  
  28.     Additionally, 4DOS descriptions of up to 120 characters in length
  29.     are supported in accordance with the specification listed in the
  30.     4DOS 4.0 manual.
  31.  
  32.         The following command line format replaces that stated in the
  33.     manual:
  34.      
  35.                SVGA [/sbgadrvi4] [/x xres] [/y yres] [/p path] [path/fname...]
  36.      
  37.     The /s option selects single image viewing mode.
  38.         The /b option selects BIOS for screen I/O rather than direct screen
  39.         writes.
  40.         The /g option disables text mode character graphics.
  41.         The /a option selects automatic resolution selection at startup.
  42.         The /d option selects display of 4DOS descriptions at startup.
  43.         The /r option selects file list image resolution display at startup.
  44.         The /v option selects the VESA interface if VESA is installed.
  45.         The /i option uses the current video mode at startup.
  46.         The /4 option selects 43/50 line mode at startup.
  47.         The /x and /y options specify the largest allowable display mode at
  48.         startup.
  49.         The /p option specifies the path SVGA should switch to at startup.
  50.      
  51.         All command line switches are optional, and may be specified in any
  52.         order.
  53.      
  54.     Only command line switches may be set in the SVGA environment
  55.     variable.  Specifying a default path requires the /p switch.
  56.  
  57.  
  58.     Troubleshooting
  59.  
  60.     Adapters based on the Cirrus Logic CL-GD542x graphics controllers
  61.     may not function correctly in VESA modes when more than 2MB of 
  62.     video memory is installed.  This is due to a bug in the Cirrus Logic
  63.     BIOS in which the bank switching code does not check the alternate
  64.     banking bit, and accordingly does not alter it's addressing method
  65.     to accomodate addressing the extra memory.  The result is banding and
  66.     overlapping of the image.  There is no workaround at this time for
  67.     VESA support.  SVGA fully supports the Cirrus Logic family in native
  68.     mode, however.
  69.  
  70.