Package Details: davinci-resolve 19.0.3-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: Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: satriani
Last Packager: satriani
Votes: 141
Popularity: 3.05
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-10-22 20:37 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

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

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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 54 Next › Last »

<deleted-account> commented on 2021-05-14 14:42 (UTC)

EDIT: fixed after restart

This error is found in ~/.local/share/DaVinciResolve/logs/LogArchive/ResolveDebug_C1.txt

0x7fd4be41e580 | GPUDetect | INFO | 2021-05-14 07:13:27,449 | Starting GPUDetect 1.1_3-a2 0x7fd4be41e580 | GPUDetect | ERROR | 2021-05-14 07:13:27,527 | No matched GPUs found.

I have a gtx 1080 and this was previously working. I have opencl-nvidia and nvidia on the same version.

This is the result of davinci-resolve-checker:

./davinci-resolve-checker.py aVinci Resolve checker 1.6.2 Installed DaVinci Resolve package: davinci-resolve 17.1.1-1 lspci: Unable to load libkmod resources: error -2 Chassis type: desktop Installed OpenCL drivers: opencl-nvidia Presented GPUs: GP104 [GeForce GTX 1080] (kernel driver in use: nvidia) OpenGL vendor string: NVIDIA Corporation

All seems good. You should be able to run DaVinci Resolve successfully.

KatStuffs commented on 2021-05-11 21:01 (UTC)

Current package doesn't build for me

This application failed to start because it could not find or load the Qt platform plugin "xcb".

Reinstalling the application may fix this problem.
/tmp/trizen-kat/davinci-resolve/PKGBUILD: line 110: 1041362 Aborted                 (core dumped) ./installer -i -y -n -a -C "${pkgdir}/opt/${_pkgname}" "$PWD"
==> ERROR: A failure occurred in package().
    Aborting...

Ashark commented on 2021-04-19 07:50 (UTC)

@satriani Please replace msg2 with echo. See https://wiki.archlinux.org/index.php/Arch_package_guidelines

xinayder commented on 2021-04-18 23:52 (UTC) (edited on 2021-04-18 23:52 (UTC) by xinayder)

I get the following error when trying to install the package:

 Failed to copy file: libs/libcublas.so.11

I tried installing cuda but it didn't work.

lianse commented on 2021-04-09 16:52 (UTC)

could you please harden the PKGBUILD for usernames and groups whith whitepsaces in them (e.g. by wrapping $(...) and chown statements in double quotes)?

gromain commented on 2021-04-01 23:34 (UTC)

I have the same error as txtsd during package build. Resolve is not running, I'm not sure this is linked to this error.

txtsd commented on 2021-03-31 09:20 (UTC)

#Doing post-install

Removing obsolete files

Installing Application icons

xdg-mime: No writable system mimetype directory found.

xdg-mime: No writable system mimetype directory found.

Updating icon cache

gtk-update-icon-cache: Failed to open file /usr/share/icons/hicolor/.icon-theme.cache : Permission denied

I/O error : Permission denied
I/O error : Permission denied

Failed to write XML file; For permission problems, try rerunning as root

Installing udev rules

Failed to send reload request: Permission denied

Failed to write 'change' to '/sys/devices/LNXSYSTM:00/uevent': Permission denied

Setting up dvpanels

lib/

lib/libc++abi.so.1

lib/libavahi-client.so.3

lib/libavahi-common.so.3

lib/libdns_sd.so.1

lib/libc++.so.1

lib/libusb-1.0.so.0

lib/libgcc_s.so.1

libDaVinciPanelAPI.so

libFairlightPanelAPI.so

Creating Common Data Dir : /var/BlackmagicDesign/DaVinci Resolve

mkdir: cannot create directory ‘/var/BlackmagicDesign’
: Permission denied

DaVinci Resolve installed to /home/txtsd/.cache/yay/davinci-resolve/pkg/davinci-resolve/opt/resolve

Done

loulou921222 commented on 2021-03-26 22:29 (UTC)

ampayne's method doesn't work anymore in the new package

ampayne commented on 2021-03-22 16:13 (UTC)

@Smoerrebroed I also tried just creating a libs folder, which does get the installer to proceed, but is not the source of the problem. The problem is that the step where the installer builds and copies over these files was accidentally commented out. Creating more folders for the next steps won't fix that issue.

Check out my solution below, though I think the maintainer updated the build file just recently with this fix (though I haven't tried the latest build myself, and they seem to additionally comment out the line below it, I am not sure if that line is needed).