catsout / wallpaper-engine-kde-plugin

A kde wallpaper plugin integrating wallpaper engine
https://store.kde.org/p/1475528/
GNU General Public License v2.0
1.82k stars 77 forks source link

Black screen KDE Plasma 6 #436

Open LuWroblewski opened 2 months ago

LuWroblewski commented 2 months ago

Describe the bug
Black screen after choice any wallpapers

System Information OS: EndeavourOS LinuxKERNEL: 6.10.10-arch1-1 KDE Plasma 6

latest version wallpaper engine and i tested in beta version

Additional context

i try install via KDE store and git, using

journalctl -xe

show this error

but openGL is installed and working

sett 20 16:44:20 PC kwin_wayland[870]: kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated.
set 20 16:44:20 PC kwin_wayland[870]: kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated.
set 20 16:44:20 PC kwin_wayland[870]: kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated.
EliteAMDGamer commented 2 months ago

Can confirm on arch after recent update. plugin lib (for scene,mpv) is missing again. Downgrading to a prior version did not solve the issue nore downgrading mesa tkg-git which has vulkan and all that in it. had to use a btrfs snapshot an go back 3 days.

Operating System: Garuda Linux 
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.2
Kernel Version: 6.11.0-1-cachyos (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Graphics Processor: AMD Radeon RX 7900 GRE
EliteAMDGamer commented 2 months ago

So a little work an it looks like the update to libjxl 0.11.0-1 is what is causing the black screens at least on arch downgrading to 0.10.3 solves the missing plugin issue.

LuWroblewski commented 2 months ago

Don't work, continue black screen

So a little work an it looks like the update to libjxl 0.11.0-1 is what is causing the black screens at least on arch downgrading to 0.10.3 solves the missing plugin issue.

Tataridayo commented 2 months ago

use "sudo cmake --install build" during installation. worked for me

LeandroTheDev commented 1 month ago

i have the same problem, but only for scene wallpapers

mikhailde commented 1 month ago

It's possible that the issue is related to plasmashell not detecting your Vulkan-capable GPU. I had a similar issue, and I was able to resolve it by installing Vulkan for my integrated graphics card.

To check for any errors related to this, you can run the following command:

systemctl --user status plasma-plasmashell.service

and check the logs. If there are any mentions of Vulkan-related errors, try installing the Vulkan drivers for your integrated graphics card.

Hope this helps!