-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
FullScreen mode in xpra client #972
Comments
Problem: we don't know in advance if the remote session is the same size as the client's screen. If the client then resizes its screen, everything breaks... @akaWolf: thoughts? |
2015-09-03 09:59:02: akaWolf commented
|
#976 could also help: we could also upscale the remote display if the dimensions are so far out that the local display would show only a small rectangle in the middle (as is the case when using a 4k display). |
2015-09-04 10:00:55: akaWolf commented
|
Done using scaling in r10645 (man page update in r10647), use it like so:
And the remote display will be scaled to the size of the local one (see #976 for scaling implementation details). Caveat: this does not handle multiple monitors well on all platforms, if any! I may still try to do unscaled fullscreen, but probably not in this release, in which case the @akaWolf: feedback welcome. |
2015-09-16 09:05:07: akaWolf commented
|
Fullscreen now works quite well for "start-desktop" mode (#1567), you can also make your remote shadow window fullscreen with See also:
|
2017-07-14 14:58:58: antoine uploaded file
|
The patch above kinda works, but is not ready for merging yet:
Related issues fixed:
Re-scheduling. |
Issue migrated from trac ticket # 972
component: client | priority: major
2015-09-01 11:49:27: akaWolf created the issue
The text was updated successfully, but these errors were encountered: