Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!ubc-cs!alberta!uqv-mts!ualtavm.bitnet!DKRUGER From: DKRUGER@UALTAVM.BITNET (Dwight Kruger) Newsgroups: comp.windows.ms Subject: Re: debugging with codeview using dual monitors Message-ID: <608@UALTAVM.BITNET> Date: 27 Jul 89 14:50:36 GMT References: <7367@ecsvax.UUCP> Reply-To: DKRUGER@UALTAVM.BITNET Distribution: na Organization: University of Alberta VM/CMS Lines: 25 Disclaimer: Author bears full responsibility for contents of this article In article <7367@ecsvax.UUCP>, usgrif@ecsvax.UUCP (Steve Griffin) writes: >I am debugging windows applications using the CVW.EXE version of codeview. >I am working with a PS/2 model 60. I have an 8513 monitor attatched to the >mother board VGA. I have an 8513 monitor attached to an 8514/a adapter >installed in slot #7. I have tried to use the "/2" parameter to set codeview >to use a secondary monitor to take advantage of the full window mode. The >result is that all output stops going to my VGA but nothing goes to the 8513 >attached to the 8514. The program continues to run and can be terminated >normally. > >Is there any chance that this will work? ... >- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The installed 8514/a adapter over-rides the VGA installed on the motherboard. The PS/2 design allows for all video commands not understood by the VGA adapter to be automically routed to the 8514/a adapter card. This will confuse windows (and codeview). It is interesting that all output to both monitors stops, I would have guessed that output to the VGA would halt, output to the 8514/a would continue. I am assuming that you have installed the correct device drivers in your config.sys for the 8514/a adapter. Dwight Kruger