OpenCL not working on AMD Strix Halo

I switched over from arch, and it works there, so its probably not a unsupported issue but which driver / params to use issue

Davinci Resolve 20

  • will launch
  • cannot play media (no matter codec)

Geekbench 6

  • OpenCL benchmark get stucks; or
  • create queue error: -6

both rocminfo & clinfo show OpenCL should be working

fast fetch result:

zach@z14-nixos
--------------
OS: NixOS 25.11 (Xantusia) x86_64
Host: ROG Flow Z13 GZ302EA_GZ302EA (1.0)
Kernel: Linux 6.19.0
Uptime: 1 hour
Packages: 2102 (nix-system), 1778 (nix-user)
Shell: zsh 5.9
Display (TL134ADXP03): 2560x1600 @ 1.6x in ]
WM: Hyprland 0.53.0 (Wayland)
Cursor: default
Terminal: WezTerm 0-unstable-2025-10-14
Terminal Font: Ark Pixel 12px M latin
CPU: AMD RYZEN AI MAX+ 395 (32) @ 5.19 GHz
GPU: AMD Radeon 8060S Graphics [Integrated]
Memory: 4.68 GiB / 58.50 GiB (8%)
Swap: Disabled
Disk (/): 102.81 GiB / 195.80 GiB (53%) - e4
Disk (/home): 150.28 GiB / 739.97 GiB (20%)4
Local IP (wlp194s0): 10.124.240.23/16
Battery (ASUS Battery): 77% [AC Connected]
Locale: en_US.UTF-8 

I followed the guide below
as without rocm i get “Unsupported GPU Processing Mode”

stable / unstable channel gives similar result
with stable failing earlier in the launch process

configuration.nix

 boot.kernelPackages = unstablePkgs.linuxPackages_latest;

 hardware.graphics = {
    enable = true;
    extraPackages = with pkgs; [
      unstablePkgs.rocmPackages.clr
      unstablePkgs.rocmPackages.clr.icd
    ];
  };

ResolveDebug.txt

0x7f98865d4680 | DVIP                 | ERROR | 2026-03-01 15:39:55,362 | Failed to create OpenCL context:

DVIP Exception: OpenCL error
 - API: OpenCL
 - API Error Code: CL_OUT_OF_HOST_MEMORY (-6)
 - Call stack:
   1   resolve                                 0x75220f2 
   2   resolve                                 0x75bb0d2 
   3   resolve                                 0x75b2e7c 
   4   resolve                                 0x75b721f 
   5   resolve                                 0x5ffdb47 
   6   resolve                                 0x6000471 
   7   resolve                                 0x60009ea 
   8   resolve                                 0x6006c4f 
   9   libc.so.6                          0x7f9a23e80f14 
   10  libc.so.6                          0x7f9a23f0432c 

0x7f98865d4680 | GPU.SingleBoardMgr   | ERROR | 2026-03-01 15:39:55,362 | Failed to initialize OpenCL board manager for "AMD Radeon 8060S Graphics" (gpu:8dfb5f54.edb6fb0a): Failed to initialize OpenCL context
0x7f9887dd7680 | GPU.SingleBoardMgr   | ERROR | 2026-03-01 15:39:55,362 | Failed to initialize SingleBoardManager.
0x7f9887dd7680 | GPU.MultiBoardMgr    | ERROR | 2026-03-01 15:39:55,362 | Failed to initialize board manager for gpu:8dfb5f54.edb6fb0a.

...

0x7f9a22a0b300 | UI.GLInterop         | ERROR | 2026-03-01 15:40:25,094 | MainPlayer: Failed to create handle, not initialized.
0x7f97d06a5680 | UI.GLInterop         | ERROR | 2026-03-01 15:40:26,819 | MainPlayer: Failed to create handle, not initialized.

the iGPU only has 4GB of vram, the majority is in form of GTT, i dont know if thats relevant

rocminfo:

ROCk module is loaded
=====================
HSA System Attributes
=====================
Runtime Version:         1.1
Runtime Ext Version:     1.7
System Timestamp Freq.:  1000.000000MHz
Sig. Max Wait Duration:  18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count)
Machine Model:           LARGE
System Endianness:       LITTLE
Mwaitx:                  DISABLED
XNACK enabled:           NO
DMAbuf Support:          YES
VMM Support:             YES

==========
HSA Agents
==========
*******
Agent 1
*******
  Name:                    AMD RYZEN AI MAX+ 395 w/ Radeon 8060S
  Uuid:                    CPU-XX
  Marketing Name:          AMD RYZEN AI MAX+ 395 w/ Radeon 8060S
  Vendor Name:             CPU
  Feature:                 None specified
  Profile:                 FULL_PROFILE
  Float Round Mode:        NEAR
  Max Queue Number:        0(0x0)
  Queue Min Size:          0(0x0)
  Queue Max Size:          0(0x0)
  Queue Type:              MULTI
  Node:                    0
  Device Type:             CPU
  Cache Info:
    L1:                      49152(0xc000) KB
  Chip ID:                 0(0x0)
  ASIC Revision:           0(0x0)
  Cacheline Size:          64(0x40)
  Max Clock Freq. (MHz):   5187
  BDFID:                   0
  Internal Node ID:        0
  Compute Unit:            32
  SIMDs per CU:            0
  Shader Engines:          0
  Shader Arrs. per Eng.:   0
  WatchPts on Addr. Ranges:1
  Memory Properties:
  Features:                None
  Pool Info:
    Pool 1
      Segment:                 GLOBAL; FLAGS: FINE GRAINED
      Size:                    61344264(0x3a80a08) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
    Pool 2
      Segment:                 GLOBAL; FLAGS: EXTENDED FINE GRAINED
      Size:                    61344264(0x3a80a08) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
    Pool 3
      Segment:                 GLOBAL; FLAGS: KERNARG, FINE GRAINED
      Size:                    61344264(0x3a80a08) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
    Pool 4
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED
      Size:                    61344264(0x3a80a08) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
  ISA Info:
*******
Agent 2
*******
  Name:                    gfx1151
  Uuid:                    GPU-XX
  Marketing Name:          Radeon 8060S Graphics
  Vendor Name:             AMD
  Feature:                 KERNEL_DISPATCH
  Profile:                 BASE_PROFILE
  Float Round Mode:        NEAR
  Max Queue Number:        128(0x80)
  Queue Min Size:          64(0x40)
  Queue Max Size:          131072(0x20000)
  Queue Type:              MULTI
  Node:                    1
  Device Type:             GPU
  Cache Info:
    L1:                      32(0x20) KB
    L2:                      2048(0x800) KB
    L3:                      32768(0x8000) KB
  Chip ID:                 5510(0x1586)
  ASIC Revision:           0(0x0)
  Cacheline Size:          128(0x80)
  Max Clock Freq. (MHz):   2900
  BDFID:                   50176
  Internal Node ID:        1
  Compute Unit:            40
  SIMDs per CU:            2
  Shader Engines:          2
  Shader Arrs. per Eng.:   2
  WatchPts on Addr. Ranges:4
  Coherent Host Access:    FALSE
  Memory Properties:       APU
  Features:                KERNEL_DISPATCH
  Fast F16 Operation:      TRUE
  Wavefront Size:          32(0x20)
  Workgroup Max Size:      1024(0x400)
  Workgroup Max Size per Dimension:
    x                        1024(0x400)
    y                        1024(0x400)
    z                        1024(0x400)
  Max Waves Per CU:        32(0x20)
  Max Work-item Per CU:    1024(0x400)
  Grid Max Size:           4294967295(0xffffffff)
  Grid Max Size per Dimension:
    x                        4294967295(0xffffffff)
    y                        4294967295(0xffffffff)
    z                        4294967295(0xffffffff)
  Max fbarriers/Workgrp:   32
  Packet Processor uCode:: 32
  SDMA engine uCode::      17
  IOMMU Support::          None
  Pool Info:
    Pool 1
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED
      Size:                    30672132(0x1d40504) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:2048KB
      Alloc Alignment:         4KB
      Accessible by all:       FALSE
    Pool 2
      Segment:                 GLOBAL; FLAGS: EXTENDED FINE GRAINED
      Size:                    30672132(0x1d40504) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:2048KB
      Alloc Alignment:         4KB
      Accessible by all:       FALSE
    Pool 3
      Segment:                 GROUP
      Size:                    64(0x40) KB
      Allocatable:             FALSE
      Alloc Granule:           0KB
      Alloc Recommended Granule:0KB
      Alloc Alignment:         0KB
      Accessible by all:       FALSE
  ISA Info:
    ISA 1
      Name:                    amdgcn-amd-amdhsa--gfx1151
      Machine Models:          HSA_MACHINE_MODEL_LARGE
      Profiles:                HSA_PROFILE_BASE
      Default Rounding Mode:   NEAR
      Default Rounding Mode:   NEAR
      Fast f16:                TRUE
      Workgroup Max Size:      1024(0x400)
      Workgroup Max Size per Dimension:
        x                        1024(0x400)
        y                        1024(0x400)
        z                        1024(0x400)
      Grid Max Size:           4294967295(0xffffffff)
      Grid Max Size per Dimension:
        x                        4294967295(0xffffffff)
        y                        4294967295(0xffffffff)
        z                        4294967295(0xffffffff)
      FBarrier Max Size:       32
    ISA 2
      Name:                    amdgcn-amd-amdhsa--gfx11-generic
      Machine Models:          HSA_MACHINE_MODEL_LARGE
      Profiles:                HSA_PROFILE_BASE
      Default Rounding Mode:   NEAR
      Default Rounding Mode:   NEAR
      Fast f16:                TRUE
      Workgroup Max Size:      1024(0x400)
      Workgroup Max Size per Dimension:
        x                        1024(0x400)
        y                        1024(0x400)
        z                        1024(0x400)
      Grid Max Size:           4294967295(0xffffffff)
      Grid Max Size per Dimension:
        x                        4294967295(0xffffffff)
        y                        4294967295(0xffffffff)
        z                        4294967295(0xffffffff)
      FBarrier Max Size:       32
*******
Agent 3
*******
  Name:                    aie2
  Uuid:                    AIE-XX
  Marketing Name:          AIE-ML
  Vendor Name:             AMD
  Feature:                 AGENT_DISPATCH
  Profile:                 BASE_PROFILE
  Float Round Mode:        NEAR
  Max Queue Number:        1(0x1)
  Queue Min Size:          64(0x40)
  Queue Max Size:          64(0x40)
  Queue Type:              SINGLE
  Node:                    0
  Device Type:             DSP
  Cache Info:
    L2:                      2048(0x800) KB
    L3:                      32768(0x8000) KB
  Chip ID:                 0(0x0)
  ASIC Revision:           0(0x0)
  Cacheline Size:          0(0x0)
  Max Clock Freq. (MHz):   0
  BDFID:                   0
  Internal Node ID:        0
  Compute Unit:            0
  SIMDs per CU:            0
  Shader Engines:          0
  Shader Arrs. per Eng.:   0
  WatchPts on Addr. Ranges:0
  Memory Properties:
  Features:                AGENT_DISPATCH
  Pool Info:
    Pool 1
      Segment:                 GLOBAL; FLAGS: KERNARG, COARSE GRAINED
      Size:                    61344264(0x3a80a08) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
    Pool 2
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED
      Size:                    65536(0x10000) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:0KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
    Pool 3
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED
      Size:                    61344264(0x3a80a08) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Recommended Granule:4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
  ISA Info:
*** Done ***

clinfo:

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

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     gfx1151
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 2.0
  Driver Version                                  3581.0 (HSA1.1,LC)
  Device OpenCL C Version                         OpenCL C 2.0
  Device Type                                     GPU
  Device Board Name (AMD)                         Radeon 8060S Graphics
  Device PCI-e ID (AMD)                           0x1586
  Device Topology (AMD)                           PCI-E, 0000:ffffffc4:00.0
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               20
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                32
  SIMD instruction width (AMD)                    1
  Max clock frequency                             2900MHz
  Graphics IP (AMD)                               11.5
  Device Partition                                (core)
    Max number of sub-devices                     20
    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)     <getWGsizes:2046: create kernel : error -6>
  Wavefront width (AMD)                           32
  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                                     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
  Single-precision Floating-point support         (core)
    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
    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                              31408263168 (29.25GiB)
  Global free memory (AMD)                        30672092 (29.25GiB) 30672092 (29.25GiB)
  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                           26697023688 (24.86GiB)
  Unified memory for Host and Device              Yes
  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                    26697023688 (24.86GiB)
  Preferred total size of global vars             31408263168 (29.25GiB)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        32768 (32KiB)
  Global Memory cache line size                   128 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            134217728 pixels
    Max 1D or 2D image array size                 8192 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                             16384x16384x8192 pixels
    Max number of read image args                 128
    Max number of write image args                8
    Max number of read/write image args           64
  Max number of pipe args                         16
  Max active pipe reservations                    16
  Max pipe packet size                            927219912 (884.3MiB)
  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                        26697023688 (24.86GiB)
  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)        0ns (Thu Jan  1 01:00:00 1970)
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  No
    Number of async queues (AMD)                  8
    Max real-time compute queues (AMD)            8
    Max real-time compute units (AMD)             20
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels                                (n/a)
  Device Extensions                               cl_khr_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_amd_device_attribute_query cl_amd_media_ops cl_amd_media_ops2 cl_khr_image2d_from_buffer cl_khr_subgroups cl_khr_depth_images cl_amd_copy_buffer_p2p cl_amd_assembly_program

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]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 AMD Accelerated Parallel Processing
    Device Name                                   gfx1151
  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                                   gfx1151
  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                                   gfx1151

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

all help appreciated
i might switch back to arch (っ◞‸◟ c)

There’s been some longstanding trouble with davinci resolve crashing with AMD OpenCL (whether rusticl or ROCm CLR’s impl iirc), tracked in #448456. There may be a viable workaround in that thread. davinci-resolve: segfaulting · Issue #448456 · NixOS/nixpkgs · GitHub

Unrelated note that won’t fix the issue: you can use hardware.amdgpu.opencl.enable = true instead of manually specifying the clr/.icd package in extraPackages.

Alternatively you might try Rusticle, which supposedly works very well on amdgpu.

environment.variables.RUSTICL_ENABLE = "radeonsi";
hardware.graphics.extraPackages = [ pkgs.mesa.opencl ];
1 Like

The workaround did not work for me, although it can open to editing page, no media is displayed and no playback

0x7f04ba5f8000 | SyManager            | ERROR | 2026-03-02 01:13:10,690 | Failed to connect to panel socket
0x7f04ba5f8000 | SyManager            | ERROR | 2026-03-02 01:13:10,690 | DRIVER: open /var/tmp/davinci_socket failed
SY panel handler thread starts: BA5F8000
0x7f04b8bff000 | SyManager            | ERROR | 2026-03-02 01:13:10,694 | Failed to create device handle.
0x7f04b8bff000 | SyManager            | ERROR | 2026-03-02 01:13:10,694 | Failed to create device handle.
0x7f04b7bfd000 | SyManager            | INFO  | 2026-03-02 01:13:10,694 | Starting keyboard device monitor thread...
Failed to open udev /dev/hidraw7
Failed to open udev /dev/hidraw8
Opening communication to resolve..
Failed to create listener
Unsupported DaVinci Panel API Version (0.0), please update

...

0x7f05586d9000 | GPU.SingleBoardMgr   | INFO  | 2026-03-02 01:13:29,563 | Flushing GPU memory...
0x7f05586d9000 | UI.GLTexPool         | INFO  | 2026-03-02 01:13:29,563 | Released 0 MiB in 0 unused textures.
OpenCL error -36: 'CL_INVALID_COMMAND_QUEUE', /home/jenkins/jenkins/workspace/resolve/Resolve/Cyclone/IP/GPUManager/OpenCLBoardManager.cpp:272.
0x7f05586d9000 | GPU.SingleBoardMgr   | ERROR | 2026-03-02 01:13:29,563 | Exception caught while executing GPU algorithms: OpenCL Error
0x7f05586d9000 | GPU.SingleBoardMgr   | INFO  | 2026-03-02 01:13:29,563 | Flushing GPU memory...
0x7f05586d9000 | UI.GLTexPool         | INFO  | 2026-03-02 01:13:29,563 | Released 0 MiB in 0 unused textures.
OpenCL error -36: 'CL_INVALID_COMMAND_QUEUE', /home/jenkins/jenkins/workspace/resolve/Resolve/Cyclone/IP/GPUManager/OpenCLBoardManager.cpp:272.
0x7f05586d9000 | GPU.SingleBoardMgr   | ERROR | 2026-03-02 01:13:29,563 | Exception caught while executing GPU algorithms: OpenCL Error
Urgent message: The GPU failed to perform image processing because of an error.||Error Code: -36.
OpenCL error -36: 'CL_INVALID_COMMAND_QUEUE', /home/jenkins/jenkins/workspace/resolve/Resolve/Cyclone/IP/GPUManager/OpenCLBoardManager.cpp:207.
0x7f05586d9000 | GPU.SingleBoardMgr   | ERROR | 2026-03-02 01:13:29,563 | Unhandled board manager exception "AMD Radeon 8060S Graphics" (gpu:8dfb5f54.edb6fb0a): OpenCL Error

currenly I use Davinci Resolve inside distrobox with an Unbuntu 24.04 image

the highest version that runs is 19.1.4
all versions of 20 crashes at some point between launching and importing media