Skip to main content
Topic: Openbox freezing frequently (Read 288 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Openbox freezing frequently

In the recent months I've been having a problem with Openbox (using it as WM on LXQt). What happens is that the system partially freezes: I can still see the time and the cpu/ram stats on the panel updating or notifications, but everything else on the system is unresponsive. I can move the mouse but I can't click anywhere and I also can't use keyboard shortcuts.

What I have to do is logging in tty1, exporting
Code: [Select]
DISPLAY=:0
and
Code: [Select]
XAUTHORITY=/tmp/xauth_*****
(the Xauthority file created by SDDM), killing Openbox through htop and then restarting Openbox.

The freeze seems to happen in random moments, but one constant that I've noticed is that it always happens when the typing cursor is active on a window, in other words, when I'm typing.

This is the tty1 output when a freeze happened:
Code: [Select]
X connection to :0 broken (Explicit kill or server shutdown)

Any help in debugging this and find the culprit would be much appreciated  :'(

EDIT: forgot to mention that my problem is exactly the same that is described here or here, but no solutions were given.

Re: Openbox freezing frequently

Reply #1
Any log files would help.
Also, try:
- kernel 6.4, not 6.5
- lts kernel
- with a new user, to rule out any OB or LXQT config

artist

 

Re: Openbox freezing frequently

Reply #2
I've attached the Xorg logs. Which other logs could be helpful?
I'll try to move to the LTS kernel. I can confirm I've had this problem on both linux and linux-zen and I think it was before 6.5.
And I'm now running Openbox with the --debug argument on, so when the next freeze happens I'll report back what the output is.