You are not logged in.
Typing lags a lot with Gnome terminal after executing commands such as "ls".
E.g. removing the first character in the line takes 2-3 seconds.
The same issue is with xfce4-terminal.
However, with Konsole or Xterm there's no lag.
There's no lag either in browsers or apps such as LibreOffice, VSCode.
The problem started to occur after removing redundant packages from the system. Or updated all the packages. Not sure what exactly caused this.
There're following entries in the journal after executing commands such as ls and cd. Not sure if related.
tracker-miner-fs-3[5246]: Error creating proxy: Unable to create socket: Operation not permitted (g-io-error-quark, 14)
I've reinstalled Gnome, that didn't help.
My Gnome version is: Version 3.52.0 for GNOME 46
My GPU driver: nvidia 550.67-1, x86_64
Last edited by amatika (2024-03-25 08:24:35)
Offline
I have the same issue but with Terminator. Laggy input screen like if you're using a bad ssh connection.
Gnome console seems work well, but other terminal applications fail.
It's start with GNOME 46 update.
Last edited by amhairghin (2024-03-24 14:53:18)
Offline
gnome-terminal, xfce4-terminal and terminator are all the same: they're wrappers around VTE3.
gnome-console uses VTE4
https://gitlab.gnome.org/GNOME/vte/-/issues/2757 sounds related.
Offline
I have the same issue with gnome-terminal since the gnome 46 update.
When typing into gnome-terminal, my input is not shown immediately, but with a very noticeable lag.
Enabling "Cursor blinking" in the gnome-terminal profile helps with reducing the lag; it seems the blinking cursor triggers a redraw.
xterm, alacritty and gnome-console all work fine.
I use the "nvidia 550.67-1" driver with a GeForce GTX 1650.
Edit:
Downgrading gnome-shell and mutter fixes the issue for me:
pacman -U /var/cache/pacman/pkg/gnome-shell-1:45.5-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/mutter-45.5-1-x86_64.pkg.tar.zst
Edit 2: https://gitlab.gnome.org/GNOME/mutter/-/issues/3384
Last edited by SIGTRAP (2024-03-25 04:35:22)
Offline
gnome-terminal, xfce4-terminal and terminator are all the same: they're wrappers around VTE3.
gnome-console uses VTE4https://gitlab.gnome.org/GNOME/vte/-/issues/2757 sounds related.
Initially I thought about that (that VTE3 could be related), but now I have discovered that you have the lag also in electron applications like for example with teams-for-linux or with Tauri applications like Cinny.
As SIGTRAP comments, the culprit seems to be mutter and the little affection given to X11's nowadays.
Offline
now I have discovered that you have the lag also in electron applications
Offline
now I have discovered that you have the lag also in electron applications
Seems related (with the update I mean)
Last edited by amhairghin (2024-03-25 08:35:58)
Offline
I'm having this issue too; I tried setting GSK_RENDERER=gl like some suggested, which seems to have fixed the problem for the terminator program, but I'm still having the keyboard input lag with 1Password. Seems to be gone in Firefox too.
Diogo Baeder
http://diogobaeder.com.br/
Offline
I am currently experiencing the same. Fresh arch install.
Gnome Console is snappy and fast. Gnome Terminal is un-usable. Laggy.
Offline
I have the same problem. I reverted to gnome 45 for now until this gets fixed. I should note that I also use the nvidia drivers.
Offline
Did you try to export GSK_RENDERER=gl ?
Offline
Yes, that seems to improve things a bit, but the lag is still present. It can be seen, for example, in an ls command, which ends in about half a second, whereas in gnome 45 it was instant.
Offline
It seems there's hope it will be fixed in the next mutter release.
Offline
Seems that applying this patch fixes the problem: https://gitlab.gnome.org/GNOME/mutter/- … 3685/diffs
Offline
I upgraded the system today and everything works fine again. The problem seems to be solved.
Offline
@justpilot: Please edit your topic title to prepend [SOLVED].
Anyone that erroneously set GSK_RENDERER=gl should revert that. The issue is solved with mutter 46.0-3.
Offline
I can also confirm that the latest mutter version solved this issue.
Offline
@justpilot: Please edit your topic title to prepend [SOLVED].
Anyone that erroneously set GSK_RENDERER=gl should revert that. The issue is solved with mutter 46.0-3.
@yochananmarqos: I do not have the rights to do so, as I am not the owner of this topic.
Last edited by justpilot (2024-04-07 20:54:20)
Offline
Solved also for Tilda + Nvidia 1650 Super.
Offline