1grav(6x) XScreenSaver manual grav(6x)
2
3
4
6 grav - draws a simple orbital simulation
7
9 grav [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 integer] [-delay microseconds] [-count integer] [-decay] [-no-decay]
12 [-trail] [-no-trail]
13
14 [-fps]
15
17 The grav program draws a simple orbital simulation
18
20 grav accepts the following options:
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -mono If on a color display, pretend we're on a monochrome display.
27
28 -install
29 Install a private colormap for the window.
30
31 -visual visual
32 Specify which visual to use. Legal values are the name of a
33 visual class, or the id number (decimal or hex) of a specific
34 visual.
35
36 -ncolors integer
37 How many colors should be used (if possible). Default 64. The
38 colors are chosen randomly.
39
40 -count integer
41 Default 12.
42
43 -decay
44
45 -no-decay
46 Whether orbits should decay.
47
48
49 -trail
50
51 -no-trail
52 Whether the objects should leave trails behind them (makes it
53 look vaguely like a cloud-chamber.
54
55
56 -fps Display the current frame rate and CPU load.
57
59 DISPLAY to get the default host and display number.
60
61 XENVIRONMENT
62 to get the name of a resource file that overrides the global
63 resources stored in the RESOURCE_MANAGER property.
64
66 X(1), xscreensaver(1), xlock(1)
67
69 Copyright © 1993 by Greg Bowering.
70
71 Permission to use, copy, modify, and distribute this software and its
72 documentation for any purpose and without fee is hereby granted, pro‐
73 vided that the above copyright notice appear in all copies and that
74 both that copyright notice and this permission notice appear in sup‐
75 porting documentation.
76
78 Greg Bowering <gb@pobox.com>, 1993.
79
80 Ability to run standalone or with xscreensaver added by Jamie Zawinski
81 <jwz@jwz.org>, 10-May-97.
82
83
84
85X Version 11 5.42-1.fc29 (30-Dec-2018) grav(6x)