home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8290 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  4.2 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Motif on Sun
  5. Message-ID: <15504@auspex-gw.auspex.com>
  6. Date: 16 Nov 92 03:14:16 GMT
  7. References: <1992Nov15.114304.176@gems.vcu.edu>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 88
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >I am thinking of buying a SPARCstation and installing X11Rx and Motif.
  14. >Will I be able to use programs like Answerbook, SunPC, NewsPrint or
  15. >SimplifySQL?
  16.  
  17. "Motif" generally refers either to:
  18.  
  19.     1) a window-system look and feel;
  20.  
  21.     2) a particular toolkit (OSF's Motif widget set) and window
  22.        manager (OSF's "mwm") implementing that look and feel.
  23.  
  24. "Open Windows" refers collectively to a number of different window
  25. system components:
  26.  
  27.     1) Sun's X11/NeWS server;
  28.  
  29.     2) those X11 client-side (library, include file, application,
  30.        etc. components of the core X11R4 distribution that Sun
  31.        supplies in a particular OW release;
  32.  
  33.     3) the additional toolkits (XView, OLIT, TNT) and window manager
  34.        ("olwm") that Sun supplies;
  35.  
  36.     4) additional X11 and NeWS clients that Sun supplies (although
  37.        some are, I guess, considered part of the DeskSet).
  38.  
  39. As far as I know, it is possible to run various distributions of the
  40. Motif widget set and window manager on top of Sun's X11/NeWS server and
  41. those components of the core X11R4 distribution that Sun supplies in a
  42. particular OW release.
  43.  
  44. There may be bugs in the X11/NeWS server, and in the Sun versions of the
  45. client-side core distribution components, that may get in the way of
  46. Motif or prevent it from working (I think there are server bugs in some
  47. OW versions, for example), but there may also be patches for them.
  48.  
  49. I don't know whether the Motif toolkit will work with the fairly-vanilla
  50. version of the Xt Intrinsics that come with Open Windows (OW 2.0 isn't
  51. up to the final X11R4 patch level; OW 3.0 allegedly is); you may have to
  52. put in an OSF version of the Xt Intrinsics for Motif's use.
  53.  
  54. Later versions of Motif may require X11R5-vintage libraries, which
  55. current OW releases don't supply.
  56.  
  57. I.e., installing X11Rx, and installing Motif, are two separate actions. 
  58. You can install X11Rx on your Sun without installing Motif, and I think
  59. you can successfully use Motif on your Sun without installing X11Rx,
  60. although you may need to get patches from Sun for various parts of Open
  61. Windows.
  62.  
  63. If you plan to install and use the MIT X11Rx server, you won't be able
  64. to use AnswerBook; it relies on the X11/NeWS server.  There exist
  65. mechanisms to use the AnswerBook files with a PostScript previewer; they
  66. may be described in the FAQ.
  67.  
  68. I suspect at least some of the other programs will work with the MIT
  69. X11Rx server (I suspect NeWSprint may even do so; it'd have to run its
  70. own private version of the X11/NeWS server to render the Postscript into
  71. dots on paper, but I think it can do so without conflicting with the MIT
  72. X11 server).
  73.  
  74. However, some of those applications, while they may not require the NeWS
  75. and may work with the MIT server, may:
  76.  
  77.     1) require the "olwm" window manager;
  78.  
  79.     2) require some OPEN LOOK toolkit.
  80.  
  81. If they require the "olwm" window manager, you won't be able to run
  82. "mwm" (I say "require" here; they may merely *prefer* the "olwm"
  83. manager, but be able to work with other window managers, perhaps by
  84. turning some configuration option on either for the application or the
  85. window manager in question - I think OPEN LOOK pushpins are one place
  86. where an OPEN LOOK window manager may be preferred by the application,
  87. but not necessarily required).
  88.  
  89. If they just require some OPEN LOOK toolkit, installing Motif shouldn't
  90. be a problem - the Motif widget set is just another toolkit, and you can
  91. have plenty of toolkits installed on your machine, as long as you have
  92. enough disk space to store them and enough memory to keep them from
  93. constantly fighting for pages, and as long as they don't do Evil Things
  94. that cause one another problems (if they conform to the ICCCM, they're
  95. probably less likely to do so).
  96.  
  97. (I assume here that you already have Open Windows, and thus already have
  98. the OPEN LOOK toolkits in question, which you could run on top of the
  99. MIT X11 server - assuming that they're X11 and not NeWS toolkits - and
  100. can probably run with the MIT X11 libraries.)
  101.