This bug could be seen as a first step (of 3 or so) towards full multi head support. This is the client side part. Besides fixing the worst fullscreen bugs, we need to make it possible to configure which screens the client should cover. For X11 platforms, this means using _NET_WM_FULLSCREEN_MONITORS. We also need to use similar features on the other platforms. Citrix has a very flexible configuration syntax which allows you to exactly control which monitors to use, see: http://support.citrix.com/proddocs/topic/receiver-linux-12-0/linux-troubleshooting-known-issues-display.html But probably this is somewhat overkill at this point. I think it should be sufficient to select between "all" or "current" screen. The time estimation for this bug is the basis for the offer to Saab, see Issue 13107.
Oracle Virtual Desktop Client doc: http://docs.oracle.com/cd/E27795_01/E27796/html/features-multi-monitors.html
TigerVNC fixed in r25479.
tlclient updated in 25481.
Documentation updated in r25484, r25485 and r25487.
Something is wrong. Not resizing properly when I disable multi-head support.
(In reply to comment #5) > Something is wrong. Not resizing properly when I disable multi-head support. Fixed in r25521.
(In reply to comment #6) > (In reply to comment #5) > > Something is wrong. Not resizing properly when I disable multi-head support. > > Fixed in r25521. Follow-up in r25526.
I think we should use the term "multi monitor" rather than "multi head". This is consistent with Wikipedia, the Microsoft documentation etc, and also easier to understand. My suggestion is that we should at least change the user visible naming, ie configuration variable and documentation.
Ie, FULL_SCREEN_MULTI_HEAD should be renamed to FULL_SCREEN_ALL_MONITORS. That would also match the vncviewer param FullScreenAllMonitors.
Issue 13518 and 13431 mentions the same problem that they need to F8 and switch between fullscreen to get desktop covers both screens, comments to/by Pierre is that this is probably a problem tlclient not detecting the total screen area. Problem occurr on Win7 client.
OS X is behaving strangely: - Multi-head just gives a window on the main screen - Non-multi-head works on the main screen, but doing it on the second screen I also get a black main screen. - Keyboard grabbing is a bit wonky. Might be expected, but I need to investigate.
(In reply to comment #8) > I think we should use the term "multi monitor" rather than "multi head". This > is consistent with Wikipedia, the Microsoft documentation etc, and also easier > to understand. My suggestion is that we should at least change the user visible > naming, ie configuration variable and documentation. Fixed in r25622 and r25623.
(In reply to comment #10) > Issue 13518 and 13431 mentions the same problem that they > need to F8 and switch between fullscreen to get desktop covers > both screens, comments to/by Pierre is that this is probably a > problem tlclient not detecting the total screen area. > > Problem occurr on Win7 client. tlclient wasn't properly updated. Fixed in r25624. Still doesn't work though, at least not with Gnome 3. Might be a window manager interaction problem.
Some kind of WM problem. Turned on debugging in mutter and it never seems to consider our window fullscreen. That's why it is resizing it so it only fits the single monitor. Need to dig around more...
This is a bug in Mutter. It doesn't pay attention to _NET_WM_FULLSCREEN_MONITORS on new windows. I've also discovered that it also does silly things with _NET_WM_STATE_FULLSCREEN. Instead of directly presenting the window fullscreen, it resizes it to a "standard" size, then reactivates fullscreen. Need to think about what we can do to work around these issues...
xfwm4 also forgets to check _NET_WM_FULLSCREEN_MONITORS on startup. It does not do the silly toggle of fullscreen though.
Startup full screen hopefully fixed in r25642.
(In reply to comment #11) > OS X is behaving strangely: > > - Multi-head just gives a window on the main screen > Stupid bug in the FLTK patch. Fixed in r25656. > - Non-multi-head works on the main screen, but doing it on the second screen I > also get a black main screen. > Fixed in r25660. > - Keyboard grabbing is a bit wonky. Might be expected, but I need to > investigate. The other fixes sorted out most of this. One issue remains though; grabbing the keyboard on the primary monitor makes it fail to release focus on other monitors. Works fine on a secondary monitor though. This seems to be an OS X bug as I cannot see anything in our code that does something special for the primary monitor. I think we'll just have to live with it for now.
The shield window is acting up again on OS X.
People are not happy with the "full screen" session size changing behaviour depending on the "all monitors" check box. We've decided to clarify things by having explicit session size selections for one and multiple monitors.
(In reply to comment #19) > The shield window is acting up again on OS X. Stupid. Forgot to include config.h properly so the previous fix didn't really work. New vendor drop in r25773.
(In reply to comment #20) > People are not happy with the "full screen" session size changing behaviour > depending on the "all monitors" check box. We've decided to clarify things by > having explicit session size selections for one and multiple monitors. Fixed in r25779. Documentation updated in r25782. Need to fix the screen shot.
*** Bug 4387 has been marked as a duplicate of this bug. ***
Something is broken on Windows. Selecting "Current monitor" results in a 0x0 session.
(In reply to comment #24) > Something is broken on Windows. Selecting "Current monitor" results in a 0x0 > session. Fixed in r25914.
(In reply to comment #22) > > Need to fix the screen shot. Fixed in r25916 on bug 4386.
I get a unwanted behavour with folowing config: Session size: 1024x768 Resize session: Checked Fullscreen: Checked This will start a 1024x768 session in fullscreen which gives me black borders around the session, if i go out of fullscreen and enters fullscreen again the automatic session resize is kicked into action and resizes the session to my current screensize. Wanted behavour would probably be, ignore session size when both automatic resize/fullscreen is checked and make session match client screen size.
I see a strange behavior on this combination of settings on MacOsX: Work area, resize remote session.., fullscreen and enable fullscreen over all monitors. The session is not centered on both monitors, the left one is used with workarea session size from the right monitor, and the right monitor is blank. If i use a lower resolution on left then right monitor which will bring the scrollbars of vnc on the left monitor and scrolls it seems like vnc crashes ?
(In reply to comment #28) > I see a strange behavior on this combination of settings on MacOsX: > > Work area, resize remote session.., fullscreen and enable > fullscreen over all monitors. > > > The session is not centered on both monitors, the left one is used with > workarea session size from the right monitor, and the right monitor is blank. > > If i use a lower resolution on left then right monitor which will bring the > scrollbars of vnc on the left monitor and scrolls it seems like vnc crashes ? this was not reproducible on Win7 klient
(In reply to comment #28) > I see a strange behavior on this combination of settings on MacOsX: > > Work area, resize remote session.., fullscreen and enable > fullscreen over all monitors. > > > The session is not centered on both monitors, the left one is used with > workarea session size from the right monitor, and the right monitor is blank. > > If i use a lower resolution on left then right monitor which will bring the > scrollbars of vnc on the left monitor and scrolls it seems like vnc crashes ? Fixed in r25945.
(In reply to comment #27) > I get a unwanted behavour with folowing config: > > Session size: 1024x768 > Resize session: Checked > Fullscreen: Checked > > This will start a 1024x768 session in fullscreen which gives me black borders > around the session, if i go out of fullscreen and enters fullscreen again the > automatic session resize is kicked into action and resizes the session to my > current screensize. > > Wanted behavour would probably be, ignore session size when both automatic > resize/fullscreen is checked and make session match client screen size. by design
(In reply to comment #30) > (In reply to comment #28) > > I see a strange behavior on this combination of settings on MacOsX: > > > > Work area, resize remote session.., fullscreen and enable > > fullscreen over all monitors. > > > > > > The session is not centered on both monitors, the left one is used with > > workarea session size from the right monitor, and the right monitor is blank. > > > > If i use a lower resolution on left then right monitor which will bring the > > scrollbars of vnc on the left monitor and scrolls it seems like vnc crashes ? > > Fixed in r25945. This is now working.
latest tests done with ThinLinc client build 3670
According to Issue13737, it seems like override-redirect with multimonitor does not work any longer.
WORKSFORME. Tested with build 3676.