Link to home
Start Free TrialLog in
Avatar of range
range

asked on

Two video cards under Win95/NT

I want to be able to run two monitors under Win 95 or Windows NT from a single system, each showing different things. How can this be done? I can write a driver in MSVC if necessary, but how would you determine which windows appear on which screen?
Avatar of jhance
jhance

Windows 98 and NT 5.0 both have support for this.  It can be done with special drivers but you're talking a major effort here. Under both 98 and 5.0, the desktop across the two monitors is treated like one large desktop.  The only requirement is that there can be no gap (programmatically) between the two screens.  Presumably so that windows and things can't get lost between them.
Avatar of range

ASKER

Thanks, but I really need a way to do it now.
Windows 98 & NT5 may have all sorts of great features, but I wouldnt even consider changing to another operating system until it has been out for at least 6 months - and I cant wait that long!
Major effort is fine - I can do that now.
It can be done but it's certainly non-trivial.  You will have to write your own video driver which encompases the two (hopefull identical) video card and merges them into one desktop.  Probably not the least difficult part of the job would be to get the specs for a card.  If not, you will be reduced to programming the "public" VGA/SuperVGA interface that the cards provide.  

You might want to check around for a video card vendor who has already developed such a capability for a current OS.
There is special video card that will let you use two and more monitors
Avatar of range

ASKER

Thanks JBURGHARDT.

Do you know the manufacturer's name, or any details?
ASKER CERTIFIED SOLUTION
Avatar of JBURGHARDT
JBURGHARDT

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial