System with freezing in some actions

could it be related to

Freeze when receiving a keypress from a different input device than the last keypress

I got this issue, when using keyboard and mouse with binded keys while gaming.

EDIT:

I resolved my issue. The problem is indeed with mutter. At least in my case. So what i did?

git clone https://aur.archlinux.org/mutter-performance.git
cd mutter-performance

i added to end of the prepare function in PKGBUILD file following line

sed -i '/case XkbNewKeyboardNotify:/d' src/backends/x11/meta-backend-x11.c

i also removed from makedepends object glib2-devel as it is provided by glib2 package and manjaro is behind or something.

and last i ran makepkg -si and rebooted. that’s it!

Hello!
Sorry about my late reply.
Very busy here.

Thanks! I will give a shot later, if needed.

So, in the Stable Update from 2024-07-01, the problem disappear. mutter got updated from 46.2-1.0 to
46.2-1.3, and maybe that’s it.

I will keep the thread open, because there is a new stable update here. If the problem don’t come back, I will return and mark as solved.

Anyway, thanks everyone for your time and effort.

Long live to Manjaro!

1 Like

Hello!
Confirming that in the Stable Update from 2024-07-01 the problem was fixed, and since the 2024-07-16 Stable Update everything just keep working.
So, problem solved.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.