1flipscreen3d(6x) XScreenSaver manual flipscreen3d(6x)
2
3
4
6 flipscreen3d - rotates an image of the screen through 3 dimensions.
7
9 flipscreen3d [--display host:display.screen] [--visual visual] [--win‐
10 dow] [--root] [--window-id number] [--delay number] [--no-rotate]
11 [--wireframe] [--fps]
12
14 Grabs an image of the desktop, turns it into a GL texture map, and
15 spins it around and deforms it in various ways.
16
18 --visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 --window
24 Draw on a newly-created window. This is the default.
25
26 --root Draw on the root window.
27
28 --window-id number
29 Draw on the specified window.
30
31 --delay number
32 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
33 onds.).
34
35 --rotate | --no-rotate
36 Whether to rotate.
37
38 --wireframe
39 Just render boxes instead of textures (for debugging).
40
41 --fps Display the current frame rate, CPU load, and polygon count.
42
44 DISPLAY to get the default host and display number.
45
46 XENVIRONMENT
47 to get the name of a resource file that overrides the global
48 resources stored in the RESOURCE_MANAGER property.
49
50 XSCREENSAVER_WINDOW
51 The window ID to use with --root.
52
54 X(1), xscreensaver(1)
55
57 Copyright © 2002 by Ben Buxton. Permission to use, copy, modify, dis‐
58 tribute, and sell this software and its documentation for any purpose
59 is hereby granted without fee, provided that the above copyright notice
60 appear in all copies and that both that copyright notice and this per‐
61 mission notice appear in supporting documentation. No representations
62 are made about the suitability of this software for any purpose. It is
63 provided "as is" without express or implied warranty.
64
66 Ben Buxton.
67
68
69
70X Version 11 6.08-1.fc38 (17-Oct-2023) flipscreen3d(6x)