Installer Davinci Resolve sur Ubuntu et Mint

Fonctionne pour Ubuntu 18.04 LTS.

Prérequis suivant le GPU :
NVIDIA : sudo apt-get install nvidia-cuda-toolkit
AMD : sudo apt install ocl-icd-opencl-dev

installer le pack Nvidia/AMD en premier.

puis :

cd Downloads/DaVinci_Resolve_15.0b2_Linux
chmod +x makeresolvedeb
sudo ./makeresolvedeb lite
sudo dpkg --install davinci-resolve_15.0b2-1_amd64.deb

MARCHE A SUIVRE

Télécharger DaVinci Resolve

Aller à https://www.blackmagicdesign.com/fr/products/davinciresolve/# et télécharger le *.zip pour Linux dans un dossier vide.

Télécharger MakeResolveDeb

La version de MakeResovleDeb doit coïncider avec la version de Resolve à installer.

Exemple : DaVinci_Resolve_15.2.2_Linux.zip -> makeresolvedeb_15.2.2-1.sh.tar.gz

Télécharger le makeresolvedeb*.tar.gz dans un répertoire vide à cette adresse : http://www.danieltufvesson.com/makeresolvedeb

Unpack downloaded archives

Dans un terminal, aller dans le dossier où les fichiers ont été téléchargés, puis dézipper :

cd ~/monDossierVide
unzip DaVinci_Resolve_Studio_15.0_Linux.zip
tar zxvf makeresolvedeb_15.0-2.sh.tar.gz

On doit avoir ces fichiers :

DaVinci_Resolve_Studio_15.0_Linux.run
DaVinci_Resolve_Studio_15.0_Linux.zip
Linux_Installation_Instructions.pdf
makeresolvedeb_15.0-2.sh.tar.gz
makeresolvedeb_15.0-2.sh

exécuter MakeResolveDeb

Il est temps d'assembler le nouveau fichier *.deb grâce à MakeResolveDeb.

Si l'on veut installer Resolve :

./makeresolvedeb_15.0-2.sh lite

Si l'on veut installer Resolve Studio :

./makeresolvedeb_15.0-2.sh studio

Cela peut prendre quelques minutes. En cas de succés, le terminal affichera:

[DONE]

Installing the Debian package

A successful conversion generates a *.deb file that can be installed to your system. Since the Blackmagic Design installer does not provide any package dependencies you will have to make sure that you have all the required packages installed that are required by Resolve before continuing. To install Resolve you can use dpkg.

For example:

sudo dpkg -i davinci-resolve-studio_15.0-2_amd64.deb

ou

sudo dpkg -i davinci-resolve_15.0-2_amd64.deb

PROBLEMES EVENTUELS

MakeResolveDeb reports missing function and stops

Si affichage du message :

Sorry. Need 'xyz' to continue.

Alors, un paquet est manquant. Il faut l'installer :

sudo apt-get install xyz

Missing libssl1.0.0

Les anciennes versions de Resolve requires libssl1.0.0 which is normally not included in many current Debian based distributions. To solve this you will have to download and install libssl1.0.0 package for your distribution.

For Ubuntu you can download and install libssl1.0.0 from Xenial. libssl1.0.0 Ubuntu Xenial

If you are installing libssl1.0.0 after you install Resolve you will have to reconfigure the Resolve package to make Resolve find the new library.

sudo dpkg-reconfigure davinci-resolve-studioor

sudo dpkg-reconfigure davinci-resolve

When Resolve doesn't start at all or exits immediately

  1. Démarrer resolve (/opt/resolve/bin/resolve) et check the output for error messages
  2. Make sure you have all required libraries installed. Run "ldd /opt/resolve/bin/resolve" and verify that there are no missing libraries (ldd should give no lines with "not found" in them)
  3. Log files are located in /opt/resolve/logs/. Please check for clues. (ResolveDebug.txt & rollinglog.txt)
  4. Resolve is quite picky when it comes to GPU drivers and versions. Make sure you have both CUDA and OpenCL libraries installed. Even if you use CUDA, a working OpenCL is still required for proper function, and vice versa.
  5. Segmentation fault on startup usually means missing GPU drivers, unsupported GPU driver version or unsupported GPU hardware. Check /opt/resolve/logs/ for clues.

Autres problèmes

DaVinci Resolve on Linux - Install issues

Laisser un commentaire

Votre adresse de messagerie ne sera pas publiée. Les champs obligatoires sont indiqués avec *