Installation FAQ

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
 
[[Download For Linux|Download Davinci for Linux]]
 
[[Download For Linux|Download Davinci for Linux]]
 
==Frequently Asked Questions About Installation==
 
==Frequently Asked Questions About Installation==
 +
 +
 +
 +
* I am getting "/usr/bin/display: No such file or directory", when trying to display an image. What should I do?
 +
 +
Linux version of Davinci uses  ImageMagick "display" command by default. Most likely ImageMagick is not installed.
 +
The solution is to either install ImageMagick or to change the $DV_VIEWER environment variable to your favorite Image Viewer. To set the variable you can either set it on your system shell, or better in the Davinci shell by
 +
putenv("DV_VIEWER","/path/to/your/favorite/imageviewer")

Revision as of 10:48, 25 July 2007


Contents

Downloads

Download Davinci for Mac

Download Davinci for Windows

Download Davinci for Linux

Frequently Asked Questions About Installation

  • I am getting "/usr/bin/display: No such file or directory", when trying to display an image. What should I do?

Linux version of Davinci uses ImageMagick "display" command by default. Most likely ImageMagick is not installed. The solution is to either install ImageMagick or to change the $DV_VIEWER environment variable to your favorite Image Viewer. To set the variable you can either set it on your system shell, or better in the Davinci shell by

putenv("DV_VIEWER","/path/to/your/favorite/imageviewer")
Personal tools