diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 15:59:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-27 15:59:59 +0100 |
commit | 74a24f784375af262df2ad051268dde2fc702a30 (patch) | |
tree | 4a756ed263734710a5c2991d89899b33f9433f52 /doc/info/chap/overview.texinfo | |
parent | new build system + add install file + add news file + add texinfo to deps (diff) | |
download | unstickpixels-74a24f784375af262df2ad051268dde2fc702a30.tar.gz unstickpixels-74a24f784375af262df2ad051268dde2fc702a30.tar.bz2 unstickpixels-74a24f784375af262df2ad051268dde2fc702a30.tar.xz |
improve texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap/overview.texinfo')
-rw-r--r-- | doc/info/chap/overview.texinfo | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo new file mode 100644 index 0000000..fff14e9 --- /dev/null +++ b/doc/info/chap/overview.texinfo @@ -0,0 +1,14 @@ +@node Overview +@chapter Overview + +@command{unstickpixels} tries to unstick stuck pixels. + +Dead (always black) pixels are hard to revive, stuck pixels +on the other hand are more probable to get fixed. + +This program should be run under the Linux VT. It works by +cycling the colour on the screen between sRGB(100 %, 0, 0), +sRGB(0, 100 %, 0) and sRGB(0, 0, 100 %), as fast as possible. +If you want to slow down the cycling you can add, as the only +argument, the millisecond time sleep between the colours. + |