GNOME Bugzilla – Bug 350015
Scrolling is not smooth enough
Last modified: 2017-05-11 15:18:01 UTC
Steps to reproduce: 1. Maximize a gnome-terminal, there should be like 140 rows and 60 cols. 2. Start a python interpreter and type "import random; import string; print "".join(random.choice(string.ascii_letters) for x in range(50000))" 3. Press and hold enter. Text will scroll hackisly. It is not smooth at all. Do the same thing in an xterm. Scrolling is extremely smooth. Although this is a stupid example, the same effect is apparent when using gnome-terminal for everyday uses if it is very large. Like 238 rows and 70 cols. The larger the terminal area, the more hackish scrolling becomes.
looks like #159078 : gnome-terminal is really slow when maximized
and #342125
-> vte
bug 350015, bug 439247, bug 532816 and bug 572210 all look very much like addressing the same issue.
Cross-linking this to the Red Hat bugzilla entry (https://bugzilla.redhat.com/show_bug.cgi?id=688127) with some more analysis
Is this still an issue with vte >= 0.43 (git master) ?