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>] [--cw] [--amount <number>]
       [--noshape] [--version]

DESCRIPTION
rsaver  is a simple screensaver for X. It uses only Xlib.  After speci-
fied amount of time it will start to draw radioactive signs.  If  time-
out 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, --noshape
       Do not show shaped radioactive signs.

-V, --version
       Print version and exit.

-h, --help
       Print usage screen and exit.

REQUIREMENTS
Rsaver  is  written  in  C  and  it uses only Xlib and it's screensaver
extension.

COMPATIBILITY
             OS:  Linux, NetBSD, FreeBSD, OpenBSD, QNX
       compiler:  gcc-2.9x, gcc-3.x
           make:  BSD make, GNU make
       X server:  Xfree86, Xorg, Xphoton

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
XFree86(1), XScreenSaver(3x)

AUTHOR
Josip Deanovic <djosip@linuxpages.org>
