home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / virtual / 3763 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  2.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!stein.u.washington.edu!hlab
  2. From: davidr@davidr.mentorg.com (FPD - D1434)
  3. Newsgroups: sci.virtual-worlds
  4. Subject: Re: TECH: 2 video cards?
  5. Message-ID: <1992Nov21.051021.24406@u.washington.edu>
  6. Date: 19 Nov 92 16:31:36 GMT
  7. Article-I.D.: u.1992Nov21.051021.24406
  8. References: <1992Nov18.050102.23495@u.washington.edu> <1992Nov19.072049.2479@u.w
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: mentor
  11. Lines: 45
  12. Approved: cyberoid@milton.u.washington.edu
  13. Originator: hlab@stein.u.washington.edu
  14.  
  15.  
  16. In article <1992Nov19.072049.2479@u.washington.edu>, dstampe@psych.toronto.edu (
  17. Dave Stampe) writes:
  18. |> 
  19. |> TJR122@PSUVM.PSU.EDU writes:
  20. |> >
  21. |> >Has anyone out there ever played with building a dual display for under
  22. |> >$275?  I've seen CGA cards that have an RF output.  So you could use
  23. |> >a Casio LCD TV.  But how could I get the computer to recognize 2 such video
  24. |> >cards?
  25. |> 
  26. |> First, CGA cards may be a bit hard to find these days (the "compatible"
  27. |> modes of other cards just don't produce the right color outputs).  Then
  28. |> CGA cards are _very_ slow, and have a limited number of colors.
  29. |> 
  30. |> I've worked out multi-card methods for VGA cards, and the techniques should
  31. |> be transferrable.  But it requires modifying the cards or extending your 
  32. |> computer bus.  Basically, you interrupt the A19 and AEN bus lines (or cut
  33. |> the traces on the card) and add some logic gates so you can hold A19 low
  34. |> and AEN high on the card(s) you don't want to talk to.  Otherwise, you pass
  35. |> the signals throuugh.
  36. |> 
  37. |> There are now some multi-VGA cards available, and you can reprogram the
  38. |> VGA card's registers to produce NTSC timing.  But it's up to you to put
  39. |> the sync and color into the proper format.  I find it easier to use LCD
  40. |> panels with RGB inputs.
  41. |> 
  42. |> 
  43. |> --------------------------------------------------------------------------
  44. |> | My life is Hardware,                    |         Dave Stampe          | 
  45. |> | my destiny is Software,                 | dstampe@psych.toronto.edu    |
  46. |> | my CPU is Wetware...                    | dstampe@sunee.uwaterloo.ca   | 
  47. |> | Am I a techno-psychologist, or just an engineer dabbling in psychology?|
  48. |> ---------------------------------------------------------------------------
  49.  
  50. This may not be useful, but what the hey...
  51.  
  52. Borland C++ 3.1 allows you to add a monochrome card and monitor and when you
  53. invoke the debugger on some application, the application comes up normally
  54. on the color monitor and the debugger on the monochrome.
  55.  
  56. I'm told this works because the color and monochrome cards use different
  57. memory areas. (I'm new to PCs so I can't get more technical than this.)
  58.  
  59. David Ransier
  60.