- Ubuntu 22.04.4 LTS
- Kernel : Linux 6.5.0-28-generic
- Gnome version: 42.9
- Windowing system: X11
I am experiencing another terminal lag with Ubuntu 22.04. Typing is always 1 character late and I am suffering from so many typo in my code due to this issue. System is not lagging, only terminal. My experience is exactly similar with the lag issue due to libmutter
from last month as mentioned in this thread : input delay on Terminal Ubuntu 22.04.4, and the solution was :
sudo add-apt-repository ppa:vanvugt/mutter
sudo apt update && sudo apt upgrade
In fact, my terminal was lagging as well last month, I followed the solution above and it worked well. A few days ago I received kernel update and recently my terminal started to lag again. List of two latest kernels :
dpkg --list | grep linux-image
linux-image-6.5.0-28-generic 6.5.0-28.29~22.04.1 Generic Linux kernel image (running)
linux-image-generic-hwe-22.04 6.5.0.28.29~22.04.1 Signed kernel image generic
I tried with the same solution as before and also tried to reinstall libmutter
but it did not work anymore. When I tried to boot to the other kernel, only 6.5.0-28-generic
is listed in boot options. I couldn't keep track what other packages were upgraded this past month. Any suggestions on how to investigate this issue ?
[Update]
I have confirmed from Ubuntu Bugs Launchpad that the same repeating issue with terminal lag is currently affecting other people as well. Again, it is due to libmutter
update that apparently was implemented without the fix.