Hi:
Just as the topics states, I’m having random freezes in Leap-16, with Plasma (Wayland Session). I’ve been using Opensuse for quite a long time (I started probably when it was just Suse, version 9.2), and usually have been able to check and correct these issues by myself (searching the web, reading wikis…) but, this time, I don’t even know what to look for, since it just happens with no (apparently) repeated pattern whatsoever.
What I have observed is the following:
Any windows open in plasma (no matter if there are many or just one open with a web browser) become unresponsive.
Trying to get into a console is, as well, impossible (ctlr + alt + F1)… any variation to Fx does nothing.
The only possible solution to regain some control over system - besides a hard shutdown - is using SysRq key (in my laptop I have to reconfigure that as well).
I’ve installed and configure in cockpit kdump (Kernel crash dump). In the last freezes, there is nothing at all in /var/crash
I’ve looked into journald register moments before hangs: no warnings, no errors…
Can anybody point me to what to check/look?
Thanks in advance
Do you happen to use any kwin effects? I have rounded corners and on Tumbleweed it caused freezes and Dolphin to crash. Flatpaks would take eons to start. I got rid of it and then it all started working as normal.
Hi there:
No. No kwin effects for now besides those that come precharged in plasma6. I haven’t touch anything in the preferences box yet.
Thank you for answering.
Unfortunately, random freezes can be hard to solve.
In my case, some months ago, I found a workaround after months of freezes when I disabled Extended Idle Power States in BIOS (but in my issue, magic keys didn’t work at all).
Check your memory with memtest and update your BIOS.
Hi again:
After last freeze - just happened yesterday -, I’ve just installed two differente DE (it happened in Plasma + wayland). I’m going with Budgie and XFCE. I was just wondering how to check if it’s wayland with Plasma what is causing the freezes: how can I check out this?
Thank you
I would check the logs… There must be some errors showing… sudo journalctl -p 3 --since yesterday
The -p 3 is just to filter messages with higher priority, like errors.
The --since yesterday is to filter on date, in this example just the messages recorded in the last day.
Not much in those logs… could be the touchpad driver… A good way to verify is to disable the device and see if you still experience freezes.
To disable the device, you need to create a udev file in /etc/udev/rules. The method is explained for example on this page (to apply to your touchpad instead of keyboard)
Simple test. At the Login screen, at the lower-left, click on the Desktop Session menu, then select “Plasma X11”. then enter password to login … test | perform work as usual.
If it does not freeze, then you can dig deeper using wayland. (or simply use X11 to get work done )
Hi:
Thanks. I’ll try that out… In case freezes stop taking place, it would be good to know the cause, since X11 support will be dropped sooner or later…
Hi.
Thank yoru for the tip. It doesn’t make much sense to me either. I’m now trying Plama (X11 session) to see if the freeze happens again or not. In case it does, I’ll check once again… although I guess I’ll leave out the “since yesterday part”.
Hi everyone:
Few days after my last message (8. Dec), and while being in Plasma (X11) a new freeze took place. Once again, journalctl didn’t give any important info besides what I’ve already shared before. But this time, I was aware about what I was doing in my laptop: I was just using chrome, with around 10 tabs opened. I don’t recall what where these about, but the truth is I was using Chrome. So I decided to switch back to Firefox, as a regular browser and check what happen.
The freeze happened again a few days later. My next step was then to turn off (both in firefox and chrome) hardware acceleration: in Firefox it was set to automatic, but I decided to turn it completely off, and in chrome, I just turned it off (graphics acceleration). Well, since then, there has been no freezes at all.
With my limited understanding, this means that either both browsers are at fault, or my freezes has something to do with the dual graphic card my laptop is equipped with (Integrated Intel + NVIDIA Geforce RTX 3060 GPU).
In this sense, I must add that I’ve already configured Switcheroo Control, and, as indicated in https://en.opensuse.org/SDB:NVIDIA_Switcheroo_Control my system is running using the Intel Integrated card:
Result of running switcherooctl list:
So, the question is now if there is a way to rule out that this issue is only related to chrome/firefox and video hardware acceleration, or that it would happen with everything my systems needs to use that video hardware acceleration and use NVIDIA dedicated card.