On Thu, Oct 19, 2023 at 4:55 PM Alberto Garcia <be...@igalia.com> wrote: > > On Thu, Oct 19, 2023 at 02:07:12PM -0600, Jaimos Skriletz wrote: > > > KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied > > Failed to create GBM buffer of size 500x500: Permission denied > > Failed to create EGL images for DMABufs with file descriptors -1, -1 and -1 > > > > I am using the nvidia non-free driver, which might be related due to the > > KMS errors. > > Do you have the libnvidia-egl-gbm1 package installed, and if not can > you install it and try again?
That was the package I was missing, thanks. Things now work normally. jaimos