-
Notifications
You must be signed in to change notification settings - Fork 60
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
HTML5 Client shows shifted and partial xfce4 desktop #4
Comments
2020-10-18 14:54:16: goekce uploaded file
|
Are you sure that connecting through the proxy makes any difference at all? Please include the server log, which will show the client's resolution. |
2020-10-18 15:33:56: goekce commented
|
2020-10-21 16:24:03: goekce commented
|
2020-10-21 16:52:54: goekce commented
|
2020-10-21 19:38:11: goekce commented
|
I also notice a similar problem when using the Shadow Server on a Windows 10 host. No matter which device I use as client (e.g. Android Tablet, Windows PC, Linux PC), the display only shows the middle of the original screen, all other parts (top, bottom, left, right) are missing. |
@toby63 your issue is different: the shadow server uses a fixed size and the html5 client does not do scaling. |
Interesting, thx. Any workaround for this, or will scaling maybe be implemented in the future? |
I have limited time to look into this, but creating a new ticket might help move things along. |
For now, workaround is to use "Client Width" advanced setting in HTML5 to be equal (or longer) of a scaled screen width.
I will extend that functionality this week because I do need it myself, too.
It will work as follows. Suppose we have a PC screen of 1280x1024 with 5:4 aspect ratio and the tablet of 1680x1050 with 16:10.
The workaround is to find the client width using tablet's aspect ratio whose height will be >= 1024 (the desktop PC height), i.e:
width = (1024 * 16 / 10) = 1638.4
With toolbars I set 1700 and go fullscreen and it works.
|
It's very likely that this problem will just go away by using xpra server version 4.4 or later with the dummy driver version 0.4.0 or later. |
Issue migrated from trac ticket # 2909
component: html5 | priority: major
2020-10-18 14:53:37: goekce created the issue
The text was updated successfully, but these errors were encountered: