summaryrefslogtreecommitdiffstats
path: root/graphics/xcalib/README
diff options
context:
space:
mode:
author klaatu <klaatu@straightedgelinux.com>2014-09-06 18:49:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-06 18:51:33 +0700
commitde31d778afaad7193155c802d369c20de155635a (patch)
treea709c937172fd093c1d766ff070324802b55fb7b /graphics/xcalib/README
parent53963669f2d3052458d9eaddcf59ffc48966f3d5 (diff)
downloadslackbuilds-de31d778afaad7193155c802d369c20de155635a.tar.gz
slackbuilds-de31d778afaad7193155c802d369c20de155635a.tar.xz
graphics/xcalib: Added (color profile manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/xcalib/README')
-rw-r--r--graphics/xcalib/README34
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/xcalib/README b/graphics/xcalib/README
new file mode 100644
index 0000000000..0dbba5c9a5
--- /dev/null
+++ b/graphics/xcalib/README
@@ -0,0 +1,34 @@
+Xcalib is a simple application to set ICC color profiles.
+This is frequently required in professional graphic and VFX
+environments to maintain consistent color throughout the production pipeline.
+
+
+BUILDING
+========
+By deault, this SlackBuild script builds the 'xcalib' target,
+suitable for Intel and Nvidia graphic processors.
+
+If you want to build xcalib for use with AMD proprietary
+FGLRX drivers, start the build script with a leading variable:
+
+GPU=fglrx ./xcalib.SlackBuild
+
+** Not having access to an AMD GPU, this is UNTESTED.
+
+
+ICC PROFILES
+============
+Sample ICC profiles are included with this build, but you should use an
+ICC profile for your monitor created by a spectrometer.
+An open source spectrometer is available from http://www.hughski.com/
+
+Common industry ICC profiles from Adobe and the ECC are available
+in the iccprofiles package here on SlackBuilds.org
+
+
+USAGE
+=======
+Using xcalib is as simple as:
+xcalib display :0 /usr/share/color/icc/foo.icc
+
+To make that automatic, add that line to your .xinitrc file.