From: andre AT millennium DOT inf DOT br (Andre Castro) Newsgroups: comp.os.msdos.djgpp Subject: Need multiple PCI VGA lib - any ideas? Date: 15 Jul 2003 20:59:28 -0700 Organization: http://groups.google.com/ Lines: 29 Message-ID: <21677add.0307151959.3676997f@posting.google.com> NNTP-Posting-Host: 200.176.42.164 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058327968 27345 127.0.0.1 (16 Jul 2003 03:59:28 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 16 Jul 2003 03:59:28 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Is there a lib to allow a program to use two or more VGA cards, like Windows multi monitor support? In concept with PCI cards is possible to enable each one a time with separate i/o adress, memory and ROM mapping address. Some time ago I saw a program named DUALVGA that allows two identical VGA cards to coexist. But with today's motherboard with video inboard it doesn't work anymore. If this lib doesn't exist, I would like to code them. I need some info on *PCI programming* and *video card initialization*. Any help would be appreciated. The final result would be very attractive: 1) it won't anymore be necessary old MDA/Hercules cards to debug graphical programs. RHIDE and RGDB could use the lib to avoid flipping output screen and debug screen. 2) Allegro and GRX could use the lib, mouse support could go from one screen to the other and multiple screen software could be coded easily. 3) With today's card with three or four PCI slots, it will be possible to have four or five users per CPU in dedicated application. USB keyboards or serial keyboards could be used. Andre Castro - andre AT millennium DOT inf DOT br