home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xlock / xlock.hlp < prev   
Text File  |  1995-01-03  |  4KB  |  116 lines

  1. 1 XLOCK 
  2. Locks the local X display till a password is entered.
  3.  
  4. SYNOPSIS
  5.  
  6.  $ xlock [-display " dsp"][-mode " mode"][-time " timeout"]
  7.          [-count " n"][-font " fontname"][-nice " nicelevel"]
  8.          [-mono][-saver][-root][-v]
  9.  
  10. 2 DESCRIPTION
  11. xlock
  12. locks the X server till the user enters their password at the keyboard.
  13. While xlock is running, all new server connections are refused.
  14. The screen saver is disabled.
  15. The mouse cursor is turned off.
  16. The screen is blanked and a changing pattern is put on the screen.
  17. The pattern changes after timeout seconds. 
  18. If a key or a mouse button is pressed then the user is prompted for the
  19. password of the user who started xlock.
  20.  
  21. If the correct password is typed, then the screen is unlocked and the X
  22. server is restored.  When typing the password, characters are echoed
  23. to the screen as question marks (?), and Control-U and Control-H are
  24. active as kill and erase respectively.  To return to the locked screen,
  25. click in the small icon version of the changing pattern.
  26.  
  27. 2 OPTIONS
  28.     -display " dsp"
  29. The displayoption sets the X11 display to lock.
  30. xlock will not allow one to lock another server's displays thus only
  31. unix:server.screen, localhost:server.screen,
  32. and :server.screen are allowed for dsp.
  33. Where server
  34. is which X11 server socket to connect to and screen
  35. is which head to display the pattern on.
  36.  
  37.     -mode " modename"
  38. As of this writing there are three display modes supported.
  39.  
  40.    hop
  41. Hop mode shows the "real plane fractals" from the September 1986 issue of
  42. Scientific American.
  43.    
  44.    life
  45. Life mode shows Conway's game of life.
  46.  
  47.    qix
  48. Qix mode shows the spinning lines similar to the old video game
  49. by the same name.
  50.  
  51.     -time " timeout"
  52. The time
  53. option sets the number of seconds that each unique fractal will remain on
  54. the screen before being replaced by the next one to timeout.
  55.  
  56.     -count " n"
  57. The
  58. .I count
  59. option sets the speed at which a mode will operate.  The different modes
  60. interpret this value differently.  For 'hop' and 'qix' this sets the
  61. number of pixels and lines respectively to draw in each color.
  62. These patterns are calculated in batches of n
  63. objects, then sent to the server in a single color.  Faster machines,
  64. expecially machines with floating point hardware can set this to a
  65. higher number and still have fast changing patterns.
  66. The 'life' mode, in contrast interprets this number as the number of
  67. milliseconds to delay after each generation of the "critters".  A low
  68. number here makes the pattern change rapidly, where 1000 means wait a
  69. second between generations.
  70.  
  71.     -font " fontname"
  72. The font
  73. option sets the font to be used on the prompt screen.
  74.  
  75.     -nice " nicelevel"
  76. The nice
  77. option sets system nicelevel of the xlock process to  nicelevel .
  78.  
  79.     -mono
  80. The mono
  81. option causes xlock to display monochrome, (black and white) pixels rather
  82. than the default colored ones on color displays.
  83.  
  84.     -saver
  85. The saver
  86. option causes xlock to only draw the patterns and not lock the display.
  87. A keypress or a mouse click will terminate the screen saver.
  88.  
  89.     -root
  90. The root
  91. option allows the root password to unlock the server as well as the user
  92. who started xlock.
  93.  
  94.     -v
  95. Verbose mode, tells what options it is going to use.
  96.  
  97. 2 AUTHOR
  98.  Patrick J. Naughton     (naughton@sun.com)
  99.  Window Systems Group
  100.  Sun Microsystems, Inc.
  101.  Mountain View, CA  94043
  102.  415/336-1080
  103.  
  104. 2 COPYRIGHT
  105. Copyright (c) 1988-89 by Patrick J. Naughton and Sun Microsystems, Inc.
  106.  
  107. Permission to use, copy, modify, and distribute this software and its
  108. documentation for any purpose and without fee is hereby granted,
  109. provided that the above copyright notice appear in all copies and that
  110. both that copyright notice and this permission notice appear in
  111. supporting documentation. 
  112.  
  113. 2 CONTRIBUTORS
  114.   milliken@heron.bbn.com    karlton@wsl.dec.com
  115.   dana@thumper.bellcore.com    vesper@3d.dec.com    flar@sun.com
  116.