diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-10 19:54:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-10 19:54:57 +0100 |
commit | 0a007bb2804137ae53790cf9b56bdfd587082e23 (patch) | |
tree | 6e0b44777cc77d89b27718d3381a0ed138af725a /doc/info/chap/overview.texinfo | |
parent | remove dist (diff) | |
download | unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.gz unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.bz2 unstickpixels-0a007bb2804137ae53790cf9b56bdfd587082e23.tar.xz |
Use simple make file, remove info manual, and other crap, change style, use arg.h instead of getopt, and change license3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | doc/info/chap/overview.texinfo | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo deleted file mode 100644 index 32d191c..0000000 --- a/doc/info/chap/overview.texinfo +++ /dev/null @@ -1,24 +0,0 @@ -@node Overview -@chapter Overview - -@command{unstickpixels} tries to unstick stuck pixels. -It does this by rapidly switching between the colours -sRGB(100 %, 0, 0), sRGB(0, 100 %, 0), and sRGB(0, 0, 100 %), -which are displayed on the entire monitor. On all of the -monitors. It helps to massage defective dots. - -Running this program for a number of hours, especially if -combined with massaging defective dots, may heal defective -dots. Dead dots (always black) are hard to revive, but stuck -dots are more probable to get fixed. - -Dead (always black) pixels are hard to revive, stuck pixels -on the other hand are more probable to get fixed. - -@command{unstickpixels} uses the graphics cards' colour lookup -tables to switch the colour displayed on the screen. If your -computers does not supports this, the option @option{-v} may -help, it will use the framebuffer indirectly, via the terminal. -Unless @option{-v} is used, @command{unstickpixels} runs both -in @command{X} and on the Linux VT. - |