PDA

View Full Version : XTI Rebel + Gimp + UFraw + Linux = Problem


draggin
Mar-07-2008, 12:39 PM
A friend of mine is having problems with the aforementioned setup, while I have the Canon 400D which is equvilent to the XTI Rebel I don't have an XTI to be able to play with to confirm that they are the near the same.

Is there an online tutorial\setup\help pages that might be able to point him in the right direction to getting this setup working??

Tim

David_S85
Mar-11-2008, 12:02 AM
thread bump

BigAl
Mar-11-2008, 07:09 PM
What IS the problem? Your query is a bit vague.

The XTi and the 400d are the same except for the badge and a bit of code in the hardware which adds the camera name to the EXIF. If you're having a problem with UFraw, you may want to consider Raw Therapee (http://www.dgrin.com/showthread.php?t=84567) instead.

draggin
Mar-12-2008, 11:45 AM
Hi Al

Thanks for the info, I not 100% sure what the problem is, the guy runs the same Linux OS as I do and has the same version of Gimp, but he could not get the URraw gimp plugin to work with his camera. He tried updating to the latest version of UFraw from outside the distro's downloads and ran into dependance problems.

I have the 400D and don't have a problem with UFraw although I don't find it that great. I may well have a play with rawtherapee myself.

Regards

Tim

ziggy53
Mar-13-2008, 10:11 PM
Hi Al

Thanks for the info, I not 100% sure what the problem is, the guy runs the same Linux OS as I do and has the same version of Gimp, but he could not get the URraw gimp plugin to work with his camera. He tried updating to the latest version of UFraw from outside the distro's downloads and ran into dependance problems.

I have the 400D and don't have a problem with UFraw although I don't find it that great. I may well have a play with rawtherapee myself.

Regards

Tim

Send him one of your RAW image files, one that you know works for sure. If they still cannot run against your file, you know it has to be their setup.

Are there any additional files required from Canon? On a Windows machine, Canon specific dll files are often required for third-party RAW converters and viewers. I have no idea about Linux machines. :dunno(Does Linux use "library" files?)

I am also a RAW Therapee user and I too love it! :clap:clap (... again on a Windows machine.)

ziggy53
Mar-13-2008, 10:18 PM
...

Are there any additional files required from Canon? On a Windows machine, Canon specific dll files are often required for third-party RAW converters and viewers. I have no idea about Linux machines. :dunno(Does Linux use "library" files?)
...

I did find this, "... dependencies include the GIMP and libgimp for basic functionality, and LittleCMS and libEXIF for enhanced features."

Is that "libgimp" significant?

tsk1979
Mar-13-2008, 10:47 PM
This problem happens when individual components are compiled or downloaded without taking care of dependencies.
Thats why, the best way to do this is use the package manager.
For example if its a red-hat based distro, use rpm -ivh etc.,
If its ubuntu, use apt-get, if its gentoo use emerge.
This takes care of all dependencies.
The download sequence should be
1. Get gimp(latest version) using the package manager to get all dependencies
2. Test GIMP is working
3. Get ufraw using the package manager.
In case your package manager does not recognize ufraw(a possiblity), go to the webpage of ufraw(ufraw.sourceforge.net) and then check out dependencies.
Install all those using the package manager, and then install ufraw.

tsk1979
Mar-13-2008, 10:48 PM
I did find this, "... dependencies include the GIMP and libgimp for basic functionality, and LittleCMS and libEXIF for enhanced features."

Is that "libgimp" significant?]
ufraw can be used standalone too, but if you want to open RAW files from within gimp you need to have the GIMP installed and development libraries(libgimp) also installed.

And you do not need any dll files etc.,

draggin
Mar-14-2008, 01:08 AM
He is using Mepis 7 (which is a derivative of Debian), Gimp and UFraw (including the gimp\UFraw plugin) are in the software reposatories which is handled by a package manager. When you select the software Mepis automaticly takes care of any dependances or it will refuse to install the software (you can force it to install).

There is a chance that he may have forced an installation of software with dependance issue which is causing the problem, but I don't beleive he has compiled any as he is new to Linux.

I have informed him about Rawtherapee but I have not heard if he has tried it yet.

Tim

draggin
Mar-14-2008, 01:12 AM
<snip>

Are there any additional files required from Canon? On a Windows machine, Canon specific dll files are often required for third-party RAW converters and viewers. I have no idea about Linux machines. :dunno(Does Linux use "library" files?)

I am also a RAW Therapee user and I too love it! :clap:clap (... again on a Windows machine.)

No, Canon as an official line don't support Linux so it very unlikely that they will supply any spefic software for it to work.

I tried RawTherapee on my windos machine and it looked quitre good, somebody else has installed the linux version on Mepis7 but I am busy with other problems at the moment.

Tim

nmh
Mar-16-2008, 12:21 PM
He is using Mepis 7 (which is a derivative of Debian), Gimp and UFraw (including the gimp\UFraw plugin) are in the software reposatories which is handled by a package manager. When you select the software Mepis automaticly takes care of any dependances or it will refuse to install the software (you can force it to install).

There is a chance that he may have forced an installation of software with dependance issue which is causing the problem, but I don't beleive he has compiled any as he is new to Linux.
Have you compared what is installed for both your system and your friend's?
dpkg -l should get you version numbers. Also, what sources are you using? (in debian: /etc/apt/sources.list)

tsk1979 has some good advice - I would add that you can build packages locally, if you want.