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

Server resolution does not support hidpi client settings #8

Open
danisla opened this issue Apr 28, 2021 · 2 comments
Open

Server resolution does not support hidpi client settings #8

danisla opened this issue Apr 28, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@danisla
Copy link
Member

danisla commented Apr 28, 2021

If the client device is using resolution scaling or hidpi modes, the server resolution and DPI will not match.

On Xpra, desktop icons and text may appear blurry because the client device is applying local scaling on the DOM elements to make them appear larger.

On WebRTC with remote resizing, the desktop resolution is resized larger than the client viewport, so elements like the task tray are not visible.

@danisla danisla added the bug Something isn't working label Apr 28, 2021
@ehfd
Copy link
Member

ehfd commented Aug 27, 2021

Reference: Xpra-org/xpra-html5#75
Could be useful to refer to how Apache Guacamole and noVNC fixed that.

@danisla
Copy link
Member Author

danisla commented Oct 13, 2021

With Xpra, Fixed with 645877b

@danisla danisla closed this as completed Oct 13, 2021
@danisla danisla reopened this Oct 13, 2021
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