1 .TH XScreenSaver 1 "14-Aug-2004" "X Version 11"
3 memscroller - scrolls a dump of its own RAM across the screen
6 [\-display \fIhost:display.screen\fP]
7 [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP]
11 [\-ram | -random | \-filename \fIfile\fP]
14 The \fImemscroller\fP program scrolls a dump of its own process memory
15 across the screen in three windows at three different rates.
18 accepts the following options:
21 Draw on a newly-created window. This is the default.
24 Draw on the root window.
27 Install a private colormap for the window.
29 .B \-visual \fIvisual\fP
30 Specify which visual to use. Legal values are the name of a visual class,
31 or the id number (decimal or hex) of a specific visual.
34 Render each three bytes of memory as R, G, B. This is the default.
37 Render each byte of memory in shades of green.
40 Read from the process's address space. This is the default.
43 Instead of reading from memory, generate random numbers.
45 .B \-filename \fIfile\fP
46 Instead of reading from memory, read from the given file until EOF, then
47 re-open it. If you have permission, /dev/mem is an interesting choice here.
48 (Note that /dev/null won't ever display anything, because it returns EOF
49 without ever returning any data.)
51 .B \-delay \fImicroseconds\fP
52 How much of a delay should be introduced between steps of the animation.
56 Display the current frame rate and CPU load.
61 to get the default host and display number.
64 to get the name of a resource file that overrides the global resources
65 stored in the RESOURCE_MANAGER property.
70 Copyright \(co 2004 by Jamie Zawinski. Permission to use, copy, modify,
71 distribute, and sell this software and its documentation for any purpose is
72 hereby granted without fee, provided that the above copyright notice appear
73 in all copies and that both that copyright notice and this permission notice
74 appear in supporting documentation. No representations are made about the
75 suitability of this software for any purpose. It is provided "as is" without
76 express or implied warranty.
78 Jamie Zawinski <jwz@jwz.org>, 14-Aug-2004.