Chez Fred/ argyllcms

Argyll CMS under Ubuntu Gusty Gibbons

Work In Progress...

Hardware

Huey Pantone

Building (and packaging ?) it

Based on the worked done for the Mandriva Package by Frederic Crozat (and Nicolas Mailhot). See his blog for more info : http://twinpeaks.dyndns.org/blog/

cd argyllcms-0.70b7/
chmod +x *.ksh
chmod +x tiff/configure
chmod +x libusb/configure
rm -fr tiff libusb libusbw
patch -p1 < debian/patches/01-build.diff
patch -p1 < debian/patches/02-dispread-buffer-overflow.diff
patch -p1 < debian/patches/03-iccdump-buffer-overflow.diff
sudo apt-get install libtiff4-dev libusb-dev libx11-dev libxext-dev libxxf86vm-dev libxinerama-dev x11proto-scrnsaver-dev libxss-dev
./makeall.ksh
./makeinstall.ksh

Using it

Based on the following blog entry from Joel Cornuz : http://jcornuz.wordpress.com/2007/11/18/use-colorvision-spyder-to-produce-an-icc-monitor-profile-under-argyllcms-linux/

echo -n 3-2:1.0 > /sys/bus/usb/drivers/usbhid/unbind
sudo ./dispcal -v -q l -y l belinea
sudo ./targen -v -d3 -f250 belinea
sudo ./dispread -v -y l -k belinea.cal belinea
sudo ./profile -v -A "BELINEA" -M "BELINEA" -D "14 Decembre 2007" -q m -as belinea
./dispwin belinea.icc
Last edited Sat 15 Dec 2007 04:19:21 PM CET