Package Details: davinci-resolve 20.3.2-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: 177
Popularity: 4.38
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2026-02-14 22:55 (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

1 2 3 4 5 6 .. 65 Next › Last »

Reonu commented on 2026-03-01 09:42 (UTC)

@Ektor-5 Do we know if this is an issue with hsa-rocr or with Davinci Resolve? If it's the former, are the devs of the package aware?

GustavoLendimuth commented on 2026-02-25 18:21 (UTC)

Workaround for users on niri/Wayland + NVIDIA seeing false "GPU memory is full" and black preview in Resolve:

Launch Resolve with:

env \ QT_QPA_PLATFORM=xcb \ QT_XCB_GL_INTEGRATION=glx \ __GLX_VENDOR_LIBRARY_NAME=nvidia \ __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json \ __NV_PRIME_RENDER_OFFLOAD=1 \ __VK_LAYER_NV_optimus=NVIDIA_only \ DRI_PRIME=1 \ /opt/resolve/bin/resolve

In my case this stopped repeated CUDA/OpenGL interop errors (cudaErrorUnknown) in ResolveDebug.txt and fixed preview rendering.

Ektor-5 commented on 2026-02-14 20:02 (UTC) (edited on 2026-02-14 20:03 (UTC) by Ektor-5)

Davinci Resolve 20.3.1-2 crashes at startup with hsa-rocr 7.2.0-1, solved by downgrading to 7.1.1-2.

Backtrace:

                #0  0x00007f26178da708 _ZNSt10filesystem7__cxx114path14_M_split_cmptsEv (libProResRAW.so + 0xda708)
                #1  0x00007f25c1e34818 n/a (libhsa-runtime64.so.1 + 0x34818)
                #2  0x00007f264d0042a7 n/a (ld-linux-x86-64.so.2 + 0x62a7)
                #3  0x00007f264d00437d n/a (ld-linux-x86-64.so.2 + 0x637d)
                #4  0x00007f264d0004f7 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x24f7)
                #5  0x00007f264d00b389 n/a (ld-linux-x86-64.so.2 + 0xd389)
                #6  0x00007f264d000456 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x2456)
                #7  0x00007f264d00b81a n/a (ld-linux-x86-64.so.2 + 0xd81a)
                #8  0x00007f2628ca1f14 n/a (libc.so.6 + 0x92f14)
                #9  0x00007f264d000456 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x2456)
                #10 0x00007f264d0005a9 n/a (ld-linux-x86-64.so.2 + 0x25a9)
                #11 0x00007f2628ca1a03 n/a (libc.so.6 + 0x92a03)
                #12 0x00007f2628ca1fcb dlopen (libc.so.6 + 0x92fcb)

drake495 commented on 2026-02-06 20:41 (UTC) (edited on 2026-02-06 22:13 (UTC) by drake495)

I have created a script that automates the manual steps of upgrading. Please feel free to use.

https://github.com/drake495/Davinci-Resolve-Updater

nightside commented on 2026-01-30 12:43 (UTC)

Error compiling qt5-webengine. Alternative: https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/qt5-webengine-5.15.19-4-x86_64.pkg.tar.zst/download

abdulhakeem commented on 2025-12-18 19:59 (UTC)

Please update for 20.3

gwuensch commented on 2025-12-18 14:49 (UTC)

have you considered adding your pre-built qt5-webengine package to the AUR? you could call it qt5-webengine-bin

@Reonu what FabioLolix provides is an installable .pkg.tar.zst package which, if anything, would belong in a user repo. Please refrain from repackaging this as a -bin package, it would just get deleted from the AUR (again). For an actual -bin package, there would have to be some prebuilt upstream release that can be packaged – I don't think there is one.

Also, I don't see how this is relevant to davinci-resolve, so please let's continue the discussion over at qt5-webengine.

Reonu commented on 2025-12-18 11:15 (UTC)

@FabioLolix have you considered adding your pre-built qt5-webengine package to the AUR? you could call it qt5-webengine-bin

Then this package could be update to prefer installing that package instead of the current one.

gwuensch commented on 2025-12-10 01:29 (UTC) (edited on 2025-12-10 01:48 (UTC) by gwuensch)

Yes, it does. Look for /usr/share/icons/hicolor/128x128/apps/davinci-resolve.png. Icons are explicitly handled by the PKGBUILD; if they are missing, you encountered a packaging error (however this is possible).

samsim commented on 2025-12-09 23:07 (UTC)

The package does not provide desktop icons