This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x-rpm-debug in repository nx-libs. from dadb3de nx-libs.spec: make sure pass additional configure flags through, not discard them. new f9b227d nx-X11/programs/Xserver/hw/nxagent/Screen.c: update screen size after modifying CRTC modes. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/programs/Xserver/hw/nxagent/Screen.c | 7 +++++++ 1 file changed, 7 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x-rpm-debug in repository nx-libs. commit f9b227da9e744e005aaa5173372535c8ef55b731 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Dec 24 04:57:12 2017 +0100 nx-X11/programs/Xserver/hw/nxagent/Screen.c: update screen size after modifying CRTC modes. This should get rid of the infamous "800x600 screen size" issue reproduced in X2Go whole display setups. --- nx-X11/programs/Xserver/hw/nxagent/Screen.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c index d642f63..97fe967 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c @@ -4206,6 +4206,13 @@ int nxagentAdjustRandRXinerama(ScreenPtr pScreen) pScrPriv->configChanged = TRUE; } + /* + * Adjust screen size according the newly set modes. + * Not calling this function leads to the initial screen size left in place, + * which is not what we want in case the window is resizable. + */ + RRScreenSizeNotify(pScreen); + /* FIXME: adjust maximum screen size according to remote randr/xinerama setup */ #ifdef DEBUG -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git