DaVinci Resolve on Linux - Install issues

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

Marcin Nowak

  • Posts: 16
  • Joined: Mon Nov 02, 2015 8:38 am

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 12:04 am

I can confirm now that Resolve works with Manjaro Linux.

Steps to run it on Manjaro:

Code: Select all
$ yaourt -S gstreamer0.10
$ pacman -S opencl-nvidia openssl
$ unzip DaVinci_Resolve_12.5.5_Linux.zip
$ sudo ./DaVinci_Resolve_12.5.5_Linux.sh
$ sudo bash && cd /opt/resolve/libs
# ln -s /usr/lib/libssl.so libssl.so.10
# ln -s /usr/lib/libcrypto.so libcrypto.so.10


And finally run it:

Code: Select all
$ /opt/resolve/bin/resolve


Marcin

PS. I don't know all dependencies.
Offline

tartinebrule

  • Posts: 8
  • Joined: Fri Mar 03, 2017 7:08 am

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 12:16 am

Marcin Nowak wrote:I can confirm now that Resolve works with Manjaro Linux.


@Marcin. Congrats.

Are you able to get audio output? if yes, with or whitout a decklink card?
Offline

Fernando Sousa

  • Posts: 13
  • Joined: Sun Feb 05, 2017 8:53 am

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 5:28 am

Installed OK on CentOS 7.3, on first run went as far as the Media folder selecion, after that it closed and trying to run from terminal returns:
Code: Select all
[fernando@the-machine Downloads]$ /opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= 2222, Mode=  0, Level=  0, CmdKey= 8, Option= 0
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
12.5.5 (#026)
Main thread starts: F64AAB00
log4cxx: No appender could be found for logger (Undefined).
log4cxx: Please initialize the log4cxx system properly.
[fernando@the-machine Downloads]$ sudo /opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= 2222, Mode=  0, Level=  0, CmdKey= 8, Option= 0
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
12.5.5 (#026)
Main thread starts: 3ED98B00
log4cxx: No appender could be found for logger (Undefined).
log4cxx: Please initialize the log4cxx system properly.

Any recomendations?
Offline

Johan Cramer

  • Posts: 245
  • Joined: Mon Aug 26, 2013 3:33 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 6:16 am

Is it possible to run Resolve on Linux in single-user mode, without PostgreSQL (as it is on Windows)?
Offline

Kuntal Majumder

  • Posts: 36
  • Joined: Fri Jul 29, 2016 3:54 am
  • Location: Agartala, India

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 7:19 am

Operating System : Ubuntu 16.04

Problems:
  • Not a single video file detected
  • Audio files are detected ,can be played but no sound
  • Cuda not detected , OpenCl works (blender can use cuda though)
  • Pretty high on CPU (expected) but even more than the windows version in the same machine

Dependencies for installing Resolve in Ubuntu 16.04:

Code: Select all
sudo apt-get install libssl-dev libgstreamer-plugins-base0.10-dev
sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0  /usr/lib/libcrypto.so.10
sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0  /usr/lib/libssl.so.10


Where can I get the BMD CentOS ISO or that is only for the studio version?
Offline
User avatar

Stefan Gofferje

  • Posts: 177
  • Joined: Sun Aug 16, 2015 6:18 pm
  • Location: Finland

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 8:39 am

tartinebrule wrote:@Stefan

Are you able to get audio out? If so, would you mind explaining how did you set up alsa?


I'm still in the process of solving some conflicts because Pulse doesn't like if anyone tries to go around it. My first step however was to tell Resolve to use system audio in Preferences -> Video I/O and GPU.
But as a BMD HDMI output card is anyway on my shopping list, I didn't plan to go too deep into this.
Documentary and wildlife guy, mostly Linux user
DR12.5, Win10, Core I7-4770K@3.5GHz, 32GB RAM, GTX 1070
Canon 6D, Canon 7D
Offline

Diego Borghello

  • Posts: 22
  • Joined: Fri Mar 03, 2017 10:14 am

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 8:43 am

Dwaine Maggart wrote:@Diego re: Full Screen

Select Applications - System Tools - Settings

Select Keyboard

Select Keyboard Shortcuts

Select Windows

You'll see Toggle Full Screen mode is Disabled.

Click Disabled, then press the F11 key. It should now show F11.

Exit Settings. Now the F11 key should toggle Resolve in and out of full screen mode.

Note that if you toggle the Cinema viewer on and off, Resolve goes out of full screen mode, but you can just toggle it back again with the F11 key.



Thanks Dwaine!
Offline

Alessandro Fontana

  • Posts: 25
  • Joined: Fri Mar 03, 2017 5:14 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 10:13 am

Ubuntu 16.10 + missing library installed and linked.

Resolve working but with those issues:
NO audio (set in preference system audio output)
NO 3D Lut (the default luts resulted missing and for custom luts, OpenLutFolder/UpdateList buttons doesn't works; with /home/resolve/LUT folder).
NO 10bit, the viewer in color/deliver room works only if color depth is set to 8bit.
NO safe zone indicator in the viewer, flag this option goes Resolve to crash.

For now is all that I tested.

alessandro
Offline

tartinebrule

  • Posts: 8
  • Joined: Fri Mar 03, 2017 7:08 am

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 10:18 am

@Stefan Thanks for the reply.

@BM Is the fix for the audio even on the supported distro to buy some hardware?

I've also notice that launching the only app and leaving it idle uses 2 cores at 100%. Is that normal?
Offline
User avatar

Stefan Gofferje

  • Posts: 177
  • Joined: Sun Aug 16, 2015 6:18 pm
  • Location: Finland

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 1:06 pm

Here's the dependencies on Ubuntu 14.04...

Code: Select all
   linux-vdso.so.1 =>  (0x00007ffd767bd000)
   libcudart.so.7.5 => /opt/resolve/libs/libcudart.so.7.5 (0x00007facef117000)
   libnvrtc.so.7.5 => /opt/resolve/libs/libnvrtc.so.7.5 (0x00007facedd49000)
   libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007facedb30000)
   libQt5Core.so.5 => /opt/resolve/libs/libQt5Core.so.5 (0x00007faced3a9000)
   libQt5Widgets.so.5 => /opt/resolve/libs/libQt5Widgets.so.5 (0x00007facecb24000)
   libQt5Gui.so.5 => /opt/resolve/libs/libQt5Gui.so.5 (0x00007facec3b2000)
   libQt5Network.so.5 => /opt/resolve/libs/libQt5Network.so.5 (0x00007facec05a000)
   libQt5OpenGL.so.5 => /opt/resolve/libs/libQt5OpenGL.so.5 (0x00007facebe02000)
   libQt5Sql.so.5 => /opt/resolve/libs/libQt5Sql.so.5 (0x00007facebbb5000)
   libQt5Xml.so.5 => /opt/resolve/libs/libQt5Xml.so.5 (0x00007faceb974000)
   libQt5Multimedia.so.5 => /opt/resolve/libs/libQt5Multimedia.so.5 (0x00007faceb697000)
   libGLU.so.1 => /usr/lib/x86_64-linux-gnu/libGLU.so.1 (0x00007faceb429000)
   libGL.so.1 => /usr/lib/nvidia-367/libGL.so.1 (0x00007faceb19a000)
   libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007faceaf94000)
   libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007faceacf1000)
   libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007faceaadf000)
   libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007facea8d7000)
   libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007facea6bb000)
   libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007facea386000)
   libbz2.so.1 => /lib/x86_64-linux-gnu/libbz2.so.1 (0x00007facea176000)
   libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007face9e0f000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007face9c0b000)
   librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007face9a03000)
   libavformat.so.57 => /opt/resolve/libs/libavformat.so.57 (0x00007face9609000)
   libavcodec.so.57 => /opt/resolve/libs/libavcodec.so.57 (0x00007face80a1000)
   libavutil.so.55 => /opt/resolve/libs/libavutil.so.55 (0x00007face7e2e000)
   libMXF.so => /opt/resolve/libs/libMXF.so (0x00007face7b2d000)
   libfraunhoferdcp.so => /opt/resolve/libs/libfraunhoferdcp.so (0x00007face59fa000)
   libSMDK-Linux-x64.so.4.7 => /opt/resolve/libs/libSMDK-Linux-x64.so.4.7 (0x00007face5550000)
   libmp4decMT.so => /opt/resolve/libs/libmp4decMT.so (0x00007face51fc000)
   libmp4encMT.so => /opt/resolve/libs/libmp4encMT.so (0x00007face4cb3000)
   libsonyxavcenc.so => /opt/resolve/libs/libsonyxavcenc.so (0x00007face4a4e000)
   liblog4cxx.so.10 => /opt/resolve/libs/liblog4cxx.so.10 (0x00007face4663000)
   libapr-1.so.0 => /opt/resolve/libs/libapr-1.so.0 (0x00007face4434000)
   libaprutil-1.so.0 => /opt/resolve/libs/libaprutil-1.so.0 (0x00007face4213000)
   libopencv_calib3d.so.2.4 => /opt/resolve/libs/libopencv_calib3d.so.2.4 (0x00007face3f70000)
   libopencv_features2d.so.2.4 => /opt/resolve/libs/libopencv_features2d.so.2.4 (0x00007face3cb5000)
   libopencv_highgui.so.2.4 => /opt/resolve/libs/libopencv_highgui.so.2.4 (0x00007face3a5b000)
   libopencv_imgproc.so.2.4 => /opt/resolve/libs/libopencv_imgproc.so.2.4 (0x00007face35b1000)
   libopencv_core.so.2.4 => /opt/resolve/libs/libopencv_core.so.2.4 (0x00007face3164000)
   libopencv_flann.so.2.4 => /opt/resolve/libs/libopencv_flann.so.2.4 (0x00007face2ef0000)
   libopencv_video.so.2.4 => /opt/resolve/libs/libopencv_video.so.2.4 (0x00007face2ca3000)
   libSonyRawDev.so.2 => /opt/resolve/libs/libSonyRawDev.so.2 (0x00007face28cf000)
   libGLEW.so.1.9 => /opt/resolve/libs/libGLEW.so.1.9 (0x00007face265d000)
   libOpenCL.so.1 => /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 (0x00007face2454000)
   libgvc.so.6 => /opt/resolve/libs/libgvc.so.6 (0x00007face21b2000)
   libcgraph.so.6 => /opt/resolve/libs/libcgraph.so.6 (0x00007face1f9c000)
   libcdt.so.5 => /opt/resolve/libs/libcdt.so.5 (0x00007face1d96000)
   libxdot.so.4 => /opt/resolve/libs/libxdot.so.4 (0x00007face1b92000)
   libpathplan.so.4 => /opt/resolve/libs/libpathplan.so.4 (0x00007face198a000)
   libDNxHR.so => /opt/resolve/libs/libDNxHR.so (0x00007face11e3000)
   libimf.so => /opt/resolve/libs/libimf.so (0x00007face0d20000)
   libirc.so => /opt/resolve/libs/libirc.so (0x00007face0ac8000)
   libsvml.so => /opt/resolve/libs/libsvml.so (0x00007facdfecd000)
   libintlc.so.5 => /opt/resolve/libs/libintlc.so.5 (0x00007facdfc77000)
   libArriRawSDK.so.5.3 => /opt/resolve/libs/libArriRawSDK.so.5.3 (0x00007facde136000)
   libgvcodec.so => /opt/resolve/libs/libgvcodec.so (0x00007facddf23000)
   libcrypto.so.10 => /lib/x86_64-linux-gnu/libcrypto.so.10 (0x00007facddb47000)
   libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007facdd942000)
   libssl.so.10 => /lib/x86_64-linux-gnu/libssl.so.10 (0x00007facdd6e3000)
   libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007facdd3dd000)
   libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007facdd1bf000)
   librsvg-2.so.2 => /usr/lib/x86_64-linux-gnu/librsvg-2.so.2 (0x00007facdcf8a000)
   libCg.so => /opt/resolve/libs/libCg.so (0x00007facdcb17000)
   libCgGL.so => /opt/resolve/libs/libCgGL.so (0x00007facef3e1000)
   libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007facdc813000)
   libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007facdc5fd000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007facdc238000)
   libgthread-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007facdc036000)
   libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007facdbd2e000)
   /lib64/ld-linux-x86-64.so.2 (0x00007facef375000)
   libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007facdbadd000)
   libpq.so.5 => /opt/resolve/libs/libpq.so.5 (0x00000033b7600000)
   libpulse.so.0 => /usr/lib/x86_64-linux-gnu/libpulse.so.0 (0x00007facdb894000)
   libGLX.so.0 => /usr/lib/nvidia-367/libGLX.so.0 (0x00007facdb663000)
   libGLdispatch.so.0 => /usr/lib/nvidia-367/libGLdispatch.so.0 (0x00007facdb37a000)
   libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007facdb154000)
   libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007facdaf35000)
   liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007facdad13000)
   libltdl.so.7 => /usr/lib/x86_64-linux-gnu/libltdl.so.7 (0x00007facdab09000)
   libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 (0x00007facda8fa000)
   libasound.so.2 => /usr/lib/x86_64-linux-gnu/libasound.so.2 (0x00007facda60a000)
   libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007facda3e0000)
   libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007facda1a7000)
   libgtk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 (0x00007facd9b6a000)
   libgdk-x11-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 (0x00007facd98b7000)
   libatk-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0 (0x00007facd9695000)
   libgio-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 (0x00007facd9322000)
   libpangoft2-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 (0x00007facd910d000)
   libgdk_pixbuf-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x00007facd8eec000)
   libpangocairo-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x00007facd8cdf000)
   libcairo.so.2 => /usr/lib/x86_64-linux-gnu/libcairo.so.2 (0x00007facd89d4000)
   libpango-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 (0x00007facd8787000)
   libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007facd854b000)
   libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007facd8347000)
   libgstbase-0.10.so.0 => /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0 (0x00007facd80f3000)
   libgstreamer-0.10.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 (0x00007facd7e09000)
   libXmu.so.6 => /usr/lib/x86_64-linux-gnu/libXmu.so.6 (0x00007facd7bf0000)
   libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007facd79e0000)
   libcroco-0.6.so.3 => /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3 (0x00007facd77a5000)
   libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007facd7567000)
   libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007facd735f000)
   libgssapi_krb5.so.2 => /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007facd7118000)
   libldap_r-2.4.so.2 => /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2 (0x00007facd6ec7000)
   libjson-c.so.2 => /lib/x86_64-linux-gnu/libjson-c.so.2 (0x00007facd6cbc000)
   libpulsecommon-4.0.so => /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so (0x00007facd6a55000)
   libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007facd6810000)
   libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007facd660c000)
   libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007facd6406000)
   libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007facd6200000)
   libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007facd5ff6000)
   libXinerama.so.1 => /usr/lib/x86_64-linux-gnu/libXinerama.so.1 (0x00007facd5df3000)
   libXrandr.so.2 => /usr/lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007facd5be9000)
   libXcursor.so.1 => /usr/lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007facd59df000)
   libXcomposite.so.1 => /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 (0x00007facd57dc000)
   libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007facd55d9000)
   libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007facd53b6000)
   libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007facd519b000)
   libharfbuzz.so.0 => /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007facd4f46000)
   libpixman-1.so.0 => /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 (0x00007facd4c9e000)
   libxcb-shm.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007facd4a9b000)
   libxcb-render.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007facd4892000)
   libthai.so.0 => /usr/lib/x86_64-linux-gnu/libthai.so.0 (0x00007facd4689000)
   libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007facd4423000)
   libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007facd4158000)
   libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007facd3f29000)
   libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007facd3d25000)
   libkrb5support.so.0 => /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007facd3b1a000)
   liblber-2.4.so.2 => /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 (0x00007facd390b000)
   libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007facd36f0000)
   libgssapi.so.3 => /usr/lib/x86_64-linux-gnu/libgssapi.so.3 (0x00007facd34b2000)
   libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007facd31f4000)
   libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007facd2f74000)
   libwrap.so.0 => /lib/x86_64-linux-gnu/libwrap.so.0 (0x00007facd2d6a000)
   libsndfile.so.1 => /usr/lib/x86_64-linux-gnu/libsndfile.so.1 (0x00007facd2b02000)
   libasyncns.so.0 => /usr/lib/x86_64-linux-gnu/libasyncns.so.0 (0x00007facd28fc000)
   libgraphite2.so.3 => /usr/lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007facd26d6000)
   libdatrie.so.1 => /usr/lib/x86_64-linux-gnu/libdatrie.so.1 (0x00007facd24cf000)
   libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007facd22cb000)
   libheimntlm.so.0 => /usr/lib/x86_64-linux-gnu/libheimntlm.so.0 (0x00007facd20c2000)
   libkrb5.so.26 => /usr/lib/x86_64-linux-gnu/libkrb5.so.26 (0x00007facd1e3a000)
   libasn1.so.8 => /usr/lib/x86_64-linux-gnu/libasn1.so.8 (0x00007facd1b99000)
   libhcrypto.so.4 => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4 (0x00007facd1966000)
   libroken.so.18 => /usr/lib/x86_64-linux-gnu/libroken.so.18 (0x00007facd1751000)
   libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007facd153d000)
   libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007facd12fb000)
   libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007facd10f6000)
   libnsl.so.1 => /lib/x86_64-linux-gnu/libnsl.so.1 (0x00007facd0edc000)
   libFLAC.so.8 => /usr/lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007facd0cab000)
   libvorbisenc.so.2 => /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 (0x00007facd09ff000)
   libvorbis.so.0 => /usr/lib/x86_64-linux-gnu/libvorbis.so.0 (0x00007facd07cf000)
   libogg.so.0 => /usr/lib/x86_64-linux-gnu/libogg.so.0 (0x00007facd05c6000)
   libwind.so.0 => /usr/lib/x86_64-linux-gnu/libwind.so.0 (0x00007facd039d000)
   libheimbase.so.1 => /usr/lib/x86_64-linux-gnu/libheimbase.so.1 (0x00007facd018f000)
   libhx509.so.5 => /usr/lib/x86_64-linux-gnu/libhx509.so.5 (0x00007faccff46000)
   libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007faccfc8d000)
Documentary and wildlife guy, mostly Linux user
DR12.5, Win10, Core I7-4770K@3.5GHz, 32GB RAM, GTX 1070
Canon 6D, Canon 7D
Offline
User avatar

Stefan Gofferje

  • Posts: 177
  • Joined: Sun Aug 16, 2015 6:18 pm
  • Location: Finland

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 1:09 pm

Just noticed... Interesting... Resolve does link to libpulse but still doesn't use Pulseaudio... Hmmm... Bug?
Documentary and wildlife guy, mostly Linux user
DR12.5, Win10, Core I7-4770K@3.5GHz, 32GB RAM, GTX 1070
Canon 6D, Canon 7D
Offline

Martin Schitter

  • Posts: 899
  • Joined: Tue Apr 28, 2015 10:41 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 2:00 pm

Stefan Gofferje wrote:Here's the dependencies on Ubuntu 14.04...


yes -- this are the dependencies of dynamic linked libraries as reported by 'ldd', but that's something different then package dependencies describing other needed software on your system. the latter is very useful, because it doesn't make much sense, to explain by verbal means, that you have to install furthermore 'opencl-nvidia', 'postgresql', etc., if it can by handled and solved in a more efficient way by your package manager.

a very similar important issue concerns the proper removal and update of the installation. the actual installation script isn't very satisfying in this respect. be warned -- it doesn't only touch files in the /opt/*-tree! there are also changes in /lib/udev/rules.d/ for USB panel and dongle handling, etc. if you want to keep your system clean and handle this kind of changes in a different manner as on windows (i.e. not by just reinstalling your whole system frequently), you simply have to take care of all this modifications done by the installer.

using tools, like 'checkinstall', to generate intermediate packages for the package management software of your distribution, does look much more suitable to me in this respect. it's also a useful preparation for AppImage creation (=> 'apt-appdir'), if you prefer a more macintosh like handling of binary software installation.
Offline
User avatar

Stefan Gofferje

  • Posts: 177
  • Joined: Sun Aug 16, 2015 6:18 pm
  • Location: Finland

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 2:10 pm

Martin Schitter wrote:yes -- this are the dependencies of dynamic linked libraries as reported by 'ldd', but that's something different then package dependencies describing other needed software on your system

I didn't write package dependencies, did I? :) ;)

The library deps are quite useful for debugging quirks because they show on which libs resolve depends exactly, i.e. the system libs or the libs that come with the installer :).

I'm in the process of looking into the audio and the h.264 issues.
Documentary and wildlife guy, mostly Linux user
DR12.5, Win10, Core I7-4770K@3.5GHz, 32GB RAM, GTX 1070
Canon 6D, Canon 7D
Offline

William Eguienta

  • Posts: 138
  • Joined: Tue Sep 30, 2014 5:53 pm
  • Location: Montpellier, France

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 2:12 pm

hi
just installed resolve studio on linux from centos 7.3 image iso, work like a charm ! thank you !
i only have a single problem with it (in fusion too)
how can i navigate on a network drive from resolve or fusion please ? it only show me local folder and drive

my database is on a Nas and all project too (linux noob here) so i need to connect it to the nas then import medias from nas too

thank you
Offline

Martin Schitter

  • Posts: 899
  • Joined: Tue Apr 28, 2015 10:41 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 3:40 pm

Stefan Gofferje wrote:I didn't write package dependencies, did I? :) ;)


sorry, but you just picked the ambiguous term "dependencies"...

Stefan Gofferje wrote:The library deps are quite useful for debugging quirks because they show on which libs resolve depends exactly, i.e. the system libs or the libs that come with the installer :).


that's the much more significant claim, i have to disagree!

'ldd' just gives you a list of references to dynamic libraries based on the actual circumstances and environment variables. if you change the search order by placing a LD_LIBRARY_PATH specification in front of the command, the result may look different. and in the particular case of resolve this is an very important detail, because the actual binary shows in fact some very uncommon behavior concerning this ld-configuration expectations!

but don't get me wrong -- i really like this open exchange of useful experiences, insights and help between users!
yet it's still important, that we strive for the most proper solutions and best practice advises, not just for arbitrary ad hoc hacks and workarounds.
Offline

Winfried Dobbe

  • Posts: 72
  • Joined: Wed Aug 22, 2012 10:39 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 3:46 pm

DR 12.5.5 studio also runs great on OpenSuse 42.2, with a couple of extra soft links as mentioned before.
I haven't tried audio yet, because I use DR only for color grading.

System: Intel 3770K, NVidia GTX580 3GB, 16 GB RAM, Decklink extreme 3.

A (payed) option for Prores export would be great !
Mac Studio M2 Ultra, 128GB RAM, UltraStudio 4k mini, Mini panel, SpeedEditor, Areca RAID6 (hdd) + OWC thunderblade V4
macOS Sonoma 14.2.1, DaVinci Resolve Studio 18.6.4
Offline

Michel Plateau

  • Posts: 4
  • Joined: Fri Mar 03, 2017 12:55 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 3:57 pm

@Marcin

Thanks ! It (almost) works :!:
Like a lot of people here, I don't have any sound. Tried Alsa and Alsa+Pulseaudio, nothing.
Even with "Use System Audio Input" checked in the Preferences menu.

And the CPU usage is way higher than on Windows (on the same computer).
Offline

Marcin Nowak

  • Posts: 16
  • Joined: Mon Nov 02, 2015 8:38 am

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 6:01 pm

tartinebrule wrote:
Marcin Nowak wrote:I can confirm now that Resolve works with Manjaro Linux.


@Marcin. Congrats.

Are you able to get audio output? if yes, with or whitout a decklink card?


No, I can't get audio working. Stopping pulseaudio service completely has no effect, too.

Marcin
Offline

Sakis Bouzanis

  • Posts: 1
  • Joined: Sat Mar 04, 2017 6:36 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 6:53 pm

Hi everyone!

@BM: Great surprise, been waiting for this for years, thanks.

Successfully installed 12.5.5 on Debian stretch, after hacking a bit the installer to avoid the "resolve" user and the panel and dongle installations (don't need them). Also had to symlink libcrypto and libssl, and haven't solved the system audio not working issue.
Offline

Ana T.

  • Posts: 1
  • Joined: Sat Mar 04, 2017 7:07 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 7:36 pm

Hello. Can you please describe what steps are needed to install it on Ubuntu 14.04? My experience in using the terminal is quite limited and I could use any advice on how to approach things. I always solve problems by searching online and after that is just copy-paste. But I'm having trouble figuring this out.

I have downloaded the zip file and executed DaVinci_Resolve_12.5.5_Linux.sh

This is what I got:

Extracting files...
tar: /usr/lib64: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
./install.sh: line 43: Exit_With_Error: command not found
resolve: no process found
Copying Resolve files...
Copying scripts...
Copying docs...
Copying Onboarding package...
Copying UI resources...
Copying libraries...
Creating shortcuts...
Resolve System Updated

I also have an icon on my desktop "DaVinci Resolve.desktop" and it dosen't open. Allow file to run as a program is checked.

Do I have to put "DaVinci_Resolve_12.5.5_Linux.sh" in a specific folder? What is the file I am missing?
Offline
User avatar

Noel Sterrett

  • Posts: 521
  • Joined: Wed Aug 22, 2012 9:12 pm
  • Location: Atlanta

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 9:09 pm

I'm getting audio from the Decklink, but nothing from the system without it.

I installed using the BD ISO.

Cheers.
Admit One Pictures
Resolve Studio 18 | Linux Lint 21 | Nvidia 515 | Xeon | iCore | Ryzen
Offline

dennisve

  • Posts: 1
  • Joined: Sat Mar 04, 2017 9:36 pm

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 9:41 pm

I managed to install Davinci Resolve on Ubuntu 16.04 using the instructions earlier provided by others (thanks for that!). However, Resolve doesn't seem to follow the Ubuntu settings for UI scaling. Did anyone mange to properly configure this? The current user interface is not really workable on my UHD screen.

mihnea

Re: DaVinci Resolve on Linux - Install issues

PostSat Mar 04, 2017 11:38 pm

Kuntal Majumder wrote:Got it working in Ubuntu 16.04 , needed a few library linking though , just needed to install libssl-dev and libgstreamer-plugins-base0.10.



Great news! I just installed those two things you said there, but still not running. The tutorial page opened but after I clicked skip, it closed and I can't open Resolve any longer. Can you explain the correct installation process on Ubuntu 16.04 for noobs? Thank you!
Offline
User avatar

Danas_Anis

  • Posts: 56
  • Joined: Wed Aug 22, 2012 9:08 am

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 12:18 am

works well on Kubuntu 16.04 with the exception of sound. resolve doesn;t recognize any sound playback devices, even though in Resolve settings I chose it to use system sound devices as sound playback devices. in theory it should communicate with Alsa, pulseaudio or Jack...
Kind regards,

Danas
Offline

Daniel Tufvesson

  • Posts: 274
  • Joined: Sun Sep 18, 2016 11:03 am
  • Location: Stockholm, Sweden

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 12:38 am

I have created a quick and dirty shell script that takes the standard Resolve Studio installer and converts it to a *.deb installer package for use on Debian based distributions. I have only tested this on Debian Stretch but perhaps it can be of use to someone. Please read through the script and make sure you understand what it's doing before you run it. Use at your own risk!

I tried to mimic the steps that the regular installer takes but I'm pretty sure there are things that I got wrong. Especially regarding the setup needed for the panels.

HOWTO
Download and extract the attached script "makeresolvestudiodeb.sh" and put it in the same directory as the standard Resolve Studio installer "DaVinci_Resolve_Studio_12.5.5_Linux.sh". Enter the same directory and execute the script. When the script is run it will extract the installer files and build a proper *.deb for installing Resolve Studio under /opt/resolve/ along with a *.desktop shortcut in /usr/share/applications/.
If the process is successful you will end up with "davinci-resolve-studio_12.5.5-1_amd64.deb" that can be installed using your preferred package management tool.
Have fun!

[EDIT] I have updated the script to version 2 that adds package dependencies and support for Ubuntu. Tested on Debian Stretch and Ubuntu Xenial (16.04).

[EDIT] Added support for the free version of Resolve. Use script "makeresolvedeb.sh" for the free version and "makeresolvestudiodeb.sh" for the Studio version.

[EDIT] Uploaded version 3 which removes the dependencies again. It was confusing with little to gain from it at this point.
Attachments
makeresolvedeb.sh.tar.gz
Version 3
(1.75 KiB) Downloaded 1858 times
makeresolvestudiodeb.sh.tar.gz
Version 3
(1.78 KiB) Downloaded 1312 times
Last edited by Daniel Tufvesson on Thu Mar 09, 2017 8:32 am, edited 7 times in total.
Shoot - BMCC | BMPCC | BMPCC4K | BMVA | GH5
Edit - Resolve Studio 18.1 | Debian Linux 12 | i7-3930K CPU | X79 MB | 32GB RAM | GTX1080 GPU | Speed Editor
Monitor - Decklink SDI, SDI Duo, SDI 4K, Intensity Pro
danieltufvesson.com/makeresolvedeb
Offline

Martin Schitter

  • Posts: 899
  • Joined: Tue Apr 28, 2015 10:41 pm

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 2:21 am

Daniel Tufvesson wrote:I have created a quick and dirty shell script that takes the standard Resolve Studio installer and converts it to a *.deb installer package..


nice work! :)
although, i think, the USB related system modifications necessary for proper panel and dongle support are missing in your script!

concerning this issue a very simple one-liner utilizing 'checkinstall' would work better. for a good reason it's recommended for such cases in "DontBreakDebian" (Advice For New Users On Not Breaking Their Debian System) as a simple semiautomatic solution, that doesn't require unnecessary duplication of installation instructions and concomitant additional bugs.

but finding out and specifying the essential package dependences would be a very nice improvement in both cases.
Offline

Daniel Tufvesson

  • Posts: 274
  • Joined: Sun Sep 18, 2016 11:03 am
  • Location: Stockholm, Sweden

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 8:59 am

Martin Schitter wrote:although, i think, the USB related system modifications necessary for proper panel and dongle support are missing in your script!

I thought about this also but realized that the permissions for the USB license dongle was already correct on my Debian Stretch. That got me thinking that the USB fixes may not be needed for Debian distros. As soon as I get my hands on one of those new cool panels I will verify this! The original script may do things that are not needed for Debian or might even be dangerous. I could not get the DaVinciPanelDaemon to run properly. For some reason it hangs at 100% CPU utilization when run on my machine so I excluded it from the package.
Shoot - BMCC | BMPCC | BMPCC4K | BMVA | GH5
Edit - Resolve Studio 18.1 | Debian Linux 12 | i7-3930K CPU | X79 MB | 32GB RAM | GTX1080 GPU | Speed Editor
Monitor - Decklink SDI, SDI Duo, SDI 4K, Intensity Pro
danieltufvesson.com/makeresolvedeb
Offline

Kris Limbach

  • Posts: 97
  • Joined: Sun Mar 05, 2017 9:07 am

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 9:28 am

Hi there, this is my first forum post, fantastic news to have resolve on linux!!! :)

I m on manjaro (arch based) and followed the instructions (I think ) to install here in the forum, but i get this message:

/opt/resolve/bin/resolve
/opt/resolve/bin/resolve: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory


did I forget something?

regarding audio: for me (mainly working in sound on Harrison Mixbus and Bitwig-Studio) pulseaudio only causes problems and when setting up a new system it s the first thing i remove. I never had a problem or missed something (Ok yes, SKYPE really wants pulseaudio :( :( ) just using alsa drivers and Jack/Jack2
Offline

Kris Limbach

  • Posts: 97
  • Joined: Sun Mar 05, 2017 9:07 am

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 9:30 am

Hi there, this is my first forum post, fantastic news to have resolve on linux!!! :)

I m on manjaro (arch based) and followed the instructions (I think ) to install here in the forum, but i get this message:

/opt/resolve/bin/resolve
/opt/resolve/bin/resolve: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory


did I forget something?

regarding audio: for me (mainly working in sound on Harrison Mixbus and Bitwig-Studio) pulseaudio only causes problems and when setting up a new system it s the first thing i remove. I never had a problem or missed something (Ok yes, SKYPE really wants pulseaudio :( :( ) just using alsa drivers and Jack/Jack2
Offline
User avatar

Stefan Gofferje

  • Posts: 177
  • Joined: Sun Aug 16, 2015 6:18 pm
  • Location: Finland

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 11:48 am

Martin Schitter wrote:but don't get me wrong -- i really like this open exchange of useful experiences, insights and help between users!
yet it's still important, that we strive for the most proper solutions and best practice advises, not just for arbitrary ad hoc hacks and workarounds.

Yes, I agree! But before the final solution comes the quick and dirty hack :). My idea is to post every finding I find as I find it to keep everyone (including BMD) updated and also to maybe get a second (or third or fourth...) looking on it with the goal of working together to turn the quick and dirty hack into a final solution :).
Should we maybe open a separate more technical thread for this purpose to keep this thread more "general-user friendly"? On a side note to help you put my posts into perspective - I'm using Linux since 1995 and it's my primary desktop since 1996. My development experience is limited but I do have quite a bit debugging and "quick and dirty hack to make things run"-experience - which I guess comes with using Linux for that long :D.

As for using ldd, you are right, the output depends on envvars but in this case, I think the output is helpful because - as I wrote - it shows where resolve is looking for libs. I'm fairly busy at the moment, but my next step would be to have a closer look at BMDs version of libav* and test bending the link over to the system libav* to figure out why Resolve doesn't want to read h.264.

I think the audio issue would require some more intensive stracing to check why Resolve doesn't use Pulse. Not sure how much time I have for that at the moment.

@Ana T:
I did the following before the install:
Code: Select all
sudo ln -s /usr/lib /usr/lib64

After install when resolve didn't run, I did
Code: Select all
sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.10 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
sudo ln -s /lib/x86_64-linux-gnu/libssl.so.10  /lib/x86_64-linux-gnu/libssl.so.1.0.0

to make it find the 2 required libraries. Note that without further work, audio will not work and Resolve will not import h.264 files.
Documentary and wildlife guy, mostly Linux user
DR12.5, Win10, Core I7-4770K@3.5GHz, 32GB RAM, GTX 1070
Canon 6D, Canon 7D
Offline
User avatar

Noel Sterrett

  • Posts: 521
  • Joined: Wed Aug 22, 2012 9:12 pm
  • Location: Atlanta

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 12:55 pm

Stefan Gofferje wrote:Note that without further work, audio will not work and Resolve will not import h.264 files.

I have the same problem with audio on the CentOS ISO distro, so I think it is likely not just the install.

I believe h.264 is only available on the Studio version if that's not what you have installed. It works fine on mine.

Cheers.
Admit One Pictures
Resolve Studio 18 | Linux Lint 21 | Nvidia 515 | Xeon | iCore | Ryzen
Offline
User avatar

Stefan Gofferje

  • Posts: 177
  • Joined: Sun Aug 16, 2015 6:18 pm
  • Location: Finland

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 1:41 pm

Hmm, if that is BMD product policy then I'll sadly have to opt out from Resolve for Linux for now. h.264 is essential for me and as libav* (which is included with the installer) does support h.264, there's no technical reason why it shouldn't work. No point in me debugging if it's intentionally disabled by BMD.
Documentary and wildlife guy, mostly Linux user
DR12.5, Win10, Core I7-4770K@3.5GHz, 32GB RAM, GTX 1070
Canon 6D, Canon 7D
Offline

Alessandro Piccot

  • Posts: 1
  • Joined: Sun Mar 05, 2017 1:37 pm

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 2:04 pm

@Dwaine:
If you'd need any help for testing under Ubuntu or making Resolve more compatible, feel free to contact me. I do have "a little" experience on Linux :).[/quote]

I Dwaine,I have also tried to install resolve 12.5.5 on ubuntu mate, ubuntustudio and opensuse leap.
I am not a pro of linux but I have been frequenting the system for a few years and I am moving little by little everything that it serves me on os linux.
I speak about ubuntu mate
after the installation I have given these commands suggested by a colleague:

sudo apt-get install libssl-dev libgstreamer-plugins-base0.10-dev

sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.10

sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.10

Resolve has perfectly recognized my gpu gtx980m and I has activated the CUDAs

But I have some issue:

-the first and most important is the abscence of video preview in color mode.no issue in media pool or edit mode.in color mode I can see the parade of the correct clip and the transforming of image in the thumbnail of node after CC but not the image on preview.
the Render works fine,only the color mode preview don't works

-second,the audio

-tird,fusion connected clip.It convert for fusion,open it but the composition is not visible on fusion 8 video preview
Offline

Kuntal Majumder

  • Posts: 36
  • Joined: Fri Jul 29, 2016 3:54 am
  • Location: Agartala, India

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 2:17 pm

mihnea wrote:
Kuntal Majumder wrote:Got it working in Ubuntu 16.04 , needed a few library linking though , just needed to install libssl-dev and libgstreamer-plugins-base0.10.



Great news! I just installed those two things you said there, but still not running. The tutorial page opened but after I clicked skip, it closed and I can't open Resolve any longer. Can you explain the correct installation process on Ubuntu 16.04 for noobs? Thank you!


Are you using an nvidia card? Cause without GPU Resolve wont start. Also beware you need to have more than 4 Gigs of RAM if using Ubuntu , I had 4 Gigs on my laptop , Resolve started but hanged in the midway , one way is to increase the RAM , other the dirty one is to use a barebones window manager like i3 .

Does Resolve Linux supports AMD cards? If yes than I need pull out my desktop.
Offline

matethesaint

  • Posts: 1
  • Joined: Sun Mar 05, 2017 4:51 pm

DaVinci and Arch Linux issues

PostSun Mar 05, 2017 4:53 pm

Hello everyone, having some issues with DaVinci Resolve on Arch Linux.

It seems to install from the sh file, albeit with these two errors

Code: Select all
chmod: cannot access '/opt/resolve/Developer': No such file or directory
chmod: cannot access '/opt/resolve/LUT': No such file or directory


Then, when I try to run the program from the CLI through /opt/resolve/bin/resolve I get the following error:
Code: Select all
./resolve: error while loading shared libraries: libcudart.so.7.5: cannot open shared object file: No such file or directory


I have an Nvidia GTX 1070 and have the cuda and opencl-nvidia packages installed, so that shouldn't be a problem.

One thing I find strange is that there is no /opt/resolve/libs directory.

Thanks for any help.
Offline

Fernando Sousa

  • Posts: 13
  • Joined: Sun Feb 05, 2017 8:53 am

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 7:50 pm

Resolve is quitting on me when I try to start it, it returns:
Code: Select all
 /opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= 2222, Mode=  0, Level=  0, CmdKey= 8, Option= 0
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
12.5.5 (#026)
Main thread starts: 86F2BB00
log4cxx: No appender could be found for logger (Undefined).
log4cxx: Please initialize the log4cxx system properly.


I have manually installed log4cxx after that, but I do not know how to properly set it up, anyone had any luck with that? I'm on CentOS 7.3.
Offline
User avatar

Danas_Anis

  • Posts: 56
  • Joined: Wed Aug 22, 2012 9:08 am

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 8:01 pm

Kuntal Majumder wrote:
Does Resolve Linux supports AMD cards? If yes than I need pull out my desktop.


If you will try it on your desktop with AMD card, could you share your experience if it works? Thank you very much!
Kind regards,

Danas
Offline

Kuntal Majumder

  • Posts: 36
  • Joined: Fri Jul 29, 2016 3:54 am
  • Location: Agartala, India

Re: DaVinci Resolve on Linux - Install issues

PostSun Mar 05, 2017 8:29 pm

Danas_Anis wrote:
Kuntal Majumder wrote:
Does Resolve Linux supports AMD cards? If yes than I need pull out my desktop.


If you will try it on your desktop with AMD card, could you share your experience if it works? Thank you very much!


Sure , but I need to get my motherboard back on , seems like it got rusted lying naked , not taking my bootable USB.
Offline

Peter Chamberlain

Blackmagic Design

  • Posts: 13851
  • Joined: Wed Aug 22, 2012 7:08 am

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 1:07 am

Hey guys, there are quite a few posts from first time users that are not showing on this thread as you have not registered with a real name. We will approve new posters with real names.
DaVinci Resolve Product Manager
Offline

Paolo_Bravi

  • Posts: 1
  • Joined: Mon Mar 06, 2017 12:21 am

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 1:51 am

Hello everyone, new to the forum and not a colorist or editor, just DOP, and absolutely happy for the long waited release of Resolve Lite for Linux. Just performed a quick installation and test on UBUNTU Mate 16.04.2 LTS.
Hardware:
- Intel i7-4771 CPU @ 3.50GHz × 8
- RAM 16 GB DDR3
- GPU nVidia GTX 650 2GB
- operative system on SSD, /home on internal HDD, scratch volume: external HDD 3TB formatted exFat

I added the dependencies just as Kuntal wrote (thx), and I'm repeating here the code because it's far up the thread.
Code: Select all
sudo apt-get install libssl-dev libgstreamer-plugins-base0.10-dev
    sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0  /usr/lib/libcrypto.so.10
    sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0  /usr/lib/libssl.so.10


I had some warnings when launching Resolve, about the CUDA support missing on my GPU (which was false of course). Beside this, Resolve crashed when trying to open a video file in the Media window.
I switched from the nVidia driver 340.101 to the recommended 367.57 via the Control Center > Hardware > additional drivers, after checking also via terminal with the code:
Code: Select all
sudo ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
vendor   : NVIDIA Corporation
modalias : pci:v000010DEd00000FC6sv000019DAsd00004294bc03sc00i00
model    : GK107 [GeForce GTX 650]
driver   : nvidia-367 - distro non-free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin
driver   : nvidia-304 - distro non-free
driver   : nvidia-340 - distro non-free

== cpu-microcode.py ==
driver   : intel-microcode - distro non-free


seeing what's the recommended driver, and using this one from repository and not downloading the newest from nVidia, which is deprecated for Ubuntu (issues at boot when upgrading the kernel, I think).

After that Resolve started normally and I had no more warning and crashes. The program runs incredibly fast and the RT rendering is amazing. I imported some ProRes 422 HQ 10bit footage (just HD) and made a short test from editing 4 clips to color grading and deliver.

I had 3 issues with:
- Audio, exactly how noticed by others here, I got Pulse Audio and no way to listen to the output in Resolve even while changing to internal and trying different configurations. The meters work properly and Resolve detects the Audio but I found no way to listen to it inside Resolve. Exported clips had audio absolutely normal.
- a weird thing: no image in the viewer into the Color room. After many attempts, i got the viewer working, by changing the project setting from 10bit to 8bit.
- when reopening the project a 2nd and 3rd time, I had some timeline clips changed (3 on 4, at the end), and visualized with a weird kind of false blue/pink color. I couldn't recover from this, and the export suffers the same problem. I have no clue and if someone has an idea about that, please help. I'm attaching a couple of screenshot.
Image
Image

In the end: I think it's a great step for BMD and Linux users. Of course there are issues at the beginning. I hope that BMD and the users could help to fix them. Thx for any help.
Last edited by Paolo_Bravi on Mon Mar 06, 2017 7:53 am, edited 1 time in total.
Offline
User avatar

Uli Plank

  • Posts: 21107
  • Joined: Fri Feb 08, 2013 2:48 am
  • Location: Germany and Indonesia

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 2:51 am

Thanks to the team from my side too!

Forgive me if this question has already been answered somewhere:

Will it be possible to use a Thunderbolt Mini Monitor with Linux?
Maybe AI can help you. Or make you obsolete.

Studio 18.6.5, MacOS 13.6.5
MacBook M1 Pro, 16 GPU cores, 32 GB RAM and iPhone 15 Pro
Speed Editor, UltraStudio Monitor 3G, iMac 2017, eGPU
Offline

Trzil Bernhard

  • Posts: 10
  • Joined: Mon Mar 06, 2017 8:19 am

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 8:23 am

I also can't get audio working. Tried stopping pulseaudio. Even installed new system with given CentOS ISO gives also no sound. No sound via Intel HD Audio/onboard nor USB Audio card. Audiometer is showing that sound should be there. No mutesymbols activated. Checked also the play via Systemaudio checkbox in the settings. I now will try to install my "old" BM Intensity Pro card, maybe i can get audio with that card (if its still supported...?).
No image in the viewer in the Color room too. Switching to 8Bit Videodepth in projectsettings helped me too to fix this.
BTW nice work! Keep going!
Offline

Marcin Nowak

  • Posts: 16
  • Joined: Mon Nov 02, 2015 8:38 am

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 8:45 am

@matethesaint

I had same issue on Arch. I thought that was my fault, but it looks like there were some extraction issues on Arch. I called install script with --keep option and copied manually all files from /tmp/<resolvetmpdir>. Give a try. <resolvetmpdir> is a generated name, probably unique. Just check what you have in /tmp.

Marcin.
Offline

Kris Limbach

  • Posts: 97
  • Joined: Sun Mar 05, 2017 9:07 am

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 9:17 am

seems like there is no way to complete the name to real name in the settings of this forum? do people have to set up a new account? yes i saw my post needed a day for approval so it s hard to follow any discussion..
Offline

Pedro Gomez

  • Posts: 1
  • Joined: Mon Mar 06, 2017 1:43 pm

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 3:18 pm

When i'm installing Davinci Resolve 12.5 on CentSO7, gave me a error creating the shortcuts.

Then i can't launch Davinci Resolve.


Code: Select all
[root@localhost DaVinci_Resolve_12.5.5_Linux]# sudo sh DaVinci_Resolve_12.5.5_Linux.sh
Verifying archive integrity... All good.
Uncompressing DaVinci Resolve Installation Package...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Extracting files...
resolve: no process found
Copying Resolve files...
Copying scripts...
Copying docs...
Copying Onboarding package...
Copying UI resources...
Copying libraries...
Creating shortcuts...
cp: no se puede crear el fichero regular «/home/peter/Desktop/»: No es un directorio
/bin/chown: no se puede acceder a «/home/peter/Desktop/DaVinci Resolve.desktop»: No existe el fichero o el directorio
/bin/chmod: no se puede acceder a «/home/peter/Desktop/DaVinci Resolve.desktop»: No existe el fichero o el directorio
Resolve System Updated
Offline

Trzil Bernhard

  • Posts: 10
  • Joined: Mon Mar 06, 2017 8:19 am

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 3:33 pm

Tested with Infinity Pro. Can confirm audio out works, but no sound without pluged card /system audio.
Offline

Nick Harvey

  • Posts: 5
  • Joined: Mon Mar 06, 2017 1:23 pm

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 4:57 pm

Fernando Sousa wrote:Resolve is quitting on me when I try to start it, it returns:
Code: Select all
 /opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= 2222, Mode=  0, Level=  0, CmdKey= 8, Option= 0
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
12.5.5 (#026)
Main thread starts: 86F2BB00
log4cxx: No appender could be found for logger (Undefined).
log4cxx: Please initialize the log4cxx system properly.


I have manually installed log4cxx after that, but I do not know how to properly set it up, anyone had any luck with that? I'm on CentOS 7.3.


I'm seeing exactly the same problem on Fedora 25 64 bit. I can launch Resolve and see the first-run wizard to set-up my media files folder and other settings, but beyond that Resolve quits with the log4cxx error. There is frustratingly little information about log4cxx online which is making it difficult to figure out a workaround for this.

I'm an occasional Resolve user (having recently migrated from Windows to Linux) and due to other app dependencies am unable to move my whole system to Centos. Therefore I'm willing to capture further debug information from Fedora should that be useful to anyone. It would be great to get this working,

Thanks
Nick
Offline

Daniel Tufvesson

  • Posts: 274
  • Joined: Sun Sep 18, 2016 11:03 am
  • Location: Stockholm, Sweden

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 5:37 pm

@Fernando & @Nick

This is the printout I get when Resolve runs OK. The log4cxx messages are probably not harmful.
Code: Select all
$ /opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= 2222, Mode=  0, Level=  0, CmdKey= 8, Option= 0
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
log4cxx: No appender could be found for logger (UI).
log4cxx: Please initialize the log4cxx system properly.
12.5.5 (#026)
Main thread starts: B985DB40

Have you checked the logs in /opt/resolve/logs/ for clues?
Shoot - BMCC | BMPCC | BMPCC4K | BMVA | GH5
Edit - Resolve Studio 18.1 | Debian Linux 12 | i7-3930K CPU | X79 MB | 32GB RAM | GTX1080 GPU | Speed Editor
Monitor - Decklink SDI, SDI Duo, SDI 4K, Intensity Pro
danieltufvesson.com/makeresolvedeb
Offline

Nick Harvey

  • Posts: 5
  • Joined: Mon Mar 06, 2017 1:23 pm

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 5:46 pm

Daniel Tufvesson wrote:@Fernando & @Nick

This is the printout I get when Resolve runs OK. The log4cxx messages are probably not harmful.
Code: Select all
$ /opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= 2222, Mode=  0, Level=  0, CmdKey= 8, Option= 0
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
log4cxx: No appender could be found for logger (UI).
log4cxx: Please initialize the log4cxx system properly.
12.5.5 (#026)
Main thread starts: B985DB40

Have you checked the logs in /opt/resolve/logs/ for clues?


Thanks for the steer Daniel. Here's what I'm seeing in /opt/resolve/logs/ResolveDebug.txt.

Code: Select all
[0x7f6be1f65b40] | Main                 | INFO  | 2017-03-06 17:39:26,770 | Updating display GPU information...
terminate called after throwing an instance of 'ReactorGPU::GPUException'


Some required information is missing for email crash report, the crash archive will not be updated


==========[CRASH DUMP]========
Please send this to support:
#TIME Mon Mar  6 17:39:26 2017 - Uptime 00:00:00 (hh:mm:ss)
#FROM_EMAIL
#TO_EMAIL
#VERSION 12.5.5 (#026)
#SMTP_SERVER
#PROGRAM_NAME (64-bit)

./resolve(_ZN7BtDebug14ReportSegfaultEiP7siginfoPv+0x44)[0x35c7fa4]
/lib64/libc.so.6(gsignal+0x9f)[0x7f6bcecbc91f]
/lib64/libc.so.6(gsignal+0x9f)[0x7f6bcecbc91f]
/lib64/libc.so.6(abort+0x16a)[0x7f6bcecbe51a]
/lib64/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x16d)[0x7f6bcf2f552d]
/lib64/libstdc++.so.6(+0x8f2d6)[0x7f6bcf2f32d6]
/lib64/libstdc++.so.6(+0x8f321)[0x7f6bcf2f3321]
/lib64/libstdc++.so.6(+0x8f539)[0x7f6bcf2f3539]
./resolve[0x6ebaf9]
./resolve[0x6e94ae]
./resolve[0x6e46aa]
./resolve[0x6b06a9]
./resolve[0x6b8383]
./resolve[0x6b9459]
./resolve[0x6b9708]
./resolve[0xc10cb8]
./resolve[0xc12097]
./resolve[0x6be512]
./resolve[0x6bf349]
./resolve(main+0x15b)[0x6a20eb]
/lib64/libc.so.6(__libc_start_main+0xf1)[0x7f6bceca7401]
./resolve[0x6a1b09]
Signal Number = 6
==============================


Meanwhile my GPU details is as follows:
/sbin/lspci | grep -e VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GTX 650] (rev a1)

I'm running latest drivers from the rpmfusion repository.

Thanks
Nick
Offline
User avatar

Dwaine Maggart

Blackmagic Design

  • Posts: 11209
  • Joined: Wed Aug 22, 2012 2:53 pm

Re: DaVinci Resolve on Linux - Install issues

PostMon Mar 06, 2017 7:36 pm

What do you see if you type nvidia-settings in a terminal window?
Dwaine Maggart
Blackmagic Design DaVinci Support
PreviousNext

Return to DaVinci Resolve

Who is online

Users browsing this forum: Bing [Bot] and 93 guests