-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Greeter is blurry in HiDPI #7
Comments
Someone created this: https://bugs.launchpad.net/elementaryos/+bug/1700688 |
It looks as though this is an upstream issue in clutter-gtk. Even after the avatar widget has now been re-worked to respond to DPI changes, it seems as though clutter does not propagate that event to the GTK widgets in the stage properly. There's information in bugzilla here: There's a patch to fix the issue that landed in |
FWIW - I backported the clutter-gtk and gtk3 patches from the bug reports to xenial (clutter 1.6.6 and gtk 3.18) and set up a PPA for myself. The widgets are still blurry. Tried some steps like rebuilding granite and greeter (from master) and ensuring the gtk3 packages were built and uploaded before the clutter packages in my PPA, also rebooting etc. but to no avail. Probably some other unknown/unresolved bugs in clutter and/or gtk causing the blurred result with hidpi in xenial. So, unless there are any further ideas, we might have to wait for Loki+1 to look forward to further hidpi improvements. Should I just close my PR #51 then? My PPA is here if anyone cares: https://launchpad.net/~vishalrao/+archive/ubuntu/elementaryos |
The bluetooth (and only this one) icon is still blurry in new greeter at 4K and scaling x2. |
@DanyGee can you please report that against the Bluetooth indicator? |
Sure! |
we have the correct UI scale, but all the things in the clutter actor are blurry. It looks like the UI scale is set some time after the greeter is initialized. Either we need to wait until gsd starts up and sets the UI scale, or we need to somehow refresh the actor after the UI scale changes
Launchpad Details: #LP1590548 Daniel Fore - 2016-06-08 20:14:18 +0000
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: