You are not logged in.

#1 2024-10-12 11:19:11

6650xt
Member
Registered: 2024-04-18
Posts: 18

[SOLVED] Issues with running DaVinci Resolve

Hello,
I've been trying to get DaVinci Resolve running under my arch installation, and I haven't been able to get it running.
I'm pretty sure I know exactly what the issue is - the output of

glxinfo | grep "OpenGL vendor string" | cut -f2 -d":" | xargs

is

AMD

, which shows that I'm using the open source driver while I need to use the proprietary one.
The problem is I can't for the life of me figure out how to switch in between them. Running resolve with the

progl

prefix does not seem to do anything, and I've installed both the proprietary OpenGL and OpenCL drivers (I think).
The output of DaVinci Resolve Checker seems to only confirm my theory of it being a driver issue.

Using locale en_US
DaVinci Resolve checker 5.2.8
Installed DaVinci Resolve package: davinci-resolve 19.0.2-1
Chassis type: desktop
Installed OpenCL drivers:
	opencl-legacy-amdgpu-pro 22.10.1_1401426-1
	opencl-nvidia 560.35.03-5
	rocm-opencl-runtime 6.0.2-1
Presented GPUs:
	Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (kernel driver in use: amdgpu)
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon RX 580 Series (radeonsi, polaris10, LLVM 18.1.8, DRM 3.59, 6.11.3-arch1-1)
clinfo detected platforms and devices:
	Warning: could not parse clinfo data!

Not found opencl platforms with appropriate GPUs. Check that you have installed corresponding driver. Otherwise you cannot run DR.
You should use ROC_ENABLE_PRE_VEGA=1 environment variable. Otherwise use pro stack (run checker with --pro), because legacy opencl requires progl to work.

I'm not exactly sure that what the issue is because the checker seems to detect the OpenCL driver -

opencl-legacy-amdgpu-pro 22.10.1_1401426-1

, which according to the wiki was confirmed to work on the RX 580, which is the GPU I have, but it doesn't. It says that this driver requires the AMDGPU-PRO OpenGL drivers, which I've installed, but am not using, and can't figure out how to use.
how fix

Last edited by 6650xt (2024-10-13 14:45:46)

Offline

#2 2024-10-12 11:29:56

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,381
Website

Re: [SOLVED] Issues with running DaVinci Resolve

Mod note: moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2024-10-12 11:44:47

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,902

Re: [SOLVED] Issues with running DaVinci Resolve

Please post the output of clinfo .

Note that amd removed Rx 580 support from rocm somewhere around the 5.7 version , you may want/need to remove rocm-opencl-runtime .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#4 2024-10-12 11:52:43

6650xt
Member
Registered: 2024-04-18
Posts: 18

Re: [SOLVED] Issues with running DaVinci Resolve

Lone_Wolf wrote:

Please post the output of clinfo .

Note that amd removed Rx 580 support from rocm somewhere around the 5.7 version , you may want/need to remove rocm-opencl-runtime .

Output of clinfo is interesting:

[1]    34631 IOT instruction (core dumped)  clinfo

I'll see if that works later.

Offline

#5 2024-10-12 12:05:48

6650xt
Member
Registered: 2024-04-18
Posts: 18

Re: [SOLVED] Issues with running DaVinci Resolve

6650xt wrote:
Lone_Wolf wrote:

Please post the output of clinfo .

Note that amd removed Rx 580 support from rocm somewhere around the 5.7 version , you may want/need to remove rocm-opencl-runtime .

Output of clinfo is interesting:

[1]    34631 IOT instruction (core dumped)  clinfo

I'll see if that works later.

My bad accidentally pasted only the second line

free(): invalid pointer
[1]    35709 IOT instruction (core dumped)  clinfo

is the full output

Offline

#6 2024-10-12 15:20:36

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,902

Re: [SOLVED] Issues with running DaVinci Resolve

That's a bad sign something is wrong on a low level.

Please post

$ pacman -Qs opencl
$ pacman -Qikk clinfo
$ lspci -k

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#7 2024-10-12 17:47:01

6650xt
Member
Registered: 2024-04-18
Posts: 18

Re: [SOLVED] Issues with running DaVinci Resolve

Lone_Wolf wrote:

That's a bad sign something is wrong on a low level.

Please post

$ pacman -Qs opencl
$ pacman -Qikk clinfo
$ lspci -k

This is a long one.

pacman -Qikk clinfo:
Name            : clinfo
Version         : 3.0.23.01.25-1
Description     : Simple OpenCL application that enumerates all available platform and device properties
Architecture    : x86_64
URL             : https://github.com/Oblomov/clinfo
Licenses        : custom:Public Domain
Groups          : None
Provides        : None
Depends On      : opencl-icd-loader
Optional Deps   : None
Required By     : kinfocenter
Optional For    : opencl-legacy-amdgpu-pro
Conflicts With  : None
Replaces        : None
Installed Size  : 128.66 KiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Fri 08 Mar 2024 09:37:36 PM CET
Install Date    : Tue 08 Oct 2024 08:25:47 AM CEST
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

clinfo: 10 total files, 0 altered files

pacman -Qs opencl:

local/clinfo 3.0.23.01.25-1
    Simple OpenCL application that enumerates all available platform and device properties
local/ocl-icd 2.3.2-2
    OpenCL ICD Bindings
local/opencl-headers 2:2024.05.08-1
    OpenCL (Open Computing Language) header files
local/opencl-legacy-amdgpu-pro 22.10.1_1401426-1 (opencl_legacy_amdgpu-pro)
    Legacy non-free AMD OpenCL ICD Loaders (PAL)
local/opencl-nvidia 560.35.03-6
    OpenCL implemention for NVIDIA

lspci -k:

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Kernel driver in use: pcieport
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Kernel driver in use: pcieport
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
	Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: Gigabyte Technology Co., Ltd Device 5001
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 3
	Kernel driver in use: k10temp
	Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 7
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev e7)
	Subsystem: Sapphire Technology Limited Nitro+ Radeon RX 570/580/590
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
	Subsystem: Sapphire Technology Limited Device aaf0
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
02:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset USB 3.1 xHCI Compliant Host Controller (rev 01)
	Subsystem: ASMedia Technology Inc. Device 1142
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
02:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset SATA Controller (rev 01)
	Subsystem: ASMedia Technology Inc. Device 1062
	Kernel driver in use: ahci
02:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Bridge (rev 01)
	Subsystem: ASMedia Technology Inc. Device 0201
	Kernel driver in use: pcieport
03:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
	Subsystem: ASMedia Technology Inc. Device 3306
	Kernel driver in use: pcieport
03:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
	Subsystem: ASMedia Technology Inc. Device 3306
	Kernel driver in use: pcieport
03:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
	Subsystem: ASMedia Technology Inc. Device 3306
	Kernel driver in use: pcieport
03:06.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
	Subsystem: ASMedia Technology Inc. Device 3306
	Kernel driver in use: pcieport
03:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
	Subsystem: ASMedia Technology Inc. Device 3306
	Kernel driver in use: pcieport
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	DeviceName: Broadcom 5762
	Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet
	Kernel driver in use: r8169
	Kernel modules: r8169
06:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter (rev 01)
	Subsystem: Realtek Semiconductor Co., Ltd. Device 8203
	Kernel driver in use: rtl8821ae
	Kernel modules: rtl8821ae
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 07)
	Subsystem: Realtek Semiconductor Co., Ltd. Device 0123
	Kernel driver in use: r8169
	Kernel modules: r8169
09:00.0 Non-Volatile memory controller: Sandisk Corp SanDisk Ultra 3D / WD Blue SN570 NVMe SSD (DRAM-less)
	Subsystem: Sandisk Corp SanDisk Ultra 3D / WD Blue SN570 NVMe SSD (DRAM-less)
	Kernel driver in use: nvme
	Kernel modules: nvme
0a:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function (rev c9)
	Subsystem: Gigabyte Technology Co., Ltd Device d000
0a:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
0a:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Kernel driver in use: ccp
	Kernel modules: ccp
0a:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: Gigabyte Technology Co., Ltd Device 5007
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0a:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
	Subsystem: Gigabyte Technology Co., Ltd Device 5007
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0a:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller
	Subsystem: Gigabyte Technology Co., Ltd Device a194
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
0b:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81)
	Subsystem: Gigabyte Technology Co., Ltd Device b002
	Kernel driver in use: ahci
0b:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 81)
	Subsystem: Gigabyte Technology Co., Ltd Device b002
	Kernel driver in use: ahci

I would grep lspci -k but I don't want to remove something I don't think is important but actually is.

Last edited by 6650xt (2024-10-12 17:48:30)

Offline

#8 2024-10-13 10:33:34

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,902

Re: [SOLVED] Issues with running DaVinci Resolve

6650xt wrote:

I would grep lspci -k but I don't want to remove something I don't think is important but actually is.

That's close to why posters here ask for full outputs, https://bbs.archlinux.org/viewtopic.php?id=57855 .

Your system doesn't have an nvidia card, why do you have opencl-nvidia installed ?

Please remove opencl-nvidia & rocm stuff, then try clinfo again.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#9 2024-10-13 10:37:48

6650xt
Member
Registered: 2024-04-18
Posts: 18

Re: [SOLVED] Issues with running DaVinci Resolve

Lone_Wolf wrote:

Your system doesn't have an nvidia card, why do you have opencl-nvidia installed ?

I'm not sure why, I have no memory of installing anything nvidia related myself.

Please remove opencl-nvidia & rocm stuff, then try clinfo again.

Number of platforms                               3
  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.1 AMD-APP (3380.4)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback cl_amd_offline_devices 
  Platform Extensions function suffix             AMD
  Platform Host timer resolution                  1ns

  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.1 AMD-APP (3380.4)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback cl_amd_offline_devices 
  Platform Extensions function suffix             AMD
  Platform Host timer resolution                  1ns

  Platform Name                                   AMD Accelerated Parallel Processing
  Platform Vendor                                 Advanced Micro Devices, Inc.
  Platform Version                                OpenCL 2.1 AMD-APP (3380.4)
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd cl_amd_event_callback cl_amd_offline_devices 
  Platform Extensions function suffix             AMD
  Platform Host timer resolution                  1ns

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 2.0 AMD-APP (3380.4)
  Driver Version                                  3380.4 (PAL,HSAIL)
  Device OpenCL C Version                         OpenCL C 2.0 
  Device Type                                     GPU
  Device Board Name (AMD)                         AMD Radeon RX 580 Series
  Device PCI-e ID (AMD)                           0x67df
  Device Topology (AMD)                           PCI-E, 0000:01:00.0
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               36
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1411MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     36
    Supported partition types                     None
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
  Preferred work group size (AMD)                 256
  Max work group size (AMD)                       1024
  Preferred work group size multiple (kernel)     64
  Wavefront width (AMD)                           64
  Preferred / native vector sizes                 
    char                                                 4 / 4       
    short                                                2 / 2       
    int                                                  1 / 1       
    long                                                 1 / 1       
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1       
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
  Address bits                                    64, Little-Endian
  Global memory size                              8589934592 (8GiB)
  Global free memory (AMD)                        8323072 (7.938GiB) 8060928 (7.688GiB)
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           4
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           7073274265 (6.587GiB)
  Unified memory for Host and Device              No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   Yes
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Preferred alignment for atomics                 
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Max size for global variable                    6365946624 (5.929GiB)
  Preferred total size of global vars             8589934592 (8GiB)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384 (16KiB)
  Global Memory cache line size                   64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            442079641 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 pixels
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                64
    Max number of read/write image args           64
  Max number of pipe args                         16
  Max active pipe reservations                    16
  Max pipe packet size                            2778306969 (2.587GiB)
  Local memory type                               Local
  Local memory size                               65536 (64KiB)
  Local memory size per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max number of constant args                     8
  Max constant buffer size                        7073274265 (6.587GiB)
  Preferred constant buffer size (AMD)            16384 (16KiB)
  Max size of kernel argument                     1024
  Queue properties (on host)                      
    Out-of-order execution                        No
    Profiling                                     Yes
  Queue properties (on device)                    
    Out-of-order execution                        Yes
    Profiling                                     Yes
    Preferred size                                262144 (256KiB)
    Max size                                      8388608 (8MiB)
  Max queues on device                            1
  Max events on device                            1024
  Prefer user sync for interop                    Yes
  Number of P2P devices (AMD)                     0
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1728813576887107896ns (Sun Oct 13 11:59:36 2024)
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    Number of async queues (AMD)                  4
    Max real-time compute queues (AMD)            1
    Max real-time compute units (AMD)             0
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels                                (n/a)
  Device Extensions                               cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_copy_buffer_p2p 

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 2.0 AMD-APP (3380.4)
  Driver Version                                  3380.4 (PAL,HSAIL)
  Device OpenCL C Version                         OpenCL C 2.0 
  Device Type                                     GPU
  Device Board Name (AMD)                         AMD Radeon RX 580 Series
  Device PCI-e ID (AMD)                           0x67df
  Device Topology (AMD)                           PCI-E, 0000:01:00.0
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               36
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1411MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     36
    Supported partition types                     None
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
  Preferred work group size (AMD)                 256
  Max work group size (AMD)                       1024
  Preferred work group size multiple (kernel)     64
  Wavefront width (AMD)                           64
  Preferred / native vector sizes                 
    char                                                 4 / 4       
    short                                                2 / 2       
    int                                                  1 / 1       
    long                                                 1 / 1       
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1       
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
  Address bits                                    64, Little-Endian
  Global memory size                              8589934592 (8GiB)
  Global free memory (AMD)                        8323072 (7.938GiB) 8060928 (7.688GiB)
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           4
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           7073274265 (6.587GiB)
  Unified memory for Host and Device              No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   Yes
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Preferred alignment for atomics                 
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Max size for global variable                    6365946624 (5.929GiB)
  Preferred total size of global vars             8589934592 (8GiB)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384 (16KiB)
  Global Memory cache line size                   64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            442079641 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 pixels
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                64
    Max number of read/write image args           64
  Max number of pipe args                         16
  Max active pipe reservations                    16
  Max pipe packet size                            2778306969 (2.587GiB)
  Local memory type                               Local
  Local memory size                               65536 (64KiB)
  Local memory size per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max number of constant args                     8
  Max constant buffer size                        7073274265 (6.587GiB)
  Preferred constant buffer size (AMD)            16384 (16KiB)
  Max size of kernel argument                     1024
  Queue properties (on host)                      
    Out-of-order execution                        No
    Profiling                                     Yes
  Queue properties (on device)                    
    Out-of-order execution                        Yes
    Profiling                                     Yes
    Preferred size                                262144 (256KiB)
    Max size                                      8388608 (8MiB)
  Max queues on device                            1
  Max events on device                            1024
  Prefer user sync for interop                    Yes
  Number of P2P devices (AMD)                     0
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1728813576887107896ns (Sun Oct 13 11:59:36 2024)
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    Number of async queues (AMD)                  4
    Max real-time compute queues (AMD)            1
    Max real-time compute units (AMD)             0
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels                                (n/a)
  Device Extensions                               cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_copy_buffer_p2p 

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     Ellesmere
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 2.0 AMD-APP (3380.4)
  Driver Version                                  3380.4 (PAL,HSAIL)
  Device OpenCL C Version                         OpenCL C 2.0 
  Device Type                                     GPU
  Device Board Name (AMD)                         AMD Radeon RX 580 Series
  Device PCI-e ID (AMD)                           0x67df
  Device Topology (AMD)                           PCI-E, 0000:01:00.0
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               36
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1411MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     36
    Supported partition types                     None
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
  Preferred work group size (AMD)                 256
  Max work group size (AMD)                       1024
  Preferred work group size multiple (kernel)     64
  Wavefront width (AMD)                           64
  Preferred / native vector sizes                 
    char                                                 4 / 4       
    short                                                2 / 2       
    int                                                  1 / 1       
    long                                                 1 / 1       
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1       
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
  Address bits                                    64, Little-Endian
  Global memory size                              8589934592 (8GiB)
  Global free memory (AMD)                        8323072 (7.938GiB) 8060928 (7.688GiB)
  Global memory channels (AMD)                    8
  Global memory banks per channel (AMD)           4
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           7073274265 (6.587GiB)
  Unified memory for Host and Device              No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   Yes
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Preferred alignment for atomics                 
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Max size for global variable                    6365946624 (5.929GiB)
  Preferred total size of global vars             8589934592 (8GiB)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384 (16KiB)
  Global Memory cache line size                   64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            442079641 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 pixels
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                64
    Max number of read/write image args           64
  Max number of pipe args                         16
  Max active pipe reservations                    16
  Max pipe packet size                            2778306969 (2.587GiB)
  Local memory type                               Local
  Local memory size                               65536 (64KiB)
  Local memory size per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max number of constant args                     8
  Max constant buffer size                        7073274265 (6.587GiB)
  Preferred constant buffer size (AMD)            16384 (16KiB)
  Max size of kernel argument                     1024
  Queue properties (on host)                      
    Out-of-order execution                        No
    Profiling                                     Yes
  Queue properties (on device)                    
    Out-of-order execution                        Yes
    Profiling                                     Yes
    Preferred size                                262144 (256KiB)
    Max size                                      8388608 (8MiB)
  Max queues on device                            1
  Max events on device                            1024
  Prefer user sync for interop                    Yes
  Number of P2P devices (AMD)                     0
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1728813576887107896ns (Sun Oct 13 11:59:36 2024)
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    Number of async queues (AMD)                  4
    Max real-time compute queues (AMD)            1
    Max real-time compute units (AMD)             0
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels                                (n/a)
  Device Extensions                               cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_copy_buffer_p2p 

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  AMD Accelerated Parallel Processing
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [AMD]
  clCreateContext(NULL, ...) [default]            Success [AMD]
  clCreateContext(NULL, ...) [other]              Success [AMD]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   Ellesmere
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   Ellesmere
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   Ellesmere

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.2
  ICD loader Profile                              OpenCL 3.0

Offline

#10 2024-10-13 10:47:15

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,902

Re: [SOLVED] Issues with running DaVinci Resolve

That's the kind of output you should get from clinfo, try running DR again .

If it fails, post ~/.local/share/DaVinciResolve/logs/ResolveDebug.txt


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#11 2024-10-13 13:15:51

6650xt
Member
Registered: 2024-04-18
Posts: 18

Re: [SOLVED] Issues with running DaVinci Resolve

Lone_Wolf wrote:

That's the kind of output you should get from clinfo, try running DR again .

If it fails, post ~/.local/share/DaVinciResolve/logs/ResolveDebug.txt

So it got further than before, but uhhh.... not really?
The window itself opened, I managed to somewhat read what went wrong in the first debug log so installing python2 from the AUR worked magic, except now it's crashing with a different error (before the crash string was something very similar to "python2: command not found

0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:22,998 | Running DaVinci Resolve v19.0.2.0007 (Linux/Clang x86_64)
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:22,998 | BMD_BUILD_UUID dfe3e184-754a-4e2b-a8a1-a94a30eb7901
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:22,998 | BMD_GIT_COMMIT 04ba83669efccc533f9686b6bcc03ea63bc61227
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:22,999 | Starting GPUDetect 1.2_6-a2
0x785bd2c07000 | GPUDetect            | ERROR | 2024-10-13 15:10:23,067 | Multiple Main Display GPUs found, ignoring gpu:c558db0c.f91e8f0c.
0x785bd2c07000 | GPUDetect            | ERROR | 2024-10-13 15:10:23,067 | Multiple Main Display GPUs found, ignoring gpu:c558db0c.f91e8f0c.
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 | Done in 67 ms.
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 | Detected System:
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 |   - OS: Linux Arch
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 |   - Model: Gigabyte B450 AORUS ELITE V2
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 |   - System ID: 768943ce4548411f8378f04a544cab03
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 |   - CPU: AMD Ryzen 5 5500, 12 threads, x86-64
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 |   - RAM: 1.4 GiB used of 15.5 GiB
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,067 | Detected 3 GPUs:
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |   - "AMD Radeon RX 580 Series" (gpu:c558db0c.f91e8f0c) <- Main Display GPU
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |     Discrete, 254 MiB used of 8 GiB VRAM, PCI:1:0.0
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |     Matches: OpenCL, XOrg
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |   - "AMD Radeon RX 580 Series" (gpu:c558db0c.f91e8f0c)
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |     Discrete, 254 MiB used of 8 GiB VRAM, PCI:1:0.0
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |     Matches: OpenCL, XOrg
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |   - "AMD Radeon RX 580 Series" (gpu:c558db0c.f91e8f0c)
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |     Discrete, 254 MiB used of 8 GiB VRAM, PCI:1:0.0
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 |     Matches: OpenCL, XOrg
0x785bd2c07000 | GPUDetect            | INFO  | 2024-10-13 15:10:23,249 | Detected 1 monitors:
0x785bd2c07000 | Main.GPUConfig       | INFO  | 2024-10-13 15:10:23,250 | Compute API set to automatic, defaulting to OpenCL.
0x785bd2c07000 | Main.GPUConfig       | INFO  | 2024-10-13 15:10:23,250 | Selected compute API: OpenCL
0x785bd2c07000 | Main.GPUConfig       | INFO  | 2024-10-13 15:10:23,250 | Automatic GPU Selection:
0x785bd2c07000 | Main.GPUConfig       | INFO  | 2024-10-13 15:10:23,250 |   - "AMD Radeon RX 580 Series" (gpu:c558db0c.f91e8f0c)
0x785bd2c07000 | IO                   | INFO  | 2024-10-13 15:10:23,250 | RED InitializeSdk with library path at /opt/resolve/libs
0x785bd2c07000 | IO                   | INFO  | 2024-10-13 15:10:23,283 | R3DAPI 8.5.1-53601 (20240308 Lx64S) R3DSDK 8.5.1-53601 (20240308 Lx64D C3B1) RED OPENCL 8.5.1-53598 (20240308) [/opt/resolve/libs/] init is successful
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,284 | 0 RED rocket cards available
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,284 | Decklink model name: '', version: ''
0x785bd2c07000 | DVIP                 | INFO  | 2024-10-13 15:10:23,284 | DVIP release/19.0.2 build 5 (0b61a6603ba51db806fcfca92effce9f294a2c3f). Release, version 19.0.2.
0x785b76e00000 | IO                   | INFO  | 2024-10-13 15:10:23,378 | Using DNxHR library v2.7.5.873r
0x785b75a00000 | SyManager            | ERROR | 2024-10-13 15:10:23,382 | GetProjectLibraries() - Access token is empty
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
0x785b7c800000 | Fusion               | INFO  | 2024-10-13 15:10:23,507 | Fusion Build: 8a4b3409_0003 (Sep 20 2024 11:00:54)
0x785b63e00000 | Fusion               | INFO  | 2024-10-13 15:10:23,509 | fusionsystem: = "/opt/resolve/libs/Fusion/libfusionsystem.so"
0x785b76e00000 | IO                   | ERROR | 2024-10-13 15:10:23,510 | Error initializing ArriImageSdk Some requested platforms could not be loaded. See log for details.
0x785b76e00000 | IO                   | INFO  | 2024-10-13 15:10:23,510 | IO codec library load completed in 133 ms.
0x785b63e00000 | Fusion               | INFO  | 2024-10-13 15:10:23,513 | FusionLibs: = "/opt/resolve/libs/Fusion/"
0x785b63e00000 | Fusion               | INFO  | 2024-10-13 15:10:23,513 | UserData:   = "/home/danie/.local/share/DaVinciResolve/Fusion"
0x785b63e00000 | Fusion               | INFO  | 2024-10-13 15:10:23,513 | Profiles:   = "UserData:Profiles/"
0x785bd2c07000 | UI                   | INFO  | 2024-10-13 15:10:23,535 | UI language is set to "Auto", and system language is "en".
Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created.
0x785b5ec00000 | DbCommon2            | INFO  | 2024-10-13 15:10:23,535 | Loading dblist file: /home/danie/.local/share/DaVinciResolve/configs/.dblist
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,569 | Finished loading Application style sheet
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,585 | Show splash screen
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,585 | Show splash screen message: Starting Up
0x785bd2c07000 | UI.GLContext         | INFO  | 2024-10-13 15:10:23,713 | Creating shared OpenGL context for this thread (1 total).
0x785bd2c07000 | UI.GLContext         | INFO  | 2024-10-13 15:10:23,715 | Initialized OpenGL 4.6 (requested 4.5) on device 'AMD AMD Radeon RX 580 Series (radeonsi, polaris10, LLVM 18.1.8, DRM 3.59, 6.11.3-arch1-1)'
0x785b45c00000 | LeManager            | INFO  | 2024-10-13 15:10:23,716 | 521, 29
0x785bd2c07000 | BtCommon             | INFO  | 2024-10-13 15:10:23,716 | Memory config: reserved=2973M pinned=2229M log=0
0x785bd2c07000 | BtCommon             | INFO  | 2024-10-13 15:10:23,716 | Using default pooled memory manager
0x785b45200000 | BtCommon             | INFO  | 2024-10-13 15:10:23,716 | BtResourceManager Process Thread Started
0x785bd2c07000 | IO                   | INFO  | 2024-10-13 15:10:23,724 | Setting codec capacity (0)
0x785bd2c07000 | SyManager            | INFO  | 2024-10-13 15:10:23,726 | Total: 20, NumDtThreads: 8, NumComms: 0, NumSites: 1

0x785bd2c07000 | SyManager            | INFO  | 2024-10-13 15:10:23,726 | Lookaheads -> playback = 20, record = 20, stop = 2

Sy High Command Handler Thread ----- (132333355139072)
SY high priority cmd handler thread starts: 42A00000
Sy Low Command Handler Thread ----- (132333344653312)
SY low priority cmd handler thread starts: 42000000
Sy Data Handler Thread ----- (132333334167552)
SY data handler thread starts: 41600000
Gs High Command Handler Thread ----- (132333309001728)
GS high priority cmd handler thread starts: 3FE00000
Gs Low Command Handler Thread ----- (132333298515968)
GS low priority cmd handler thread starts: 3F400000
0x785b3ea00000 | GsManager            | INFO  | 2024-10-13 15:10:23,727 | Gs Processor Thread ----- (132333288030208)

GS processor thread starts: 3EA00000
Dp High Command Handler Thread ----- (132333277544448)
DP high priority cmd handler thread starts: 3E000000
Dp Low Command Handler Thread ----- (132333267058688)
DP low priority cmd handler thread starts: 3D600000
Dt High Command Handler Thread ----- (132333256572928)
DT high priority cmd handler thhread starts: 3CC00000
Dt Low Command Handler Thread ----- (132333246087168)
DT low priority cmd handler thread starts: 3C200000
0x785bd2c07000 | DtManager            | INFO  | 2024-10-13 15:10:23,727 | Using 8 generic IO threads
0x785b3b800000 | DtManager            | INFO  | 2024-10-13 15:10:23,727 | Dt Data Handler Thread Started
DT data handler thread starts: 3B800000
0x785bd2c07000 | DtManager            | INFO  | 2024-10-13 15:10:23,727 | Total of 16 IO threads (including 8 generic and 8 Red decode threads)
0x785b3ae00000 | DtManager            | INFO  | 2024-10-13 15:10:23,727 | Dt Worker Thread Started
0x785b3a400000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b39a00000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b39000000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b38600000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b37c00000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b37200000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b36800000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b35e00000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b35400000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b34a00000 | DtManager            | INFO  | 2024-10-13 15:10:23,728 | Dt Worker Thread Started
0x785b34000000 | DtManager            | INFO  | 2024-10-13 15:10:23,729 | Dt Worker Thread Started
0x785b33600000 | DtManager            | INFO  | 2024-10-13 15:10:23,729 | Dt Worker Thread Started
0x785b32c00000 | DtManager            | INFO  | 2024-10-13 15:10:23,729 | Dt Worker Thread Started
0x785b32200000 | DtManager            | INFO  | 2024-10-13 15:10:23,729 | Dt Worker Thread Started
0x785b31800000 | DtManager            | INFO  | 2024-10-13 15:10:23,729 | Dt Worker Thread Started
0x785b30e00000 | DtManager            | INFO  | 2024-10-13 15:10:23,729 | Dt Worker Thread Started
0x785b30400000 | DtManager            | INFO  | 2024-10-13 15:10:23,729 | Dt Worker Thread Started
Ls High Command Handler Thread ----- (132333036371968)
Ls Low Command Handler Thread ----- (132333021691904)
LS low priority cmd handler thread starts: 2EC00000
Ls Data Handler Thread ----- (132333011206144)
LS data handler thread starts: 2E200000
Ls High Command Handler Thread ----- (132333000720384)
Ls Low Command Handler Thread ----- (132332990234624)
LS low priority cmd handler thread starts: 2CE00000
Ls Data Handler Thread ----- (132332979748864)
LS data handler thread starts: 2C400000
Ls High Command Handler Thread ----- (132332969263104)
Ls Low Command Handler Thread ----- (132332958777344)
LS low priority cmd handler thread starts: 2B000000
Ls Data Handler Thread ----- (132332948291584)
Mem Data Transmitter Thread ----- (132332937805824)
Mem data transmitter thread starts: 29C00000
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,730 | Show splash screen message: Loading Project Libraries
0x785b2a600000 | GPU.MultiBoardMgr    | INFO  | 2024-10-13 15:10:23,735 | Let There Be OpenCL Light!
0x785b2a600000 | GPU.MultiBoardMgr    | INFO  | 2024-10-13 15:10:23,735 | Initializing OpenCL board manager for Main Display GPU gpu:c558db0c.f91e8f0c.
0x785b28800000 | UI.GLContext         | INFO  | 2024-10-13 15:10:23,735 | Creating shared OpenGL context for this thread (2 total).


==========[CRASH DUMP]==========
#TIME Sun Oct 13 15:10:23 2024 - Uptime 00:00:00 (hh:mm:ss)
#PROGRAM_NAME DaVinci Resolve v19.0.2.0007 (Linux/Clang x86_64)
#BMD_ARCHITECTURE x86_64
#BMD_BUILD_UUID dfe3e184-754a-4e2b-a8a1-a94a30eb7901
#BMD_GIT_COMMIT 04ba83669efccc533f9686b6bcc03ea63bc61227
#BMD_UTIL_VERSION 19.0.2.0007
#OS Linux

/opt/resolve/bin/resolve() [0x4e14799]
/opt/resolve/bin/resolve() [0x4e13b70]
/usr/lib/libc.so.6(+0x3d1d0) [0x785bd93491d0]
Signal Number = 11

================================
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,786 | Show splash screen message: Initializing system components
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,788 | Show splash screen message: Loading video codecs
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,793 | Show splash screen message: Loading video plugins
0x785bd2c07000 | Main                 | INFO  | 2024-10-13 15:10:23,793 | Show splash screen message: Loading Fairlight Engine
0x785b76e00000 | IO                   | INFO  | 2024-10-13 15:10:24,476 | IO codec initialization completed in 683 ms.
Unable to read VR Path Registry from /home/danie/.config/openvr/openvrpaths.vrpath
0x785bd2c07000 | Fairlight            | INFO  | 2024-10-13 15:10:24,905 | 00.00.00.430(000): Running Fairlight (000fba0704cecbff0be9889c3060b578d489e1ca)
0x785bd2c07000 | FairlightLoader      | INFO  | 2024-10-13 15:10:24,905 | Fairlight lib initialized in 1111 ms.
0x785b7c800000 | UI.GLContext         | INFO  | 2024-10-13 15:10:24,905 | Creating shared OpenGL context for this thread (3 total).
0x785b7d200000 | Fusion               | INFO  | 2024-10-13 15:10:25,678 | 318 templates scanned in 0.11 secs

This one doesn't seem silly enough for me to figure out myself.

Offline

#12 2024-10-13 14:00:04

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,902

Re: [SOLVED] Issues with running DaVinci Resolve

Python2 was declared End-of-Life in 2020 , remove it immediately .

I overlooked that you are using the orphaned opencl-legacy-amdgpu-pro which only works with amdgpu proprietary drivers and had plenty issues when it was current.

Remove everything related to amd proprietary drivers and switch to the opensource drivers .
Install https://archlinux.org/packages/extra/x8 … ticl-mesa/ .

You will need to set some env variables, see https://docs.mesa3d.org/envvars.html#ru … -variables .
DR has been confirmed to start with rusticl on RX580, no idea about performance but rusticl has improved a lot already since it became available a few years ago.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#13 2024-10-13 14:44:36

6650xt
Member
Registered: 2024-04-18
Posts: 18

Re: [SOLVED] Issues with running DaVinci Resolve

Lone_Wolf wrote:

Python2 was declared End-of-Life in 2020 , remove it immediately .

I overlooked that you are using the orphaned opencl-legacy-amdgpu-pro which only works with amdgpu proprietary drivers and had plenty issues when it was current.

Remove everything related to amd proprietary drivers and switch to the opensource drivers .
Install https://archlinux.org/packages/extra/x8 … ticl-mesa/ .

You will need to set some env variables, see https://docs.mesa3d.org/envvars.html#ru … -variables .
DR has been confirmed to start with rusticl on RX580, no idea about performance but rusticl has improved a lot already since it became available a few years ago.

This worked flawlessly, thank you so much!

Offline

Board footer

Powered by FluxBB