home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / graphics / 91 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.6 KB

  1. Path: sparky!uunet!gossip.pyramid.com!olivea!sgigate!odin!hoot.asd.sgi.com!mjk
  2. From: mjk@hoot.asd.sgi.com (Mark Kilgard)
  3. Newsgroups: comp.sys.sgi.graphics
  4. Subject: Re: slow X wanted
  5. Message-ID: <1993Jan5.042044.20850@odin.corp.sgi.com>
  6. Date: 5 Jan 93 04:20:44 GMT
  7. References: <1993Jan4.101344.25616@bernina.ethz.ch>
  8. Sender: news@odin.corp.sgi.com (Net News)
  9. Organization: Silicon Graphics, Inc.
  10. Lines: 29
  11. Nntp-Posting-Host: hoot.asd.sgi.com
  12.  
  13. In article <1993Jan4.101344.25616@bernina.ethz.ch>, hoesel@igc.ethz.ch
  14. (Frans van Hoesel) writes:
  15. |> 
  16. |> normally I work locally on my Indigo and the graphics (more specific
  17. |> the
  18. |> X server) is very fast. Now I want it to slow down by a factor of
  19. |> 10..100
  20. |> so I can see what happens to my program on loaded communication lines
  21. |> Also it makes it easier to check for redundant draws (those that can
  22. |> be elft out without any harm to the net result)
  23. |> 
  24. |> I tried to do this naively, by simply starting many programs. This
  25. |> however
  26. |> makes the system behave in bursts (I runs a little time on one program
  27. |> swaps the next program, runs that etc...) I would like a smooth
  28. |> degradation of my otherwise fast indigo as if it runs on a clock speed
  29. |> of 
  30. |> 2 MHZ (or lower)
  31. |> 
  32. |> Can this be done, without altering the source code of my program?
  33.  
  34. Yes, try using xscope (the X11 protocol decoder).  It will greatly
  35. slow down executition of X clients.  It should be part of 4.0.x IRIX
  36. and you can read the manual page to learn how to use it.
  37.  
  38. xscope sits between an X client and server decoding the X11 protocol
  39. (in the process slowing down the conversation).
  40.  
  41. - Mark
  42.