From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29D81138454 for ; Thu, 10 Sep 2015 10:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A35B421C008; Thu, 10 Sep 2015 10:06:43 +0000 (UTC) Received: from smarthost01c.mail.zen.net.uk (smarthost01c.mail.zen.net.uk [212.23.1.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 8CF2DE08C0 for ; Thu, 10 Sep 2015 10:06:42 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01c.mail.zen.net.uk with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZZykY-000BX0-RQ for gentoo-user@lists.gentoo.org; Thu, 10 Sep 2015 10:06:39 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] CMYK comparison to sRGB between platforms Date: Thu, 10 Sep 2015 11:06:32 +0100 Message-ID: <3164925.dUso6yXMLc@wstn> User-Agent: KMail/4.14.8 (Linux/4.0.5-gentoo; KDE/4.14.8; x86_64; ; ) In-Reply-To: <201509091441.27508.michaelkintzios@gmail.com> References: <201509081942.10580.michaelkintzios@gmail.com> <3598390.x7KK9W9gZ8@wstn> <201509091441.27508.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01c-IP: [82.69.80.10] X-Archives-Salt: b815aef1-e3df-45ba-992a-a7a8c9c4574f X-Archives-Hash: 2223247750f424a405eb65b8e72e1f0c On Wednesday 09 September 2015 14:41:19 Mick wrote: > Would you mind explaining how it works? You measure the icc of a monitor - > what do you do with this then? Do you need to be running something like > colord all the time to feed some correction data to xranrd? You get a live DVD (Fedora) with the calibration program and some user notes. The device comes with a strap to hold it against the middle of the screen, and a 6' USB lead. The measuring process is straightforward, though complicated for me by the fact that my screen is LED, not LCD. Still, I told it to treat it as an LCD and the result, though a bit bright for my eyes, appears accurate enough. It also knows about CRTs and projectors. Once the calibration is complete (about 10 minutes for the standard calibration) you have to copy the .icc directory from ~/.local/share to a USB stick or something, then reboot into your usual system and double-click on the file in your GUI file manager. That transfers the data to the monitor, apparently permanently. Simple, once you get out of the habit of using the CLI. Well, it would be, except that I had to run: $ Find / -iname \*.icc 2> /dev/null $ mv .local/share/icc . Then I could see the icc folder in the file manager and drag it to the USB stick. As for double monitors, the calibration program on the DVD asks you to choose the monitor to calibrate, so it can detect more than one at a time, but I don't know how transferring the .icc in the main system would work with two monitors. You might have to download and install the client tools. HTH. -- Rgds Peter