X2Go Bug report logs - #96
X2Go session in fullscreen does not adjust screen resolution to client-side display size

version graph

Package: x2goserver; Maintainer for x2goserver is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goserver is src:x2goserver.

Reported by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Date: Wed, 9 Jan 2013 11:45:53 UTC

Severity: important

Tags: wontfix

Found in version 4.0.0.0

Done: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#96; Package x2goserver. (Wed, 09 Jan 2013 11:45:53 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Wed, 09 Jan 2013 11:45:54 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: christoffer krakou <christoffer@fleten.net>
Cc: submit@bugs.x2go.org
Subject: X2Go session in fullscreen does not adjust screen resolution to client-side display size
Date: Wed, 09 Jan 2013 12:35:36 +0100
[Message part 1 (text/plain, inline)]
Package: x2goserver
Severity: important
Version: 4.0.0.0

Hi Christoffer,

I submit the below issue as a bug to X2Go BTS. I file it against X2Go  
Server for now, however, a real fix is probably needed in nx-libs  
xfixes extension. So we may reassign this issue later...

On Mo 07 Jan 2013 11:01:26 CET christoffer krakou wrote:

> Hello list
>
> [ ...]

> On my Ubuntu 12.04 server. Now, when i connect using the x2goclient, it
> works well when i select a resolution and run it in a window, but when i
> select fullscreen, the resolution is 1920 X 1200, no matter the
> resolution on the client monitor. This results in the Unity controls
> being unusable. Before the upgrades, there were no trouble. Is anyone
> else experiencing the same?

It is very likely that not nx-libs caused this, but an upgrade of  
x2goserver to version 4.0.0.0.

In 4.0.0.0 we have added a configuration file (/etc/x2go/x2goagent)  
that disables the GLX and the XFIXES extension. Obviously, disabling  
the XFIXES extension causes problems in precise's Unity and the screen  
resolution is not set properly anymore.

For now, please comment out this line in x2goagent.options:

--- /etc/x2go/x2goagent.options.orig    2013-01-09 12:27:24.755957564 +0100
+++ /etc/x2go/x2goagent.options 2013-01-09 12:20:13.927957925 +0100
@@ -7,7 +7,7 @@
 # Disable XFIXES.
 # Workaround for  
https://bugs.launchpad.net/ubuntu/+source/libxfixes/+bug/985202
 #
-X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES"
+#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES"

 # Disable GLX, the old mesa version is hopelessly outdated anyways.
 # Unbreaks the gnome3 control center

It seems that the XFIXES extension is used to detect the clients  
screen resolution and hand it over to the desktop shell (or xrandr?).

Still a little in the dark, but the above change in x2goagent.options  
seems to solve the reported issue. However, enabling XFIXES in  
x2goagent again leads to other problems, that were lately discussed on  
IRC. Do what causes least problems for you...

Mike's question at the other devs is: wouldn't it be better to comment  
out the recommended extension disablings as opposed to disabling the  
extension right away and expecting not-so-well tested errors?  
Feedback? Opinions?

Greets,
Mike


-- 

DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#96; Package x2goserver. (Mon, 08 Jan 2024 19:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Mon, 08 Jan 2024 19:45:02 GMT) (full text, mbox, link).


Message #10 received at 96@bugs.x2go.org (full text, mbox, reply):

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 96@bugs.x2go.org, x2go-dev@lists.berlios.de
Subject: Re: [X2Go-Dev] Bug#96: X2Go session in fullscreen does not adjust screen resolution to client-side display size
Date: Mon, 08 Jan 2024 19:44:18 +0000
[Message part 1 (text/plain, inline)]
Control: close -1
Control: tag -1 wontfix

On  Mi 09 Jan 2013 12:35:36 CET, Mike Gabriel wrote:

> Package: x2goserver
> Severity: important
> Version: 4.0.0.0
>
> Hi Christoffer,
>
> I submit the below issue as a bug to X2Go BTS. I file it against  
> X2Go Server for now, however, a real fix is probably needed in  
> nx-libs xfixes extension. So we may reassign this issue later...
>
> On Mo 07 Jan 2013 11:01:26 CET christoffer krakou wrote:
>
>> Hello list
>>
>> [ ...]
>
>> On my Ubuntu 12.04 server. Now, when i connect using the x2goclient, it
>> works well when i select a resolution and run it in a window, but when i
>> select fullscreen, the resolution is 1920 X 1200, no matter the
>> resolution on the client monitor. This results in the Unity controls
>> being unusable. Before the upgrades, there were no trouble. Is anyone
>> else experiencing the same?
>
> It is very likely that not nx-libs caused this, but an upgrade of  
> x2goserver to version 4.0.0.0.
>
> In 4.0.0.0 we have added a configuration file (/etc/x2go/x2goagent)  
> that disables the GLX and the XFIXES extension. Obviously, disabling  
> the XFIXES extension causes problems in precise's Unity and the  
> screen resolution is not set properly anymore.
>
> For now, please comment out this line in x2goagent.options:
>
> --- /etc/x2go/x2goagent.options.orig    2013-01-09 12:27:24.755957564 +0100
> +++ /etc/x2go/x2goagent.options 2013-01-09 12:20:13.927957925 +0100
> @@ -7,7 +7,7 @@
>  # Disable XFIXES.
>  # Workaround for  
> https://bugs.launchpad.net/ubuntu/+source/libxfixes/+bug/985202
>  #
> -X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES"
> +#X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension XFIXES"
>
>  # Disable GLX, the old mesa version is hopelessly outdated anyways.
>  # Unbreaks the gnome3 control center
>
> It seems that the XFIXES extension is used to detect the clients  
> screen resolution and hand it over to the desktop shell (or xrandr?).
>
> Still a little in the dark, but the above change in  
> x2goagent.options seems to solve the reported issue. However,  
> enabling XFIXES in x2goagent again leads to other problems, that  
> were lately discussed on IRC. Do what causes least problems for you...
>
> Mike's question at the other devs is: wouldn't it be better to  
> comment out the recommended extension disablings as opposed to  
> disabling the extension right away and expecting not-so-well tested  
> errors? Feedback? Opinions?

Report is about resizing of Unity7 (2d). Long gone, not supported anymore.

Closing...
Mike
-- 

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

[Message part 2 (application/pgp-signature, inline)]

Marked Bug as done Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de> to 96-submit@bugs.x2go.org. (Mon, 08 Jan 2024 19:45:02 GMT) (full text, mbox, link).


Notification sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Bug acknowledged by developer. (Mon, 08 Jan 2024 19:45:02 GMT) (full text, mbox, link).


Added tag(s) wontfix. Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de> to 96-submit@bugs.x2go.org. (Mon, 08 Jan 2024 19:45:02 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.x2go.org> to internal_control@bugs.x2go.org. (Tue, 06 Feb 2024 06:24:02 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Wed Apr 24 00:54:12 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.