1drift(6x) XScreenSaver manual drift(6x)
2
3
4
6 drift - draws drifting recursive fractal cosmic flames
7
9 drift [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 integer] [-delay microseconds] [-count integer] [-grow] [-no-grow]
12 [-liss] [-no-liss]
13
14 [-fps]
15
17 The drift program draws drifting recursive fractal cosmic flames
18
20 drift 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 200.
38 The colors used cycle through the hue, making N stops around
39 the color wheel.
40
41 -count integer
42
43
44 -grow
45
46 -no-grow
47 Whether fractals should grow; otherwise, they are animated.
48
49
50 -liss
51
52 -no-liss
53 Whether we should use lissajous figures to get points.
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 flame(6x), X(1), xscreensaver(1), xlock(1)
67
69 Copyright © 1991, 1995 by Scott Draves.
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 Scott Draves <spot@cs.cmu.edu>, 06-Jun-91, 01-Jun-95.
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 6.04-1.fc36 (06-Jun-2022) drift(6x)