Open rofrol opened 5 years ago
Looks antialiased to me...
It looks much better in Tilix
or Gnome Terminal
I have the same problem - font doesn't have proper sub-pixel antialiasing, only grayscale antialiasing.
Version: 1.0.103 Platform: Windows 10 x64 18363.657 Plugins: none
From electron's issues it seems it might be caused due to not setting the window to an opaque color:
That brought me to the Electron FAQ, where they apparently give a solution to this same problem: https://github.com/electron/electron/blob/master/docs/faq.md#the-font-looks-blurry-what-is-this-and-what-can-i-do
This problem doesn't occur to me in other Electron apps like Discord or VSCode, but it does appear on this app:
Discord | VS Code | Terminus |
---|---|---|
GitHub:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS - electron/electron
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment. Thank you for your contributions.
No, bot, that they haven't looked into the issue more doesn't mean that it has been fixed.
Yea bot, good boy.
Who have similar problem, you can try old version with "hterm" setting. Tabby version 1.0.151 Settings->Terminal->Frontend: hterm Restart Tabby There i don't have this issue.
I updated recently, and all of a sudden I had this issue. (everything in terminal went blurry, the app itself is fine.) didn't roll back, but I changed the front end to xterm (canvas) , instead of the default xterm(WebGL) and the problem immediately went away.
*Edit - issue still occurred in certain menus, I disabled GPU acceleration and it fixed it globally.
This problem still exisits....
This problem still exisits....
Who have similar problem, you can try old version with "hterm" setting. Tabby version 1.0.151 Settings->Terminal->Frontend: hterm Restart Tabby There i don't have this issue.
Thanks Bro, I changed the setting to canvas instead of webGL, it gets better.
Disable GPU acceleration also works
Can confirm GPU acceleration makes text render poorly, disabling makes it work normally.