Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.39k stars 3.39k forks source link

Font not antialiased #1479

Open rofrol opened 5 years ago

rofrol commented 5 years ago

image

Eugeny commented 5 years ago

Looks antialiased to me... image

rofrol commented 5 years ago

It looks much better in Tilix

image

or Gnome Terminal

image

ror3d commented 4 years ago

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
image image image
GitHub
electron/electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS - electron/electron
stale[bot] commented 4 years ago

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.

ror3d commented 4 years ago

No, bot, that they haven't looked into the issue more doesn't mean that it has been fixed.

rofrol commented 4 years ago

Yea bot, good boy.

shaddu38 commented 3 years ago

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.

jax7778 commented 1 year ago

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.

dezbracaty commented 1 year ago

This problem still exisits....

dezbracaty commented 1 year ago

This problem still exisits....

XiGou commented 6 months ago

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

gazhay commented 5 months ago

Can confirm GPU acceleration makes text render poorly, disabling makes it work normally.