|
rsaver
NAME
rsaver - simple X screensaver SYNOPSIS rsaver [ --display display_name ] [ --timeout seconds ] [ --color color_name ] [ --cw ] [ --amount number ] [ --noshaped ] [ --version ] DESCRIPTION rsaver is a simple X screensaver. 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. SCREENSHOTS rsaver_screenshot1.png rsaver_screenshot2.png rsaver_screenshot3.png rsaver_screenshot4.png rsaver_screenshot5.png DOWNLOAD rsaver download 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 number 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 BUGS Current version of rsaver does not contain known bugs. VARIABLES DISPLAY - default X display for rsaver to connect SEE ALSO xrdb(1), X(7), XFree86(1), XScreenSaver(3x) AUTHORS Josip Deanovic djosip@linuxpages.org |