terminal: Scroll invalidation seems broken on an RTX 2070?

Environment

Windows build number:  Win32NT 10.0.19042.0 (Microsoft Windows NT 10.0.19042.0)
Windows Terminal version (if applicable): Version: 1.4.3243.0

Any other software?
Ubuntu WSL2 4.19.104-microsoft-standard

Steps to reproduce

  1. Launch Windows Terminal.
  2. Launch an Ubuntu WSL2 session. (Not WSL). This is the Windows 10 Store app, called “Ubuntu”. It’s currently running 20.04 in WSL2.
  3. In Ubuntu WSL, find a directory location where there’s a known cloned .git repository.
  4. In the repository, run git log or git status, if you have a lot of modified changes yet to be committed. This should at least print enough characters in Windows Terminal, that you will definitely need to scroll up/down to view everything that was printed in the window.
  5. Use your mouse and drag the Windows Terminal scrollbar up or down very quickly.
  6. Observe the error. I think the display is not refreshing correctly. (See below)

Expected behavior

I should be able to view text normally.

Actual behavior

GIF

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 23 (8 by maintainers)

Most upvoted comments

@onomatopellan

@tommai78101 It seems you need to specify which one is the High Performance GPU. Can you find something like [this]

No, I’m not on the Windows 10 Insider, since this is is home personal computer. I do not want to be an Insider.

I’m still on the 19042 build, per OP at the top.

And if I switch to Intel UHD Graphics 630, I don’t get that screen tearing.

In both cases, the experiment rendering option, forceFullRepaint is set to false.

GIF