home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14259 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!inetg1!cgp
  3. From: cgp@Arco.COM (Chris Phillips  (214) 754-6419)
  4. Subject: Re: faking xlock with kill -STOP <X server PID>
  5. Message-ID: <1992Jul23.150228.25846@Arco.COM>
  6. Organization: ARCO Oil and Gas Company
  7. References: <1992Jul21.143641.20596@Arco.COM> <1992Jul22.203318.24969@porthos.cc.bellcore.com>
  8. Distribution: usa
  9. Date: Thu, 23 Jul 1992 15:02:28 GMT
  10. Lines: 17
  11.  
  12. In article <1992Jul22.203318.24969@porthos.cc.bellcore.com> bucci1@donner.uucp (25853-pastor) writes:
  13. >In article <1992Jul21.143641.20596@Arco.COM>, cgp@Arco.COM (Chris Phillips  (214) 754-6419) writes:
  14. >>     $ sleep 5; kill -STOP <X server PID>
  15. >
  16. >We were wondering exactly what you meant by "X server PID".  When we 
  17. >used the PID for the window manager, the applications still ran, but all
  18. >input was locked out.  If we stopped the original ksh, the window manager
  19. >still allowed the user to close the window of the original xterm (and thus 
  20. >terminate that display completely).
  21.  
  22. $ ps -e        # your flags may vary
  23. [...]
  24.  14517  hft/0  0:17 X
  25. [...]
  26. $ sleep 5; kill -STOP 14517
  27.  
  28. Chris
  29.