Improper frame rendering #703
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've updated retro term, and saw this

On previous version (1.1.1-2 in arch linux) everything is okay
Here's --verbose output
I have the same issue. Digging up found there was the same bug in 2019. It is related to Nvidia. I tested it to use the Igpu on my laptop instead of the nvidia drivers, and sure enough cool-retro-term rendered fine.
You mean nouveau drivers?
Also having this issue on Arch with official nvidia drivers.
No, sorry for not specifying. So far Nouveau seems to render fine, same as amdgpu and intel. In my case, the problem seems exclusive to the privative Nvidia drivers... I am not 100% sure because amdgpu was tested on a different machine, and nouveau on a different distro (but same 5.16.11 kernel)
I would install nouveau drivers, but it doesn't support power management. Also, if you saw neofetch output, you know that my GPU is discrete, and its name is gt1030
If you have and Intel card, or Ryzen AMD (newer than gen I), I would recommend using hybrid graphics via bbswitch and optimus manager. Cool-Retro-Term and any other 2D app will launch with the integrated graphics, and GPU hungry games will launch with the Nvidia drivers. You can also force launch something with Nvidia with the "__NV_PRIME_RENDER_OFFLOAD=1" parameter.. The only caveat is that you won't have a spare GPU to do a passtrough for virtual machines.
4abbe33
introduced this issue.bump, same issue while using 1.2.0 on Manjaro with NVIDIA proprietary drivers on an RTX 3060ti
Same problem here on Ubuntu 22.04 with propitiatory nvidia drivers.
Will be trying nouveau as a fix, thanks!
Nouveau did fix the frame, but very often locks up my computer when changing settings XD
If you're okay with recompiling from source there's a workable temporary fix in one of the other issues:
https://github.com/Swordfish90/cool-retro-term/issues/739#issuecomment-1347784249