diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 14:38:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 14:38:39 +0100 |
commit | 6b242daf1070783f8d77cea18a20de4222757cfb (patch) | |
tree | ef4dd0aad53de5e96caac8d944800261a0d95cb6 | |
parent | update dist (diff) | |
download | crt-calibrator-6b242daf1070783f8d77cea18a20de4222757cfb.tar.gz crt-calibrator-6b242daf1070783f8d77cea18a20de4222757cfb.tar.bz2 crt-calibrator-6b242daf1070783f8d77cea18a20de4222757cfb.tar.xz |
improve readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | README | 27 |
1 files changed, 23 insertions, 4 deletions
@@ -1,6 +1,25 @@ -Calibration utility for CRT monitors. +NAME + crt-calibrator - CRT monitor calibrator utility for Linux VT -Run the program in the TTY on Linux -and it will help you calibrator your -monitors. +SYNOPSIS + crt-calibrator [FILE] + +DESCRIPTION + crt-calibrator is an interactive tool that guides you through + calibrating your CRT monitors. When done, the program will + print colour ramps information that is useful when setting + the calibrations automatically. If FILE is specified, this + information is stored to that the file named FILE. + + The program cannot be run from inside X, it is required that + it is run from the Linux VT, otherwise known as the TTY. + +NOTE + 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. + +SEE ALSO + analyse-gamma(1), blueshift(1) |