Penguin
Annotated edit history of slip(1) version 5, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 slip - sucks your screen into a jet engine
16 !!SYNOPSIS
17
18
19 __slip__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-ncolors ''integer''] [[-iterations ''integer'']
23 [[-points ''integer''] [[-delay ''microseconds'']
24 [[-delay2 ''microseconds'']
25 !!DESCRIPTION
26
27
28 The ''slip'' program does lots of blits and chews up an
29 image.
30
31
32 The image that it manipulates will be grabbed from the
33 portion of the screen underlying the window, or from the
34 system's video input, or from a random file on disk, as
35 indicated by the ''grabDesktopImages'',
36 ''grabVideoFrames'', and ''chooseRandomImages''
37 options in the ''~/.xscreensaver'' file; see
5 perry 38 xscreensaver-demo(1) for more details.
1 perry 39 !!OPTIONS
40
41
42 ''slip'' accepts the following options:
43
44
45 __-window__
46
47
48 Draw on a newly-created window. This is the
49 default.
50
51
52 __-root__
53
54
55 Draw on the root window.
56
57
58 __-mono__
59
60
61 If on a color display, pretend we're on a monochrome
62 display.
63
64
65 __-install__
66
67
68 Install a private colormap for the window.
69
70
71 __-visual__ ''visual''
72
73
74 Specify which visual to use. Legal values are the name of a
75 visual class, or the id number (decimal or hex) of a
76 specific visual.
77
78
79 __-ncolors__ ''integer''
80
81
82 How many colors should be used (if possible). Default 128.
83 The colors used cycle through the hue, making N stops around
84 the color wheel.
85
86
87 __-count__ ''integer''
88
89
90 How many whooziwhatsis to generate. Default 35.
91
92
93 __-cycles__ ''integer''
94
95
96 How long to frobnicate. Default 50.
97
98
99 __-delay__ ''microseconds''
100
101
102 How long we should wait between drawing each step. Default
103 50000, or about 1/20th second.
104 !!ENVIRONMENT
105
106
107 __DISPLAY__
108
109
110 to get the default host and display number.
111
112
113 __XENVIRONMENT__
114
115
116 to get the name of a resource file that overrides the global
117 resources stored in the RESOURCE_MANAGER
118 property.
119 !!SEE ALSO
120
121
5 perry 122 X(1), xscreensaver(1),
123 xscreensaver-demo(1),
124 xscreensaver-getimage(1)
1 perry 125 !!COPYRIGHT
126
127
128 Copyright 1992 by Scott Draves.
129
130
131 Permission to use, copy, modify, and distribute this
132 software and its documentation for any purpose and without
133 fee is hereby granted, provided that the above copyright
134 notice appear in all copies and that both that copyright
135 notice and this permission notice appear in supporting
136 documentation.
137 !!AUTHOR
138
139
140 Scott Graves
141
142
143 Ability to run standalone or with ''xscreensaver'' added
144 by Jamie Zawinski
145 ''
146 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.