COMPILE
Run make
For additional information run make help
INSTALL
Run make install
For additional information run make help
SYNOPSIS
rsaver [--display <display_name>] [--timeout <seconds>]
[--color <color_name|random|multi>] [--cw] [--amount <number>]
[--noshaped] [--version]
DESCRIPTION
rsaver is a simple screensaver for X. It uses only Xlib. After specified
amount of time it will start to draw radioactive signs. If timeout
is not specified, rsaver will get this value from X server.
OPTIONS
-d, --display <display_name>
X display to use
-t, --timeout <seconds>
After this amount of time of user inactivity, rsaver will map
it's window and start drawing radioactive signs. The time should
be provided in seconds. If this option is omitted, rsaver will
get this value from X server.
This value can be specified to X server with command like this:
"xset s 300".
-c, --color <color_name>
Default color for drawing radioactive signs is yellow. You can
use this option to change this.
--cw
By default, rsaver will rotate every radioactive sign for 30
degrees ccw. If you want cw rotation instead, you can use this
option.
-a, --amount <number>
Rsaver will draw 16 objects and then it will clear screen and
start from beginning. With this option you can change that num-
ber of objects.
-n, --noshaped
Do not show shaped radioactive signs.
-V, --version
Print version and exit.
-h, --help
Print usage screen and exit.
RESOURCES
You can set resources, i.e. X default values, for rsaver in your .Xresources
or .Xdefaults file (see xrdb(1)). Use the following format:
class.keyword:value
The application class name is rsaver.
rsaver.timeout: <seconds>
Same as -t.
rsaver.color: <color_name|random|multi>
Same as -c.
rsaver.cw: <on|off>
Same as --cw.
rsaver.amount: <number>
Same as -a.
rsaver.noshaped: <on|off>
Same as -n.
REQUIREMENTS
Rsaver is written in C and it uses only Xlib and it's screensaver
extension.
COMPATIBILITY
OS: Linux, NetBSD, FreeBSD, OpenBSD, QNX, Solaris
compiler: gcc-2.9x, gcc-3.x
make: BSD make, GNU make
X server: Xfree86, Xorg, XPhoton, Openwin
Code has been checked with splint using this comand: splint -warnposixheaders -paramuse -nullassign -nullpass -unrecog \
-mustfreefresh -exportlocal rsaver.c
BUGS
Current version of rsaver does not contain known bugs.
SEE ALSO
xrdb(1), X(7), XFree86(1), XScreenSaver(3x)
AUTHOR
Josip Deanovic <djosip@linuxpages.org>
