
- Posts: 18
- Joined: Sun Mar 28, 2021 3:39 pm
- Real Name: Rodrigo Severo
Hi,
I'm just trying DaVinci Resolve on Linux for the first time. I'm getting a "DaVinci Resolve could not find CUDA capable GPUs." error message on startup.
I have already installed CUDA drivers as instructed at https://docs.nvidia.com/cuda/cuda-insta ... index.html
I have completed the 9.1. Mandatory Actions (https://docs.nvidia.com/cuda/cuda-insta ... atory-post) and the 9.2. Recommended Actions (https://docs.nvidia.com/cuda/cuda-insta ... ended-post) succesfully.
Here is CUDA's deviceQuery output:
which confirms that a device was found, the device matches the one on my system and that the test passed.
And here is CUDA's bandwidthTest output:
Here is an extract of ResolveDebugLog showing that it detects my graphic card, that it recognizes that it is CUDA capable but apparently doesn't selectes any card:
Here is the complete logs and info about my system: https://we.tl/t-g4pCxQHxAf
Any ideas on how to make Resolve start on my system?
I'm just trying DaVinci Resolve on Linux for the first time. I'm getting a "DaVinci Resolve could not find CUDA capable GPUs." error message on startup.
I have already installed CUDA drivers as instructed at https://docs.nvidia.com/cuda/cuda-insta ... index.html
I have completed the 9.1. Mandatory Actions (https://docs.nvidia.com/cuda/cuda-insta ... atory-post) and the 9.2. Recommended Actions (https://docs.nvidia.com/cuda/cuda-insta ... ended-post) succesfully.
Here is CUDA's deviceQuery output:
- Code: Select all
$ ./deviceQuery
./deviceQuery Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
Detected 1 CUDA Capable device(s)
Device 0: "GeForce GTX 1050"
CUDA Driver Version / Runtime Version 11.2 / 11.2
CUDA Capability Major/Minor version number: 6.1
Total amount of global memory: 1999 MBytes (2096103424 bytes)
( 5) Multiprocessors, (128) CUDA Cores/MP: 640 CUDA Cores
GPU Max Clock rate: 1493 MHz (1.49 GHz)
Memory Clock rate: 3504 Mhz
Memory Bus Width: 128-bit
L2 Cache Size: 1048576 bytes
Maximum Texture Dimension Size (x,y,z) 1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
Maximum Layered 1D Texture Size, (num) layers 1D=(32768), 2048 layers
Maximum Layered 2D Texture Size, (num) layers 2D=(32768, 32768), 2048 layers
Total amount of constant memory: 65536 bytes
Total amount of shared memory per block: 49152 bytes
Total shared memory per multiprocessor: 98304 bytes
Total number of registers available per block: 65536
Warp size: 32
Maximum number of threads per multiprocessor: 2048
Maximum number of threads per block: 1024
Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
Max dimension size of a grid size (x,y,z): (2147483647, 65535, 65535)
Maximum memory pitch: 2147483647 bytes
Texture alignment: 512 bytes
Concurrent copy and kernel execution: Yes with 2 copy engine(s)
Run time limit on kernels: Yes
Integrated GPU sharing Host Memory: No
Support host page-locked memory mapping: Yes
Alignment requirement for Surfaces: Yes
Device has ECC support: Disabled
Device supports Unified Addressing (UVA): Yes
Device supports Managed Memory: Yes
Device supports Compute Preemption: Yes
Supports Cooperative Kernel Launch: Yes
Supports MultiDevice Co-op Kernel Launch: Yes
Device PCI Domain ID / Bus ID / location ID: 0 / 10 / 0
Compute Mode:
< Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 11.2, CUDA Runtime Version = 11.2, NumDevs = 1
Result = PASS
which confirms that a device was found, the device matches the one on my system and that the test passed.
And here is CUDA's bandwidthTest output:
- Code: Select all
$ ./bandwidthTest
[CUDA Bandwidth Test] - Starting...
Running on...
Device 0: GeForce GTX 1050
Quick Mode
Host to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(GB/s)
32000000 13.1
Device to Host Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(GB/s)
32000000 13.5
Device to Device Bandwidth, 1 Device(s)
PINNED Memory Transfers
Transfer Size (Bytes) Bandwidth(GB/s)
32000000 87.5
Result = PASS
Here is an extract of ResolveDebugLog showing that it detects my graphic card, that it recognizes that it is CUDA capable but apparently doesn't selectes any card:
- Code: Select all
0x7fa688841640 | Main | INFO | 2021-03-28 14:27:50,297 | Running DaVinci Resolve v17.1.0.0024 (Linux/Clang x86_64)
0x7fa688841640 | Main | INFO | 2021-03-28 14:27:50,297 | BMD_BUILD_UUID 8b9102ed-137f-4151-8202-8c88e3d43bc8
0x7fa688841640 | Main | INFO | 2021-03-28 14:27:50,297 | BMD_GIT_COMMIT 5b371db7cafb184ffaac29f3843b849f765fc644
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,297 | Starting GPUDetect 1.1_2-a16
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | Done in 60 ms.
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | Detected System:
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | - OS: Linux Ubuntu 20.04.2 LTS
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | - Model: Gigabyte X570 GAMING X
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | - System ID: ba3651ad0a724206995b27601b5f6c43
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | - CPU: AMD Ryzen 7 3700X, 16 threads, x86-64
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | - RAM: 3.7 GiB used of 62.8 GiB
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | - NVIDIA Driver: 460.39, supports CUDA 11.2
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,357 | Detected 1 GPUs:
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,358 | - "NVIDIA GeForce GTX 1050" (gpu:62aa5dc6.cf044b46) <- Main Display GPU
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,358 | Discrete, 490 MiB used of 1.9 GiB VRAM, PCI:10:0.0
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,358 | Matches: CUDA, NVML, OpenCL, XOrg
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,358 | Detected 1 monitors:
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,358 | - "Monitor" <- Main Monitor
0x7fa688841640 | GPUDetect | INFO | 2021-03-28 14:27:50,358 | 3840x2160, connected to "NVIDIA GeForce GTX 1050" (gpu:62aa5dc6.cf044b46)
0x7fa688841640 | Main.GPUConfig | INFO | 2021-03-28 14:27:50,358 | Compute API set to automatic, defaulting to CUDA.
0x7fa688841640 | Main.GPUConfig | INFO | 2021-03-28 14:27:50,358 | Selected compute API: CUDA
0x7fa688841640 | Main.GPUConfig | INFO | 2021-03-28 14:27:50,358 | Automatic GPU Selection:
Here is the complete logs and info about my system: https://we.tl/t-g4pCxQHxAf
Any ideas on how to make Resolve start on my system?