| View previous topic :: View next topic |
| Author |
Message |
joh3
Joined: 04 Nov 2007 Posts: 3
|
Posted: Sun Nov 04, 2007 5:44 pm Post subject: Argyllcms now has spyder support |
|
|
at the moment it is only in BETA, but i have just used it successfully on my ubuntu system.
the link is
[http://www.argyllcms.com/downloadbeta.html]
you need to have your spyder installation CD, so the linux programmer can use the correct firmware.
as i say it worked great for me.
Joe[/url] |
|
| Back to top |
|
 |
aldodefilippi
Joined: 03 Jun 2007 Posts: 29
|
Posted: Sun Nov 04, 2007 6:19 pm Post subject: |
|
|
that's great news. Thanks
aldo |
|
| Back to top |
|
 |
lenn-art
Joined: 01 Dec 2005 Posts: 66 Location: Woerden, NL
|
Posted: Thu Nov 08, 2007 8:53 am Post subject: |
|
|
Just FYI:
I received an email from a devver from lprof (=unofficial ). He said, that if I compile the most recent files from the CVS, i get a nice GUI with support for calibrators. The version 1.11.4 has only a ' eye-user-interface which is as we know very very accurate ... (not)
I'm not sure, AFAIK lprof (the unofficial files) are using some code from argyll cms, so the hardware support is also available as Gui. |
|
| Back to top |
|
 |
hvengel
Joined: 07 Dec 2007 Posts: 2
|
Posted: Fri Dec 07, 2007 6:29 pm Post subject: |
|
|
This is correct. Both ArgyllCMS 0.70 beta 7 and LProf CVS have support for the same meters and this includes the recently added Huey and Spyder2 meters.
However I must caution potential users that ColorVision, the manufacturer of the Spyder2, has a very bad attitude toward the open source community and you should avoid their products until there is a change in their position with respect to open source software. For those of you that currently have Spyder2's will be supported by the open source development community but you will not see support for Spyder3 hardware any time soon in any open source solutions.
You should also be aware that proprietary solutions that support Linux, Unix or BSD platforms other than OS/X are not likely to appear any time soon. |
|
| Back to top |
|
 |
lt_gustavsen
Joined: 22 Oct 2004 Posts: 188 Location: Norway
|
Posted: Fri Jan 18, 2008 1:16 am Post subject: |
|
|
I will like to add to this that the above person, Mr Engel can sell measuring devices cheap. Take a look at this e-mail if you are interested.
If you don’t think its necessary take a look at this image
I photographed my laptop monitor while I was viewing this image in eye of gnome. The first image is with an uncalibrated monitor.
The second image is after loading the profiles vcgt tag to the video lut. (dispwin profile.icc or xcalib profile.icc or dispwin –L if profile already set, are typical commands) The nice thing is that this will affect every program.
The third image is after loading the profile to the X11 server and reloading the image. (dispwin –S profile.icc or xicc profile.icc). This step require support in each software to use this. But not all programs support the “ICC Profiles In X Specification” like bibble, where you instead enter the profile name manually in the config.
It’s anyway exiting that the default image viewer on the gnome desktop can display image color managed, if it's compiled this way like on ubuntu. That’s what I call real eye candy.
And a last note. The quality of argyllcms is terrific. And it’s not that hard to use, actually is quite simple to build a monitor profile ( a cmyk printer profile are another story). I _________________ Regards
Lars Tore Gustavsen |
|
| Back to top |
|
 |
srn
Joined: 08 May 2006 Posts: 14 Location: Sydney, Australia
|
Posted: Mon May 19, 2008 9:42 pm Post subject: |
|
|
Sorry for the thread necromancy - what hardware do people recommend for this task? The ArgylCMS site says the Spyder manufacturer doesn't like linux and recommends something else!
So what hardware do people use? |
|
| Back to top |
|
 |
afx Bibble Expert
.gif)
Joined: 21 Jul 2005 Posts: 3981 Location: Munich
|
Posted: Mon May 19, 2008 9:52 pm Post subject: |
|
|
| srn wrote: | | So what hardware do people use? |
Eye One Display II
cheers
afx _________________ sRGB clipping sucks |
|
| Back to top |
|
 |
michaelkahl
Joined: 08 Jul 2008 Posts: 4
|
Posted: Tue Jul 08, 2008 7:37 pm Post subject: |
|
|
As I posted in other threads, I had luck with argyllcms 0.7 beta and my spyder2 plus in Fedora 9.
A brief outline,
On a side note, you don't always have to setup the spyder software in WINE, like if you have the CVSpyder.dll on your isntallation CD or already extracted it from a previous windows install and saved it to a flash drive or some other storage device.
#Installed WINE#
$yum install wine
#Installed Windows Spyder2 software
Made sure Livna repository was setup (Fedora 9)#
#installed argyllcms from yum#
$sudo yum install argyllcms.i386
$spyd2en /pathname/CVSpyder2.dll
#path was ~/.wine/program folders/spyder2/CVSpyder.dll...your path may differ slightly or you may want to mv it to your home folder prior to this step to make pathing it out easier. - This extracted the firmware for my spyder2, also on some distro's make sure you have rights to use USB devices for argyllcms. I didn't have to do this for Fedora 9#
$dispcal -v -yl ~/profile.cal #<---runs calibration, setup for LCD display#
#then either use dispwin or xcalib to load your new profile#
$dispwin ~/profile.cal
#or if you have xcalib#
$xcalib ~/profile.cal
Thats a rough explanation of what I did, but I hope it can offer some help. _________________ Nikon D200 & D70
Nikon 180mm f2.8, 50mm f1.8
Tamron 17-50 f.28
Athlon 4050e, 2GB, 750GB, Fedora 9 (argyllcms w/Spyder2)
Turion 1.6GHz 1GB, 100GB Linux Mint 5.0 |
|
| Back to top |
|
 |
boogie
Joined: 25 Apr 2008 Posts: 134 Location: Germany
|
Posted: Tue Jul 08, 2008 9:01 pm Post subject: |
|
|
The manufacturer' s software (e.g. Spyder3Elite, i1Match or any) runs fine in VirtualBox or VMWare.
Unfortunately not with WINE, because WINE has no instant access to the USB-Ports, so your hardware will not be recognized.
For me it is more convenient to use i1Match in VirtualBox, because Argyll seems difficult to use (for me )
regards
boogie |
|
| Back to top |
|
 |
carpman
Joined: 22 Sep 2006 Posts: 213
|
Posted: Tue Jul 08, 2008 11:59 pm Post subject: |
|
|
| boogie wrote: | The manufacturer' s software (e.g. Spyder3Elite, i1Match or any) runs fine in VirtualBox or VMWare.
Unfortunately not with WINE, because WINE has no instant access to the USB-Ports, so your hardware will not be recognized.
For me it is more convenient to use i1Match in VirtualBox, because Argyll seems difficult to use (for me )
regards
boogie |
can you get an accurate profile using virtualbox to calirate minitor? |
|
| Back to top |
|
 |
afx Bibble Expert
.gif)
Joined: 21 Jul 2005 Posts: 3981 Location: Munich
|
Posted: Wed Jul 09, 2008 12:35 am Post subject: |
|
|
| boogie wrote: | For me it is more convenient to use i1Match in VirtualBox, because Argyll seems difficult to use (for me ) |
I run one script and it is done...
| Code: |
#!/bin/bash
if [[ -z "$1" ]] ; then
echo "Please specify a name for the profile"
exit 123
fi
base=$1
PATH=/usr/local/argyll:$PATH
M="IBM"
T="T42p"
xset s off
cd /tmp
set -x
dispwin -c
dispcal -m -qh -yl -t6500 $base
targen -d 3 -f 500 $base
dispread -yl -k $base.cal $base
echo "Generating profile ..."
profile -A "$M" -M "$T" -D $(date +"%Y-%m-%d.%H:%H") -qh -al $base
set +x
xset s 600
echo "Done..."
echo "How about"
echo "cp $base.icc /usr/share/color/icc"
echo "dispwin -S $base.icc"
|
and in my .xinitrc file I have the following:
| Code: |
/usr/local/argyll/dispwin -S /usr/share/color/icc/T61.icc
/usr/local/argyll/dispwin -L
|
cheers
afx _________________ sRGB clipping sucks |
|
| Back to top |
|
 |
michaelkahl
Joined: 08 Jul 2008 Posts: 4
|
Posted: Wed Jul 09, 2008 2:50 am Post subject: |
|
|
That's a sweet script....I may have to c/p that from ya and modify as i need to.
This is where I'm still a Linux newb or noob (however you may spell). I haven't written my own shell script successfully yet. I know, I know pathetic....but I'm still learning and at least know some basics on how to get started. _________________ Nikon D200 & D70
Nikon 180mm f2.8, 50mm f1.8
Tamron 17-50 f.28
Athlon 4050e, 2GB, 750GB, Fedora 9 (argyllcms w/Spyder2)
Turion 1.6GHz 1GB, 100GB Linux Mint 5.0 |
|
| Back to top |
|
 |
boogie
Joined: 25 Apr 2008 Posts: 134 Location: Germany
|
Posted: Wed Jul 09, 2008 5:58 am Post subject: |
|
|
| carpman wrote wrote: |
can you get an accurate profile using virtualbox to calirate minitor? |
I don't know if it is really accurate, but the result is much better than calibrating "by eye" ( using K-Gamma and the monitor controls).
For me it is ok (for the moment )
But i wlll try the Argyll-Script...
regards
boogie |
|
| Back to top |
|
 |
tracy
Joined: 22 Aug 2008 Posts: 7
|
Posted: Fri Aug 22, 2008 2:13 pm Post subject: |
|
|
| afx wrote: |
Eye One Display II
|
So this device appears to be discontinued... Thoughts on a replacement? |
|
| Back to top |
|
 |
afx Bibble Expert
.gif)
Joined: 21 Jul 2005 Posts: 3981 Location: Munich
|
Posted: Fri Aug 22, 2008 2:34 pm Post subject: |
|
|
| tracy wrote: | | afx wrote: |
Eye One Display II
| So this device appears to be discontinued... Thoughts on a replacement? |
I don't think so:
http://www.xrite.com/product_overview.aspx?ID=846
And I keep hearing that there are still vendors out there that have the DTP94.
I hope Graeme gets his hands on a ColorMunki soon, that should be the next interesting step.
cheers
afx _________________ sRGB clipping sucks |
|
| Back to top |
|
 |
|