-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
HiDpi problems #111
Comments
If you are running with |
@plfiorini ok, but strange thing is that cursors changes its size when it's inside the shell window |
Ok, I don't see scaling problems if I launch from GDM. |
It seems that all Xorg apps have low dpi interface, including icons, fonts, etc. |
@PoisonousJohn Cursor size is set to 16x16 (see https://github.com/lirios/shell/blob/develop/src/compositor/main.cpp#L72) which works on kms and I tested it on a macBook 13" too. However X11 uses the same environment variables, my guess is that the size changes for that reason. |
With the last commit on Terminal I've got perfect results in both weston and Liri. Will update packages tomorrow. |
Decorations seems fixed too although they screw up badly on maximize, but that might be a QtWayland bug. I need to check what's going on there. |
The text was updated successfully, but these errors were encountered: