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

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!mouse
  3. From: mouse@thunder.mcrcim.mcgill.edu (der Mouse)
  4. Subject: Re: Writing your own Screen Saver under X???
  5. Message-ID: <1992Jul25.104438.7596@thunder.mcrcim.mcgill.edu>
  6. Keywords: screen saver
  7. Organization: McGill Research Centre for Intelligent Machines
  8. References: <1992Jul20.142330.22230@panix.com>
  9. Date: Sat, 25 Jul 92 10:44:38 GMT
  10. Lines: 19
  11.  
  12. In article <1992Jul20.142330.22230@panix.com>, miner@panix.com (Ed Miner) writes:
  13.  
  14. > I am trying to write my own screen saver under X to replace the blank
  15. > screen that comes up.  I know with xset , you can turn on the screen
  16. > saver, so that a X logo will float around the screen.  My question is
  17. > how do you change this so that a program that I write will be
  18. > displayed instead?
  19.  
  20. It is not possible to do it right without adding an extension to the
  21. server.  I believe one exists by the name of xidle.
  22.  
  23. Without such, you have to approximate it by selecting for events on
  24. other applications' windows and hoping you don't lose by missing
  25. ButtonPress events.  It ain't pretty.
  26.  
  27.                     der Mouse
  28.  
  29.                 mouse@larry.mcrcim.mcgill.edu
  30.