-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium blurry with "output * scale 2" #1481
Comments
Xwayland does not support scaling. |
Thanks for the quick response. I understand you are working on this longer term with wlroots. Appreciate it. |
@maletor i think you misunderstood: Scaling will ever only work correctly with wayland applications. Chromium still uses X and there for Xwayland unter sway and will not scale correctly until it switches to wayland. |
@torpak but what about Chromium's internal |
@maletor I have no idea, since i don't use chromium. But as i understand it that would be the same for all environments using xwayland for legacy applications. So maybe you should ask chromiums developers? |
Just to provide on update on this for anyone that finds this issue. At some point in the last 2 months this was fixed. With absolutely no changes from me chrome auto-scaling now looks crisp and correct. |
just for the record: https://bugs.chromium.org/p/chromium/issues/detail?id=578890 |
When comparing sway vs i3 with
Xft.dpi 200
, chromium is not doing something correct with the scaling and it appears blurry.Chromium has
force-device-scaling
but it shouldn't be necessary as it can read from the DPI of your screen to set the scale correctly. Is this a bug in Chromium or sway or wlc? Are you able to reproduce?The text was updated successfully, but these errors were encountered: