https://bugs.kde.org/show_bug.cgi?id=443148
--- Comment #11 from fanzhuyi...@gmail.com --- Checking the open source version of the nvidia drivers, it seems that this error message is issued if the call to `nvKms->isMemoryValidForDisplay` returns false [0]. This call checks if the relevant memory is in video ram, and returns false if the memory is in sysmem or compressed buffers, or another gpu [1]. So the fix should just be to make sure the memory is video ram of the relevant gpu? [0]: https://github.com/NVIDIA/open-gpu-kernel-modules/blob/4c29105335610933e744f4ab2524ea63fc39edaf/kernel-open/nvidia-drm/nvidia-drm-fb.c#L153 [1]: https://github.com/NVIDIA/open-gpu-kernel-modules/blob/4c29105335610933e744f4ab2524ea63fc39edaf/src/nvidia-modeset/kapi/src/nvkms-kapi.c#L1900 -- You are receiving this mail because: You are watching all bug changes.