On Ubuntu Mate 22.04, recent updates have resulted in the "Your GPU memory is full" error from DaVinci Resolve, despite no other processes running.
So far, have tried purging and reinstalling Nvidia drivers, downgrading to previous version of DaVinci and previous drivers for Nvidia, manually updating 5 packages that had been kept back (gjs libgjs0g libnetplan0 libsgutils2-2 netplan.io), and generally trying to get my workstation back up and running.
The computer is running smoothly and returns the usual information when entering nvidia-smi
, so I think the GPU runs as it should, there is just some miscommuncation happening in DaVinci.
Is there a way I can downgrade the drivers, CUDA or something else to the previous version until this is (hopefully) resolved?
Secure Boot in UEFI is disabled, as far as I can tell there are no broken or missing packages or depedencies. But I do get a generic error message from Ubuntu on boot.
$ nvidia-smi
Thu Oct 12 10:50:14 2023
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.113.01 Driver Version: 535.113.01 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 3050 ... Off | 00000000:01:00.0 Off | N/A |
| N/A 40C P0 N/A / 35W | 9MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 1519 G /usr/lib/xorg/Xorg 4MiB |
+---------------------------------------------------------------------------------------+
$ uname -r
returns 6.2.0-34-generic.Is it very risky to noodle about with the kernels?
– Cypress Oct 12 '23 at 09:40uname
returned 5.15 you'd have been using the GA kernel stack, and this is your alternative (22.04 & 22.04.1 media for Ubuntu MATE defaulted to a GA stack by default; 22.04.2 & later defaults to HWE) https://wiki.ubuntu.com/Kernel/LTSEnablementStack – guiverc Oct 12 '23 at 09:43