Calibration tools for linux/Pantone Huey Code
Status: Pre-Alpha
Brought to you by:
maks_polunin
File | Date | Author | Commit |
---|---|---|---|
INSTALL | 2007-07-18 | maks_polunin | [r1] initial import |
LICENSE | 2007-07-18 | maks_polunin | [r1] initial import |
README | 2007-07-18 | maks_polunin | [r1] initial import |
SConstruct | 2007-07-18 | maks_polunin | [r2] drop -ggdb3 and rpath from options |
huey.cpp | 2007-07-18 | maks_polunin | [r1] initial import |
huey.h | 2007-07-18 | maks_polunin | [r1] initial import |
main.cpp | 2007-07-18 | maks_polunin | [r1] initial import |
mgramp.c | 2007-07-18 | maks_polunin | [r1] initial import |
This project target is to allow monitor calibration on linux using Pantone Huey. It contains code which was created by reverse engineering CirrusSDK.dll from Pantone Huey CD. Before continue please read this article - http://www.normankoren.com/makingfineprints1A.html Tune your monitor brigthness/contrast/color temperature. Then attach your calibrator to the center of monitor and run mcalib. It will show window, move it to the center of screen too. Calibration process will begin. You can see progress in console output. When it is finished, you can save gamma ramp by running > ./mgramp save <filename> In order to restore default gamma, just run 'xgamma -gamma 1' To autoload ramp on login you can put following script into ~/.kde/Autostart/ ---cut--- #!/bin/sh [path_to]/mgramp load [path_to_previously_saved_ramp_file] ---cut--- If you have ATI card and yout colors are still ugly, try another video driver, e.g.: > mplayer -vo gl2 video.avi