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
16 The drift program draws drifting recursive fractal cosmic flames
17
19 drift accepts the following options:
20
21 -window Draw on a newly-created window. This is the default.
22
23 -root Draw on the root window.
24
25 -mono If on a color display, pretend we're on a monochrome display.
26
27 -install
28 Install a private colormap for the window.
29
30 -visual visual
31 Specify which visual to use. Legal values are the name of a
32 visual class, or the id number (decimal or hex) of a specific
33 visual.
34
35 -ncolors integer
36 How many colors should be used (if possible). Default 200.
37 The colors used cycle through the hue, making N stops around
38 the color wheel.
39
40 -count integer
41
42
43 -grow
44
45 -no-grow
46 Whether fractals should grow; otherwise, they are animated.
47
48
49 -liss
50
51 -no-liss
52 Whether we should use lissajous figures to get points.
53
54
56 DISPLAY to get the default host and display number.
57
58 XENVIRONMENT
59 to get the name of a resource file that overrides the global
60 resources stored in the RESOURCE_MANAGER property.
61
63 flame(6x), X(1), xscreensaver(1), xlock(1)
64
66 Copyright © 1991, 1995 by Scott Draves.
67
68 Permission to use, copy, modify, and distribute this software and its
69 documentation for any purpose and without fee is hereby granted, pro‐
70 vided that the above copyright notice appear in all copies and that
71 both that copyright notice and this permission notice appear in sup‐
72 porting documentation.
73
75 Scott Draves <spot@cs.cmu.edu>, 06-Jun-91, 01-Jun-95.
76
77 Ability to run standalone or with xscreensaver added by Jamie Zawinski
78 <jwz@jwz.org>, 10-May-97.
79
80
81
82X Version 11 5.05-3 (06-Apr-2008) drift(6x)