Skip to content
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

Open
PoisonousJohn opened this issue Oct 3, 2017 · 7 comments
Open

HiDpi problems #111

PoisonousJohn opened this issue Oct 3, 2017 · 7 comments
Labels
bug Something isn't working

Comments

@PoisonousJohn
Copy link

  • Cursor is too small
  • After I trigger bottom left hot corner and select window, it becomes oversized
  • Window header is too small and I almost don't see minimize/close buttons
  • Terminal font is too small (But I guess it's not related to shell)

image

@plfiorini
Copy link
Member

If you are running with xcb the cursor is not rendered by the shell.

@PoisonousJohn
Copy link
Author

@plfiorini ok, but strange thing is that cursors changes its size when it's inside the shell window

@PoisonousJohn
Copy link
Author

Ok, I don't see scaling problems if I launch from GDM.
But I see problems when I launch Google Chrome. All interface fonts are blurry and of low quality.

@PoisonousJohn
Copy link
Author

It seems that all Xorg apps have low dpi interface, including icons, fonts, etc.

@plfiorini
Copy link
Member

@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.

@plfiorini
Copy link
Member

With the last commit on Terminal I've got perfect results in both weston and Liri. Will update packages tomorrow.

@plfiorini
Copy link
Member

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.

@plfiorini plfiorini added the bug Something isn't working label Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants