Package Details: davinci-resolve 20.0-1

Git Clone URL: https://aur.archlinux.org/davinci-resolve.git (read-only, click to copy)
Package Base: davinci-resolve
Description: Professional A/V post-production software suite from Blackmagic Design
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve video
Licenses: LicenseRef-Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: Muflone
Last Packager: Muflone
Votes: 157
Popularity: 5.41
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2025-05-31 18:16 (UTC)

Dependencies (25)

Required by (0)

Sources (2)

Pinned Comments

Muflone commented on 2025-01-26 00:55 (UTC)

IMPORTANT!

Since version 19.1.3-2 this package will not download automatically the source file from the upstream site.

To build this package you will need to manually download the file from https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion and place it in the same directory with the PKGBUILD.

This would reduce the mess in this package, making it more readable and clear. Also bypassing the required information from the upstream URL is not allowed in an automated way.

satriani commented on 2021-05-15 14:14 (UTC)

Issues and bugs, please report on the official forum here: https://forum.blackmagicdesign.com/viewforum.php?f=21&sid=239f0d5c49abe5d6a635b69638192e9a Thank you!

Visit DaVinci Resolve - ArchWiki before installing: https://wiki.archlinux.org/title/DaVinci_Resolve

ATTENTION: Please don't flag this package as out-of-date before beta version has been released as stable!

This is a current stable Package!

The current free beta is available here: https://aur.archlinux.org/packages/davinci-resolve-beta/

And for current studio beta here: https://aur.archlinux.org/packages/davinci-resolve-studio-beta/

Thanks.

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 60 Next › Last »

zeptic commented on 2020-10-04 10:18 (UTC) (edited on 2020-10-04 10:31 (UTC) by zeptic)

UPDATE: I've finally gotten it to work with AMD GPU(s) [RX 480] For anyone having the crash after "Looking for control surface", the following will hopefully fix it, as it did for me.

The issue was with the fact that amdgpu-pro-libgl is still outdated and the fact that version 16.2.7 does not work with amdgpu-pro-20.30.

To get it to work, update opencl-amd (or pal/orca alternatives) from AUR. Then we'll have to download the drivers for Ubuntu from AMD's website, since amdgpu-pro-libgl is currently outdated. (It is also advisable not to install that package systemwide, since it causes X server crashes and programs like obs to not work properly.) The following method is the most ideal solution I could find.

Once downloaded, make a directory wherever you so please, I created it in /home/<myuser>/pro/drivers. Then, look into the archive of what you've just downloaded and find and extract the following files into your newly created directory: libEGL.so, libEGL.so.1, libGL.so, libGL.so.1, libGL.so.1.2, libglapi.so, libglapi.so.1, libGLESv2.so, libGLESv2.so.2. They should be in .deb files inside the archive, each titled [name]-amdgpu-pro-amd64. MAKE SURE NOT TO GET THE ONES FOR MESA OR FOR i386!!! We'll then have to get one more file called amdgpu_dri.so from a .deb file named accordingly, and put it in a new folder titled "dri" in your /pro/drivers directory.

Once that is all done, all you have to do now is make a .sh file and put this in it:

#!/bin/bash

progl() {
 export LD_LIBRARY_PATH="${HOME}/pro/drivers:${LD_LIBRARY_PATH}"
  export LIBGL_DRIVERS_PATH="${HOME}/pro/drivers/dri"
  export dri_driver="amdgpu"
   } && progl && /opt/resolve/bin/resolve

Once done, create a new .desktop file, or just edit the existing com.blackmagicdesign.resolve and change the "EXEC= ..." to "EXEC=<path to your .sh file>"

Finally, run DaVinci resolve like you'd do normally and everything should j u s t w o r k. Hopefully your issue is now RESOLVED ;)

zeptic commented on 2020-10-04 09:18 (UTC)

Version 16.2.7 is NOT working for AMD GPU users. Using opencl-amd and opengl drivers from the amdgpu-pro stack. Crashes while trying to load libfairlight.so

joukim commented on 2020-09-28 01:41 (UTC)

I had the problem with -> Stuck on "Looking for control surface" than close itself.

Solved using prime-run /opt/resolve/bin/resolve

In my case, it's a notebook with Nvidia and Intel cards.

agusdallalba commented on 2020-09-27 19:47 (UTC)

@satriani

The reason it doesn't work is a conflict between mesa (through libncursesw.so) and Resolve's libFairlightPage.so. They both export the symbol filter and there's a conflict. I recompiled ncurses adding visiblity("hidden") to that function but later on Resolve tries to use the clGetGLContextInfoKHR OpenCL function which is currently missing in Intel's OpenCL implementation. The recompiling trick might work for AMD APUs however, I don't have one to test.

satriani commented on 2020-09-08 06:13 (UTC)

Hey folks. I'm really sorry but I can't reproduce this issues right now. I am privately very busy and unfortunately I cannot invest enough time. As soon as I have some free time, I will take care of it. However, I am happy to receive suggestions for solutions to existing issues.

bartus commented on 2020-09-04 07:28 (UTC) (edited on 2020-09-04 11:24 (UTC) by bartus)

@satriani: First, kudos for creating craziest PKGBUILD I've seen so far.

Everting works great here {cpu:i7-4790k,gpu:gtx970,nvidia:450.66,cuda:11.0} but I've notice small hiccup in post_{install,remove}.

On my system /usr/share/applications/default.list is missing and this errors pops up in pacman.log when {un,}install davinci-resovle

Perhaps, would be nice to touch this file to make sure it exist before appending. Or redirect grep stderr to null 2>&- ?
#install
309480 [2020-09-04T09:29:21+0200] [PACMAN] Running 'pacman -S davinci-resolve'
309481 [2020-09-04T09:29:27+0200] [ALPM] running '00-informant.hook'...
309482 [2020-09-04T09:29:27+0200] [ALPM] transaction started
309483 [2020-09-04T09:29:27+0200] [ALPM] installed libpng12 (1.2.59-2)
309484 [2020-09-04T09:29:27+0200] [ALPM] installed lib32-libpng12 (1.2.59-2)
309485 [2020-09-04T09:29:57+0200] [ALPM] installed davinci-resolve (16.2.5-1)
309486 [2020-09-04T09:29:57+0200] [ALPM-SCRIPTLET] Updating icon cache...
309487 [2020-09-04T09:29:57+0200] [ALPM-SCRIPTLET] gtk-update-icon-cache: No theme index file.
309488 [2020-09-04T09:29:57+0200] [ALPM-SCRIPTLET] Installing the default app associations...
309489 [2020-09-04T09:29:57+0200] [ALPM-SCRIPTLET] grep: /usr/share/applications/defaults.list: No such file or directory
309490 [2020-09-04T09:29:57+0200] [ALPM-SCRIPTLET] application/x-resolveproj=com.blackmagicdesign.resolve.desktop /usr/share/applications/defaults.list
309491 [2020-09-04T09:29:57+0200] [ALPM-SCRIPTLET] /application\/x-resolveproj=com.blackmagicdesign.resolve.desktop;/d /usr/share/applications/mimeinfo.cache
309492 [2020-09-04T09:30:01+0200] [ALPM] transaction completed
#remove
309532 [2020-09-04T09:30:37+0200] [PACMAN] Running 'pacman -Rs davinci-resolve'
309533 [2020-09-04T09:30:38+0200] [ALPM] transaction started
309534 [2020-09-04T09:30:39+0200] [ALPM] removed davinci-resolve (16.2.5-1)
309535 [2020-09-04T09:30:39+0200] [ALPM-SCRIPTLET] grep: /usr/share/applications/defaults.list: No such file or directory
309536 [2020-09-04T09:30:39+0200] [ALPM] removed libpng12 (1.2.59-2)
309537 [2020-09-04T09:30:39+0200] [ALPM] removed lib32-libpng12 (1.2.59-2)
309538 [2020-09-04T09:30:40+0200] [ALPM] transaction completed

andthenit commented on 2020-08-27 20:18 (UTC)

    Sadly app is not starting. Stuck on "Looking for control surface" than close itself.

Can anyone confirm?

I can confirm

Marcel_K commented on 2020-08-17 21:49 (UTC)

Yes, I can confirm, using AMDGPU-PRO (using amdgpu-core-meta-20.30_1109583-1 amdgpu-pro-core-meta-20.30_1109583-1 amdgpu-pro-libgl-20.30_1109583-1).

~/.local/share/DaVinciResolve/logs/ResolveDebug.txt is at http://sprunge.us/NM7nT2

@tosziro: please share your configuration and your ResolveDebug.txt.