home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / dec / 4119 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.3 KB

  1. Path: sparky!uunet!darwin.sura.net!wupost!cs.utexas.edu!sun-barr!olivea!decwrl!pa.dec.com!wsl.dec.com!gringort
  2. From: gringort@wsl.dec.com (Joel Gringorten)
  3. Newsgroups: comp.sys.dec
  4. Subject: Re: Mwm and two monitors on one DECstation 5000/120
  5. Message-ID: <1992Jul21.140257@wsl.dec.com>
  6. Date: 21 Jul 92 21:02:57 GMT
  7. References: <1992Jul21.193658.16979@bronze.ucs.indiana.edu>
  8. Sender: news@PA.dec.com (News)
  9. Reply-To: gringort@wsl.dec.com (Joel Gringorten)
  10. Distribution: na
  11. Organization: DEC Western Software Lab
  12. Lines: 22
  13.  
  14. In article <1992Jul21.193658.16979@bronze.ucs.indiana.edu>, cfraizer@bronze.ucs.indiana.edu (Colin Fraizer) writes:
  15. |> 
  16. |> I recently received a 19" monochrome (mx) monitor and card which I've
  17. |> added to my DECstation 5000/120 which already had a 16" color (cx) monitor
  18. |> and card.  I want to be able to use both monitors with X and Mwm.
  19. |> 
  20. |> Both monitors successfully perform the diagnostics, but I am unable
  21. |> to make Xws and/or Mwm work with the second monitor (slot 1).
  22. |> Any suggestions?
  23.  
  24.  
  25. You need to reconfigure the kernel for two frame buffers.  Either use
  26. doconfig, or add another frame buffer to your configuration file
  27. and rebuild your kernel.    You already have a line like:
  28.  
  29.     device          fb0     at ibus?        vector fbint
  30.  
  31. Just add another like:
  32.  
  33.     device          fb1     at ibus?        vector fbint
  34.  
  35. -joel
  36.