1memscroller(6x)               XScreenSaver manual              memscroller(6x)
2
3
4

NAME

6       memscroller - scrolls a dump of its own RAM across the screen
7

SYNOPSIS

9       memscroller [--display host:display.screen] [--window] [--root] [--win‐
10       dow-id number][--mono]  [--install]  [--visual  visual]  [--font  font]
11       [--delay  int]  [--mono  |  -color] [--ram | -random | --filename file]
12       [--fps]
13

DESCRIPTION

15       The memscroller program scrolls a dump of its own process memory across
16       the screen in three windows at three different rates.
17

OPTIONS

19       memscroller accepts the following options:
20
21       --window
22               Draw on a newly-created window.  This is the default.
23
24       --root  Draw on the root window.
25
26       --window-id number
27               Draw on the specified window.
28
29       --install
30               Install a private colormap for the window.
31
32       --visual visual
33               Specify  which  visual  to use.  Legal values are the name of a
34               visual class, or the id number (decimal or hex) of  a  specific
35               visual.
36
37       --color Render  each three bytes of memory as R, G, B.  This is the de‐
38               fault.
39
40       --mono  Render each byte of memory in shades of green.
41
42       --ram   Read from the process's address space.  This is the default.
43
44       --random
45               Instead of reading from memory, generate random numbers.
46
47       --filename file
48               Instead of reading from memory, read from the given file  until
49               EOF,  then  re-open it.  If you have permission, /dev/mem is an
50               interesting choice here.  (Note that /dev/null won't ever  dis‐
51               play  anything,  because  it returns EOF without ever returning
52               any data.)
53
54       --delay microseconds
55               How much of a delay should be introduced between steps  of  the
56               animation.  Default 10000.
57
58       --fps   Display the current frame rate and CPU load.
59

ENVIRONMENT

61       DISPLAY to get the default host and display number.
62
63       XENVIRONMENT
64               to  get  the  name of a resource file that overrides the global
65               resources stored in the RESOURCE_MANAGER property.
66
67       XSCREENSAVER_WINDOW
68               The window ID to use with --root.
69

SEE ALSO

71       X(1), xscreensaver(1)
72
74       Copyright © 2004 by Jamie Zawinski.  Permission to use,  copy,  modify,
75       distribute,  and  sell this software and its documentation for any pur‐
76       pose is hereby granted without fee, provided that the  above  copyright
77       notice  appear  in  all  copies and that both that copyright notice and
78       this permission notice appear in supporting documentation.   No  repre‐
79       sentations are made about the suitability of this software for any pur‐
80       pose.  It is provided "as is" without express or implied warranty.
81

AUTHOR

83       Jamie Zawinski <jwz@jwz.org>, 14-Aug-2004.
84
85
86
87X Version 11               6.06-1.fc37 (12-Dec-2022)           memscroller(6x)
Impressum