No provider of glEGLImageTargetTexture2DOES found with NVIDIA proprietary driver

Hello to everyone.

I’m trying to run KDE 6 with Wayland on FreeBSD 14.1-p2. I tried with both my PCs. The first one has 2 nvidia cards :

  1. GTX 1060
  2. RTX 2080 ti

The second has only 1 integrated GPU : Mesa Intel HD Graphics 4600

Ok. On the second PC they worked. On the first one it does not work.

Definitely the error to fix is this :

No provider of glEGLImageTargetTexture2DOES found. Requires one of : GL_OES_EGL_image

This is the script I use to start kde 6 + wayland and that it works on the PC with the Intel HD Graphics 4600 :

export XDG_CONFIG_HOME="$HOME/.config"

export XDG_CACHE_HOME="$HOME/.cache"

export XDG_DATA_HOME="$HOME/.local/share"

export XDG_RUNTIME_DIR="/var/run/user/1001"

export LIBSEAT_BACKEND=consolekit2

ck-launch-session dbus-run-session startplasma-wayland

Do you have any idea about what could cause this and how to fix this ?

Thanks.