summaryrefslogtreecommitdiffstats
path: root/graphics/xcalib/README
blob: 0dbba5c9a5e7ff4910f968a20b8137b73425e4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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.