home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / dv_x / dvxhlp10.zip / EXAMPLE.ZIP / Q14.TXT < prev    next >
Text File  |  1992-05-30  |  2KB  |  38 lines

  1. /FHQ14: How do I use two monitors under DESQview?/FB
  2.  
  3.  
  4.  
  5. You can use two monitors only in DVC and DV386.  DVX does not support
  6. two monitors.
  7.  
  8.  
  9.  
  10. DVC and DV386 will only control one of your monitors, and by default all
  11. programs will use the monitor that DESQview controls.  There are a
  12. number of ways to make programs start up on the ``other'' monitor. Since
  13. you will usually want DESQview to control the color monitor (except
  14. perhaps in the case of a CGA), the following discussion assumes that
  15. DESQview is controlling the color monitor and not the monochrome
  16. monitor.
  17.  
  18.  
  19.  
  20. First, you can use a batch file and include a ``MODE MONO'' statement to
  21. switch the program to the monochrome monitor.  Second, you can use the
  22. ``initial mode'' field to specify the monitor on which the program will
  23. start (however, this setting is ignored unless you also set ``writes
  24. directly to screen'' to Y and ``virtualize'' to N).  By setting the
  25. initial mode to 7, you force the program to use the monochrome monitor
  26. until it explicitly switches monitors.  Note that DESQview tends to stop
  27. updating the monochrome screen while the program is in the background if
  28. the program ever switches to the color display (including starting on
  29. the color display with the first method above).
  30.  
  31.  
  32.  
  33. The initial mode can also be set to 21 or 22 for Hercules Graphics mode.
  34. These modes only allow one page of mono graphics /JB(see Q13)/q7.txt/.  Mode 21 is
  35. Page 0 at address B000h, and Mode 22 is Page 1 at address B800h.  Hence,
  36. Mode 22 is not available with two monitors (it conflicts with color
  37. video).
  38.