1lcdscrub(6x) XScreenSaver manual lcdscrub(6x)
2
3
4
6 lcdscrub - attempt to repair burn-in on LCD screens
7
9 lcdscrub [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-spread number] [-cycles number] [-fps]
11
13 This screen saver is not meant to look pretty, but rather, to repair
14 burn-in on LCD monitors.
15
16 Believe it or not, screen burn is not a thing of the past. It can hap‐
17 pen to LCD screens pretty easily, even in this modern age. However,
18 leaving the screen on and displaying high contrast images can often
19 repair the damage. That's what this screen saver does.
20
21 See also:
22
23 http://docs.info.apple.com/article.html?artnum=88343
24 http://toastycode.com/blog/2008/02/05/lcd-scrub/
25
27 -visual visual
28 Specify which visual to use. Legal values are the name of a
29 visual class, or the id number (decimal or hex) of a specific
30 visual.
31
32 -window Draw on a newly-created window. This is the default.
33
34 -root Draw on the root window.
35
36 -delay number
37 Per-frame delay, in microseconds. Default: 1000000 (1 sec‐
38 ond.).
39
40 -spread number
41 Distance between lines. Default 8.
42
43 -cycles number
44 Steps before switching display mode. Default 60.
45
46 -fps Display the current frame rate and CPU load.
47
49 DISPLAY to get the default host and display number.
50
51 XENVIRONMENT
52 to get the name of a resource file that overrides the global
53 resources stored in the RESOURCE_MANAGER property.
54
56 X(1), xscreensaver(1)
57
59 Copyright © 2008 by Jamie Zawinski. Permission to use, copy, modify,
60 distribute, and sell this software and its documentation for any pur‐
61 pose is hereby granted without fee, provided that the above copyright
62 notice appear in all copies and that both that copyright notice and
63 this permission notice appear in supporting documentation. No repre‐
64 sentations are made about the suitability of this software for any pur‐
65 pose. It is provided "as is" without express or implied warranty.
66
68 Inspired by the like-named program by Daniel Sandler.
69
70 Written by Jamie Zawinski.
71
72
73
74X Version 11 5.42-1.fc30.2 (03-Feb-2019) lcdscrub(6x)