this post was submitted on 03 Aug 2024
9 points (90.9% liked)

KDE

5236 readers
135 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

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 :

GTX 1060
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.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here