-
Notifications
You must be signed in to change notification settings - Fork 56
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
xpra shadows 1080x1920 screen / html5 client shows partial screen #206
Comments
Not sure how this is meant to work. This begs the question: why use shadow mode in the first place? |
Does HTML5 client (Browser) automatically add scroll bar when the height is larger than browser?
When we tried |
IIRC, no, but this shouldn't be too hard to add.
Well, yes. If |
I want to control the existing :0 desktop from remote (like teamviewer or anydesk would do). Those (start-desktop / shadow) way were what I've tried and "seemed to work". Could you please suggest the correct way to use xpra to remote control the existing desktop? |
And IIRC at first we tried this, all the desktop were scaled down with ratio into the browser. But I have no idea when and why it became what the screenshot shows. |
|
Thank you. Is there any way to
|
@totaam This is the same issue that I have told you about a few days ago. Similar issue: #75 P.S. Moving this issue to xpra-html5 is desired. |
@ehfd did you try @basilgello 's "client width" in xpra-html5 v5? |
@totaam I did. But it would be more preferable to automate that with CSS. |
I changed the topic of this issue to reflect display size problem. For keyboard / mouse problem I found that it seemed not related to the display size so I'll start another issue. |
TBH, I'm not sure what either option would do. I'm really not a Javascript guy. What I do know is that the html5 client needs to tell the server about the actual render size, so that if there's any downscaling needed then it will be applied server-side, before compression - not client side which is a complete waste of CPU and bandwidth. The new ticket for clicks not working is: Xpra-org/xpra#3542 |
@ehfd No, that is incorrect. It isn't strictly required. |
@totaam Hmm, okay, I got to test that. |
Also Xpra-org/xpra#2458 would be useful in that case (or #75, but there may be bw savings to be gained) |
Describe the bug
With a special use case we're using vertical screen with resolution 1080x1920. Running
xpra shadow --use-display=yes :0 --bind-tcp=0.0.0.0:33445
starts the xpra server. However when connecting to the server I could only see partial screen and no mouse/keyboard control at all.To Reproduce
Steps to reproduce the behavior:
xpra shadow --use-display=yes :0 --bind-tcp=0.0.0.0:33445
System Information (please complete the following information):
Additional context
A screenshot is here: https://nextcloud.slat.org/index.php/s/P447B3SSBcFi5Ay
you can see only middle part of the desktop is shown.
I can launch a program from the xpra menu Start->(desktop menu) but the mouse and keyboard has no effects.
The text was updated successfully, but these errors were encountered: