-
Notifications
You must be signed in to change notification settings - Fork 903
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
Wayland: Blurry cursor when using HiDPI scaling #727
Comments
This is actually an issue with SCTK, but it'll likely require some work in winit too. blocked on Smithay/client-toolkit#47 |
Is this still a issue? |
I can reproduce this on sway 1.4, alacritty 0.4.1 |
@goddessfreya this is an issue and I'm working on it right now. During more extensive testing with winit I've found out a very strange bug with HiDPI cursors. So I'm investigating right now. So it'll likely be blocked until Smithay/client-toolkit#97 will be answered and new 0.6.x release will arrive. |
Note that this commit is only on SCTK |
Perhaps this should be added to the "Wayland metabug" report?
Anyway, I use HiDPI scaling on Linux+Wayland+Sway, and alacritty's cursor it blurry. It has the correct size though, and the rest of the window (i.e. text rendering) is sharp enough.
It doesn't happen, when I turn scaling off.
I know QT apps had the same bug until version 5.12, so I'm quite certain it's a bug in winit.
The fix in QT can be found here: https://codereview.qt-project.org/#/c/225465/
The text was updated successfully, but these errors were encountered: