diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-20 23:20:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-20 23:20:11 +0100 |
commit | 91ce2e7e5c8c7659237b89b8c4a072b1c46b1fca (patch) | |
tree | ae87077ad8d6aaa4cbb064f092fe3b380b9852d6 /doc/man | |
parent | update dist (diff) | |
download | crt-calibrator-91ce2e7e5c8c7659237b89b8c4a072b1c46b1fca.tar.gz crt-calibrator-91ce2e7e5c8c7659237b89b8c4a072b1c46b1fca.tar.bz2 crt-calibrator-91ce2e7e5c8c7659237b89b8c4a072b1c46b1fca.tar.xz |
misc + change license + remove info manual1.3.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/crt-calibrator.1 | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/doc/man/crt-calibrator.1 b/doc/man/crt-calibrator.1 deleted file mode 100644 index f2d3ba2..0000000 --- a/doc/man/crt-calibrator.1 +++ /dev/null @@ -1,58 +0,0 @@ -.TH CRT-CALIBRATOR 1 CRT-CALIBRATOR -.SH NAME -crt-calibrator - CRT monitor calibrator utility for Linux VT -.SH SYNOPSIS -.BR crt-calibrator -.RI [ FILE ] -.SH DESCRIPTION -.B crt-calibrator -is an interactive tool that guides you through calibrating your -CRT monitors. When done, the program will print gamma-ramp -information that is useful when setting the calibrations -automatically. If -.B FILE -is specified, this information is stored to that the file named -.BR FILE . -.PP -The program cannot be run from inside -.BR X , -it is required that it is run from the -.BR Linux\ VT , -otherwise known as the TTY. -.SH NOTES -.B crt-calibrator -should not be used to calibrate LCD (neither LED or TFT), plasma -monitors, or OLED. It should only be used to calibrate monitors -with nice gamma-curves, such as CRT monitors. Not monitors with -sigmoid-curves. -.SH RATIONALE -Few users have calibration hardware, and CRT monitors can be -sufficiently calibrated manually without them. However, before -.B crt-calibrator -the best way to calibrator CRT monitors was to have specialised -test images, with colour bars and samples. But this requires -expertise, the common user will know how to contruct these -images or the best procedure for applying the corrections. And -it is tedious if you do not find any interactive tool for change -changing the settings. The alternative why was to use test -pictures that relied on you deciding what looked most realistic -rather than the image itself telling you. But that's not all, -to my knowledge, this is actually the first program that runs -outside a display server. -.SH "SEE ALSO" -.BR analyse-gamma (1), -.BR blueshift (1) -.SH AUTHORS -Principal author, Mattias Andrée. See the COPYING file for the full -list of authors. -.SH LICENSE -Copyright \(co 2014 Mattias Andrée -.br -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. -.br -This is free software: you are free to change and redistribute it. -.br -There is NO WARRANTY, to the extent permitted by law. -.SH BUGS -Please report bugs to https://github.com/maandree/crt-calibrator/issues -or to maandree@member.fsf.org |