home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18888 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.2 KB

  1. Xref: sparky comp.windows.x:18888 comp.sys.sgi:16143
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!sgigate!odin!hoot.asd.sgi.com!mjk
  3. From: mjk@hoot.asd.sgi.com (Mark Kilgard)
  4. Newsgroups: comp.windows.x,comp.sys.sgi
  5. Subject: Re: X Under Windows NT
  6. Message-ID: <1992Nov9.043858.22202@odin.corp.sgi.com>
  7. Date: 9 Nov 92 04:38:58 GMT
  8. References: <id.5KFU.WOE@ferranti.com> <1992Oct26.221039.29314@decuac.dec.com> <rtonoi0@zola.esd.sgi.com> <1992Nov7.102526.19448@thunder.mcrcim.mcgill.edu>
  9. Sender: news@odin.corp.sgi.com (Net News)
  10. Organization: Silicon Graphics, Inc.
  11. Lines: 29
  12. Nntp-Posting-Host: hoot.asd.sgi.com
  13.  
  14. In article <1992Nov7.102526.19448@thunder.mcrcim.mcgill.edu>, mouse@thunder.mcrcim.mcgill.edu (der Mouse) writes:
  15. |> [ Why is this in comp.sys.dec and comp.windows.news?  I'm crossposting
  16. |>   to comp.sys.sgi and removing c.s.dec and c.w.news from followups. ]
  17. |> 
  18. |> In article <rtonoi0@zola.esd.sgi.com>, msc@ramoth.esd.sgi.com (Mark Callow) writes:
  19. |> > In article <1992Oct28.170229.29369@news.dfrf.nasa.gov>, todd@fred.dfrf.nasa.gov writes:
  20. |> 
  21. |> >> At NASA we run our realtime flight simulator on an SGI doing the
  22. |> >> simulation models in one CPU and out the window visuals in another.
  23. |> >> The entire frame runs in under 1ms, I think you have experience with
  24. |> >> the wrong machine running X.
  25. |> > This example proves nothing.  The flight simulator is not an X
  26. |> > program.
  27. |> 
  28. |> If it's a modern release of Irix, everything that draws on the display
  29. |> is an X program.  Or at least such is my understanding of their
  30. |> implementation; since I am not privy to full details, I could well be
  31. |> wrong.  Perhaps some SGI person will be kind enough to give us the full
  32. |> truth of the matter.
  33.  
  34. Strictly speaking your first sentence is true in that all IRIX
  35. graphics programs do connect to the X server.  It is not true that
  36. they all do their rendering through the X server.  In actuality IRIS
  37. GL programmers have virtualized direct hardware access.  The IRIS
  38. GL library hides the X connection and the hardware dependencies from
  39. the programmer.  The X conncetion is used for non-rendering window
  40. system operations such as window tree manipulation and event handling.
  41.  
  42. - Mark
  43.