mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
41181a7138
Signed-off-by: B. Watson <yalhcru@gmail.com>
33 lines
1,018 B
Text
33 lines
1,018 B
Text
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
|
|
|
|
** I don't have access to an AMD GPU, so 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 can be found here on SlackBuilds.org in
|
|
the icc_profiles packages.
|
|
|
|
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.
|