You are not logged in.

#1 2023-02-21 20:33:58

Luca91
Member
Registered: 2019-02-13
Posts: 21

Plasma is broken after last update on my laptop

Hello collegues,
since last update Plasma is broken on my laptop (Lenovo z70-80) sad
I get a black screen with mouse cursor.
I can fix it by launching Dolphin using the hotkey, then opening a terminal (Konsole) and running:

systemctl --user status plasma-plasmashell.service

In this way I get a working Plasma (until a reboot).

Is there anybody that can tell me how to fix this?

Thanks a lot!

Last edited by Luca91 (2023-02-21 20:34:39)

Offline

#2 2023-02-21 21:10:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: Plasma is broken after last update on my laptop

Try/check both of the suggestions here: https://bbs.archlinux.org/viewtopic.php … 9#p2085589

If that wasn't it, reproduce the broken situation and post

sudo journalctl -b

https://wiki.archlinux.org/title/List_o … n_services

There has also been a bug fix release just now, do you have that? I.e. 5.27.1

Last edited by V1del (2023-02-21 21:20:05)

Offline

#3 2023-02-21 21:30:06

Luca91
Member
Registered: 2019-02-13
Posts: 21

Re: Plasma is broken after last update on my laptop

V1del wrote:

Try/check both of the suggestions here: https://bbs.archlinux.org/viewtopic.php … 9#p2085589

If that wasn't it, reproduce the broken situation and post

sudo journalctl -b

https://wiki.archlinux.org/title/List_o … n_services

There has also been a bug fix release just now, do you have that? I.e. 5.27.1

Hi V1del, thank you for your support so far.

I've run these commands:

 rm -rf .local/share/kactivitymanagerd  
kbuildsycoca5 --noincremental
rm ~/.config/plasma-org.kde.plasma.desktop-appletsrc

None of them solved my issue.

Here is the result of journalctl, I'd be very grateful if you could give it a look: https://pastebin.com/LKQjAEh4

Some interesting lines:

feb 21 22:21:33 arch plasmashell[781]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
feb 21 22:21:33 arch plasmashell[781]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
feb 21 22:21:33 arch plasmashell[781]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
feb 21 22:21:33 arch plasmashell[781]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc
feb 21 22:21:33 arch plasmashell[781]: QDBusConnection: error: could not send signal to service "" path "/plasma-org.kde.plasma.desktop-appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma-org.kde.plasma.desktop-appletsrc

Please ignore the BIOS warnings, I have a patched BIOS (patched by myself long time ago to disable the wifi card whitelist).

EDIT:

There has also been a bug fix release just now, do you have that? I.e. 5.27.1

yes, everything is updated.

Last edited by Luca91 (2023-02-21 21:38:59)

Offline

#4 2023-02-22 07:45:08

Luca91
Member
Registered: 2019-02-13
Posts: 21

Re: Plasma is broken after last update on my laptop

Hi all, I've found a temporary workaround.
First I created a new user to make sure that this issue wasn't triggered by some user-based configuration.
The workaround was to remove the nvidia proprietary driver: after removing nvidia, nvidia-settings and nvidia-utils and rebooting my computer, Plasma is working correctly.

Ofcourse this just a temporary workaround and not a solution.

I tried to reinstall the nvidia driver, but got a broken Plasma again.

Offline

#5 2023-02-22 10:35:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: Plasma is broken after last update on my laptop

That's something I found weird as well you have an integrated GPU as well, what is it used for? We see that kwin tried to default to using the nvidia gpu, which it generally shouldn't unless you genrerated a config with nvidia-xconfig (which you should never do), can we have the Xorg.0.log from a broken boot and

lspci -k | grep -EA3 'VGA|3D'

Offline

#6 2023-02-23 08:09:53

Luca91
Member
Registered: 2019-02-13
Posts: 21

Re: Plasma is broken after last update on my laptop

V1del wrote:

That's something I found weird as well you have an integrated GPU as well, what is it used for? We see that kwin tried to default to using the nvidia gpu, which it generally shouldn't unless you genrerated a config with nvidia-xconfig (which you should never do), can we have the Xorg.0.log from a broken boot and

lspci -k | grep -EA3 'VGA|3D'

Yes, it is normal that the default GPU is the nvidia one (otherwise I would have to use PRIME or Bumblebee to switch between GPUs).
Here is the output of lspci command (not using pastebin here because it is just a couple of lines):

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
        Subsystem: Lenovo Device 381c
        Kernel driver in use: i915
        Kernel modules: i915
--
03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
        Subsystem: Lenovo Device 381c
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia

I can't find the Xorg log tho. It is not in /var/log/ nor in ~/.local/share/xorg


Please note: this is an old laptop (form early 2015) it is 8 years old now (still working tho) and even if I still use it daily, I don't run resources aggressive applications (3d modelling software and videogames) on it anymore. I can live with the Intel GPU + the noveau driver (using DRI_PRIME=1 when I need to use the nvidia GPU). I'm still interested in a proper solution, but it’s not a matter of life and death smile

It is really strange that just running a

systemctl --user restart plasma-plasmashell.service

solves the issue tho.

Thank you!

Last edited by Luca91 (2023-02-23 08:12:23)

Offline

#7 2023-02-23 09:09:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: Plasma is broken after last update on my laptop

Did you configure the relevant xorg config so nvidia is used by default? If just restarting plasma fixes it, that doesn't really point to the early KMS issue because I'd expect kwin/your OpenGL accel in general to be broken which it isn't, but still might be worth a test. https://wiki.archlinux.org/title/Kernel … _KMS_start remove the kms hook but add both, all of the nvidia modules as well as i915 to the  modules array and regenerate your initramfs. Also while we are there enable modesetting on the nvidia GPU (reccommended anyway for a PRIME setup) by adding nvidia_drm.modeset=1 to your kernel parameters if you haven't already.

Offline

#8 2023-02-23 14:09:51

Luca91
Member
Registered: 2019-02-13
Posts: 21

Re: Plasma is broken after last update on my laptop

V1del wrote:

Did you configure the relevant xorg config so nvidia is used by default? If just restarting plasma fixes it, that doesn't really point to the early KMS issue because I'd expect kwin/your OpenGL accel in general to be broken which it isn't, but still might be worth a test. https://wiki.archlinux.org/title/Kernel … _KMS_start remove the kms hook but add both, all of the nvidia modules as well as i915 to the  modules array and regenerate your initramfs. Also while we are there enable modesetting on the nvidia GPU (reccommended anyway for a PRIME setup) by adding nvidia_drm.modeset=1 to your kernel parameters if you haven't already.

Hi V1del,
I've:
1) reinstalled nvidia and nvidia-utils packages
2) edited /etc/mkinitcpio.conf removing the kms hook and adding nvidia nvidia_modeset nvidia_uvm nvidia_drm i915 modules
3) regenerated the initramfs using mkinitcpio -P
4) added nvidia_drm.modeset=1 to the kernel parameters

After the reboot I've got the broken Plasma again.

Uninstalling nvidia and nvidia-utils packages solved the problem as usual.

Offline

#9 2023-02-24 13:50:14

dcy3rka
Member
Registered: 2022-01-19
Posts: 52

Re: Plasma is broken after last update on my laptop

I had the same problem today with latest updates and without any dedicated graphics card (i915 only). The problem does not exist with a new, untouched user. My solution was then to delete some KDE config files from my buggy user profile and this fixed the problem. Since I deleted a bunch of files I'm not able to say which one led to the problem.

Offline

#10 2023-02-24 13:58:47

dcy3rka
Member
Registered: 2022-01-19
Posts: 52

Re: Plasma is broken after last update on my laptop

Here some logs from journal:

...
Feb 24 10:11:01 <hostname> kwin_wayland_wrapper[2314]: No provider of eglDestroyImageKHR found.  Requires one of:
Feb 24 10:11:01 <hostname> kwin_wayland_wrapper[2314]:     EGL_KHR_image
Feb 24 10:11:01 <hostname> kwin_wayland_wrapper[2314]:     EGL_KHR_image_base
Feb 24 10:11:01 <hostname> kwin_wayland_wrapper[2314]:     EGL 15
Feb 24 10:11:01 <hostname> systemd[1]: Created slice Slice /system/systemd-coredump.
Feb 24 10:11:01 <hostname> systemd[1]: Started Process Core Dump (PID 2724/UID 0).
Feb 24 10:11:01 <hostname> systemd-coredump[2725]: [?] Process 2314 (kwin_wayland) of user 1002 dumped core.
                                                   
                                                   Stack trace of thread 2314:
                                                   #0  0x00007f0fe44a08ec n/a (libc.so.6 + 0x878ec)
                                                   #1  0x00007f0fe4451ea8 raise (libc.so.6 + 0x38ea8)
                                                   #2  0x00007f0fe443b53d abort (libc.so.6 + 0x2253d)
                                                   #3  0x00007f0fe658bc8e n/a (libepoxy.so.0 + 0xbfc8e)
                                                   #4  0x00007f0fe658f52a n/a (libepoxy.so.0 + 0xc352a)
                                                   #5  0x00007f0fe702bc27 n/a (libkwin.so.5 + 0x42bc27)
                                                   #6  0x00007f0fe702dac9 _ZN4KWin9EglDmabufD1Ev (libkwin.so.5 + 0x42dac9)
                                                   #7  0x00007f0fe702f021 _ZN4KWin18AbstractEglBackendD2Ev (libkwin.so.5 + 0x42f021)
                                                   #8  0x00007f0fe6f6c77d n/a (libkwin.so.5 + 0x36c77d)
                                                   #9  0x00007f0fe6dbed3b _ZN4KWin10Compositor4stopEv (libkwin.so.5 + 0x1bed3b)
                                                   #10 0x00007f0fe6db7ab8 _ZN4KWin10Compositor12reinitializeEv (libkwin.so.5 + 0x1b7ab8)
                                                   #11 0x00007f0fe54bea71 n/a (libQt5Core.so.5 + 0x2bea71)
                                                   #12 0x00007f0fe6f0abfa _ZN4KWin9Workspace15slotReconfigureEv (libkwin.so.5 + 0x30abfa)
                                                   #13 0x00007f0fe54bea71 n/a (libQt5Core.so.5 + 0x2bea71)
                                                   #14 0x00007f0fe54c0fcf _ZN6QTimer7timeoutENS_14QPrivateSignalE (libQt5Core.so.5 + 0x2c0fcf)
                                                   #15 0x00007f0fe54b1b56 _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2b1b56)
                                                   #16 0x00007f0fe4b78b5c _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5 + 0x178b5c)
                                                   #17 0x00007f0fe548df48 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x28df48)
                                                   #18 0x00007f0fe54d84b3 _ZN14QTimerInfoList14activateTimersEv (libQt5Core.so.5 + 0x2d84b3)
                                                   #19 0x00007f0fe54d8962 _ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d8962)
                                                   #20 0x000056335cb60712 n/a (kwin_wayland + 0x133712)
                                                   #21 0x00007f0fe54866ec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2866ec)
                                                   #22 0x00007f0fe5491219 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x291219)
                                                   #23 0x000056335ca7d242 n/a (kwin_wayland + 0x50242)
                                                   #24 0x00007f0fe443c790 n/a (libc.so.6 + 0x23790)
                                                   #25 0x00007f0fe443c84a __libc_start_main (libc.so.6 + 0x2384a)
                                                   #26 0x000056335ca7ee95 n/a (kwin_wayland + 0x51e95)
                                                   
                                                   Stack trace of thread 2353:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2356:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2387:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449e294 pthread_cond_timedwait (libc.so.6 + 0x85294)
                                                   #2  0x00007f0fe52eb754 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb754)
                                                   #3  0x00007f0fe52e82f7 n/a (libQt5Core.so.5 + 0xe82f7)
                                                   #4  0x00007f0fe52e432a n/a (libQt5Core.so.5 + 0xe432a)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2357:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2388:
                                                   #0  0x00007f0fe45139df __poll (libc.so.6 + 0xfa9df)
                                                   #1  0x00007f0fe316dc2f n/a (libglib-2.0.so.0 + 0xacc2f)
                                                   #2  0x00007f0fe31150e2 g_main_context_iteration (libglib-2.0.so.0 + 0x540e2)
                                                   #3  0x00007f0fe54d8c6c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d8c6c)
                                                   #4  0x00007f0fe54866ec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2866ec)
                                                   #5  0x00007f0fe52e725f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe725f)
                                                   #6  0x00007f0fe62c00e0 n/a (libQt5Qml.so.5 + 0x2c00e0)
                                                   #7  0x00007f0fe52e432a n/a (libQt5Core.so.5 + 0xe432a)
                                                   #8  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #9  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2343:
                                                   #0  0x00007f0fe45139df __poll (libc.so.6 + 0xfa9df)
                                                   #1  0x00007f0fe316dc2f n/a (libglib-2.0.so.0 + 0xacc2f)
                                                   #2  0x00007f0fe31150e2 g_main_context_iteration (libglib-2.0.so.0 + 0x540e2)
                                                   #3  0x00007f0fe54d8c6c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d8c6c)
                                                   #4  0x00007f0fe54866ec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2866ec)
                                                   #5  0x00007f0fe52e725f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe725f)
                                                   #6  0x00007f0fe730ecba n/a (libQt5DBus.so.5 + 0x23cba)
                                                   #7  0x00007f0fe52e432a n/a (libQt5Core.so.5 + 0xe432a)
                                                   #8  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #9  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2358:
                                                   #0  0x00007f0fe45139df __poll (libc.so.6 + 0xfa9df)
                                                   #1  0x00007f0fe316dc2f n/a (libglib-2.0.so.0 + 0xacc2f)
                                                   #2  0x00007f0fe31150e2 g_main_context_iteration (libglib-2.0.so.0 + 0x540e2)
                                                   #3  0x00007f0fe54d8c6c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d8c6c)
                                                   #4  0x00007f0fe54866ec _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2866ec)
                                                   #5  0x00007f0fe52e725f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe725f)
                                                   #6  0x00007f0fe52e432a n/a (libQt5Core.so.5 + 0xe432a)
                                                   #7  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #8  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2352:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2355:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2351:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2354:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   
                                                   Stack trace of thread 2385:
                                                   #0  0x00007f0fe449b766 n/a (libc.so.6 + 0x82766)
                                                   #1  0x00007f0fe449df90 pthread_cond_wait (libc.so.6 + 0x84f90)
                                                   #2  0x00007f0fdcd0c4ee n/a (iris_dri.so + 0x10c4ee)
                                                   #3  0x00007f0fdccbc8bc n/a (iris_dri.so + 0xbc8bc)
                                                   #4  0x00007f0fdcd0c41c n/a (iris_dri.so + 0x10c41c)
                                                   #5  0x00007f0fe449ebb5 n/a (libc.so.6 + 0x85bb5)
                                                   #6  0x00007f0fe4520d90 n/a (libc.so.6 + 0x107d90)
                                                   ELF object binary architecture: AMD x86-64
Feb 24 10:11:01 <hostname> systemd[1]: systemd-coredump@0-2724-0.service: Deactivated successfully.
Feb 24 10:11:01 <hostname> polkit-kde-authentication-agent-1[2503]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> kwin_wayland_wrapper[2395]: (EE) failed to read Wayland events: Broken pipe
Feb 24 10:11:01 <hostname> kded5[2451]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> org_kde_powerdevil[2504]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> xdg-desktop-portal-kde[2505]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> kded5[2451]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> kactivitymanagerd[2497]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> kactivitymanagerd[2497]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> plasmashell[2480]: The Wayland connection broke. Did the Wayland compositor die?
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-polkit-agent.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-polkit-agent.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-xdg-desktop-portal-kde.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> ksmserver[2452]: The X11 connection broke (error 1). Did the X11 server die?
Feb 24 10:11:01 <hostname> kaccess[2677]: The X11 connection broke (error 1). Did the X11 server die?
Feb 24 10:11:01 <hostname> xembedsniproxy[2506]: The X11 connection broke (error 1). Did the X11 server die?
Feb 24 10:11:01 <hostname> gmenudbusmenuproxy[2502]: The X11 connection broke (error 1). Did the X11 server die?
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-xembedsniproxy.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-xembedsniproxy.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-ksmserver.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-ksmserver.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: app-kaccess@autostart.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: app-kaccess@autostart.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-kactivitymanagerd.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-kactivitymanagerd.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-gmenudbusmenuproxy.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-gmenudbusmenuproxy.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-powerdevil.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-powerdevil.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-plasmashell.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-plasmashell.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-kded.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 10:11:01 <hostname> systemd[2237]: plasma-kded.service: Failed with result 'exit-code'.
Feb 24 10:11:01 <hostname> kwin_wayland[2732]: No backend specified, automatically choosing drm
Feb 24 10:11:02 <hostname> systemd[2237]: plasma-polkit-agent.service: Scheduled restart job, restart counter is at 1.
Feb 24 10:11:02 <hostname> systemd[2237]: plasma-powerdevil.service: Scheduled restart job, restart counter is at 1.
Feb 24 10:11:02 <hostname> systemd[2237]: plasma-plasmashell.service: Scheduled restart job, restart counter is at 1.
Feb 24 10:11:02 <hostname> systemd[2237]: plasma-gmenudbusmenuproxy.service: Scheduled restart job, restart counter is at 1.
Feb 24 10:11:02 <hostname> systemd[2237]: plasma-xembedsniproxy.service: Scheduled restart job, restart counter is at 1.
Feb 24 10:11:02 <hostname> systemd[2237]: Stopped Proxies GTK DBus menus to a Plasma readable format.
Feb 24 10:11:02 <hostname> root[2737]: ACPI group/action undefined: jack/lineout / LINEOUT
Feb 24 10:11:02 <hostname> root[2739]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Feb 24 10:11:02 <hostname> systemd[2237]: Started Proxies GTK DBus menus to a Plasma readable format.
Feb 24 10:11:02 <hostname> systemd[2237]: Stopped KDE Plasma Workspace.
Feb 24 10:11:02 <hostname> systemd[2237]: Starting KDE Plasma Workspace...
Feb 24 10:11:02 <hostname> systemd[2237]: Stopped KDE PolicyKit Authentication Agent.
Feb 24 10:11:02 <hostname> systemd[2237]: Starting KDE PolicyKit Authentication Agent...
Feb 24 10:11:02 <hostname> systemd[2237]: Stopped Powerdevil.
Feb 24 10:11:02 <hostname> systemd[2237]: Starting Powerdevil...
Feb 24 10:11:02 <hostname> systemd[2237]: Stopped Handle legacy xembed system tray icons.
Feb 24 10:11:02 <hostname> systemd[2237]: Started Handle legacy xembed system tray icons.
Feb 24 10:11:03 <hostname> root[2756]: ACPI group/action undefined: jack/lineout / LINEOUT
Feb 24 10:11:03 <hostname> root[2758]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Feb 24 10:11:03 <hostname> polkitd[868]: Unregistered Authentication Agent for unix-session:3 (system bus name :1.74, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: OpenGL vendor string:                   Intel
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: OpenGL renderer string:                 Mesa Intel(R) Xe Graphics (TGL GT2)
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: OpenGL version string:                  4.6 (Core Profile) Mesa 22.3.6
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: OpenGL shading language version string: 4.60
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: Driver:                                 Intel
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: GPU class:                              Tiger Lake
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: OpenGL version:                         4.6
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: GLSL version:                           4.60
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: Mesa version:                           22.3.6
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: Linux kernel version:                   6.1.12
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: Requires strict binding:                no
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: GLSL shaders:                           yes
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: Texture NPOT support:                   yes
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: Virtual Machine:                        no
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
Feb 24 10:11:03 <hostname> kwin_wayland[2732]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
Feb 24 10:11:03 <hostname> kwin_wayland_wrapper[2810]: (WW) Option "-listen" for file descriptors is deprecated
Feb 24 10:11:03 <hostname> kwin_wayland_wrapper[2810]: Please use "-listenfd" instead.
Feb 24 10:11:03 <hostname> kwin_wayland_wrapper[2810]: (WW) Option "-listen" for file descriptors is deprecated
Feb 24 10:11:03 <hostname> kwin_wayland_wrapper[2810]: Please use "-listenfd" instead.
Feb 24 10:11:04 <hostname> root[2819]: ACPI group/action undefined: jack/lineout / LINEOUT
Feb 24 10:11:04 <hostname> root[2821]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Feb 24 10:11:05 <hostname> root[2824]: ACPI group/action undefined: jack/lineout / LINEOUT
Feb 24 10:11:05 <hostname> root[2826]: ACPI group/action undefined: jack/videoout / VIDEOOUT
Feb 24 10:11:05 <hostname> dbus-daemon[2283]: [session uid=1002 pid=2283] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.39' (uid=1002 pid=2742 comm="/usr/lib/org_kde_powerdevil")
Feb 24 10:11:05 <hostname> systemd[2237]: Starting KActivityManager Activity manager Service...
Feb 24 10:11:05 <hostname> kwin_wayland_wrapper[2860]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Feb 24 10:11:05 <hostname> kwin_wayland_wrapper[2860]: > Warning:          Unsupported maximum keycode 708, clipping.
Feb 24 10:11:05 <hostname> kwin_wayland_wrapper[2860]: >                   X11 cannot support keycodes above 255.
Feb 24 10:11:05 <hostname> kwin_wayland_wrapper[2860]: Errors from xkbcomp are not fatal to the X server
...

Offline

#11 2023-02-24 15:00:33

Luca91
Member
Registered: 2019-02-13
Posts: 21

Re: Plasma is broken after last update on my laptop

dcy3rka wrote:

I had the same problem today with latest updates and without any dedicated graphics card (i915 only). The problem does not exist with a new, untouched user. My solution was then to delete some KDE config files from my buggy user profile and this fixed the problem. Since I deleted a bunch of files I'm not able to say which one led to the problem.

Hi, your issue is different.
I can't get a working plasma (when using the nvidia proprietary driver) even after creating a new user.

Offline

#12 2023-02-24 15:18:19

dcy3rka
Member
Registered: 2022-01-19
Posts: 52

Re: Plasma is broken after last update on my laptop

Luca91 wrote:

Hi, your issue is different.

Okay, sorry. I had a black screen with a cursor too since an update. Therefore it seemed to be the same problem...

Offline

Board footer

Powered by FluxBB