X2Go Bug report logs - #1510
nx defaults for packing are always overridden

version graph

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

Reported by: uli42@gmx.de

Date: Tue, 1 Dec 2020 12:05:02 UTC

Severity: normal

Found in version 4.1.2.2

Full log


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

Received: (at submit) by bugs.x2go.org; 1 Dec 2020 12:02:38 +0000
From ulrich.sibiller@gmail.com  Tue Dec  1 13:02:37 2020
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
	ymir.das-netzwerkteam.de
X-Spam-Level: *
X-Spam-Status: No, score=2.0 required=3.0 tests=BAYES_50,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,FREEMAIL_REPLYTO,
	FREEMAIL_REPLYTO_END_DIGIT,SPF_HELO_NONE autolearn=no
	autolearn_force=no version=3.4.2
Received: from mail-yb1-xb2e.google.com (mail-yb1-xb2e.google.com [IPv6:2607:f8b0:4864:20::b2e])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 249C45DAF2
	for <submit@bugs.x2go.org>; Tue,  1 Dec 2020 13:02:37 +0100 (CET)
Received: by mail-yb1-xb2e.google.com with SMTP id e81so1601339ybc.1
        for <submit@bugs.x2go.org>; Tue, 01 Dec 2020 04:02:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20161025;
        h=mime-version:reply-to:from:date:message-id:subject:to;
        bh=yKb9U2SMwHK5ePPOGQ+oiRJxZQeXb3DrqJh4MQ9X+9U=;
        b=qNkmt5S+Y95Xn6+hPxtWa4yNdytw2peFuzxLeztPq5gISHbwcMDUiHX3gdu+pJBDQo
         IkI+PG2AwK8lc80P1O9ujY0Q3JFcvQ5Vujn67mReD8nOP9nJdVlM6DhEdcpz513yczuq
         SGy6AXjj7eV8u4QOw+a/EzQzRfEQWzSLpyhN2Son6FNQqkr/0LmRi4u31b1RN6kWOzdE
         bnpZuwvWS4DO8GWIlaV1IqXsUouaewWyINf49nTPZV+HeFHUMg2m0fg/ispcb+cJxBux
         0G1ZULlJ55ZGzkpl2poiUAGGIOe9+EI8YxNAhD8m7pmvhZUs0zShk4Io5XRXsr0y/k+n
         EeJw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20161025;
        h=x-gm-message-state:mime-version:reply-to:from:date:message-id
         :subject:to;
        bh=yKb9U2SMwHK5ePPOGQ+oiRJxZQeXb3DrqJh4MQ9X+9U=;
        b=W/KjULzDRN/PPzZhRin0bZhUu2wxUjxePMBNEHmAPn6bv1XvPomDtgdz0XWuXLaL71
         tZzwir8KXnV6l3Yi9VYjlXXLYHLV4UKJx4F0b+xsPDcvYVpLgj9JiwDVbWNw6kC0avHI
         exysq6pYr3kJvsKyuTbbUu/dhcsb7JJJmsSYtTMFhIrmdiryCArQ9VAweucX/UFIyKgQ
         nV85aFB2Dxk2AHa6qJEkoyznKxfJPrGCB5F/7M03iX7ImgmuXykJixvnEo8GUwWxLzC5
         f9utf18nL77iz1QTsY3LBTOrAG929vz6U2QvpXFXumL6eDsnI5yRIo0eKn4bWBgB/b/I
         u3rw==
X-Gm-Message-State: AOAM532oZ0m/XbZjoaSVKbP5DhoQW3YOZidfO+LUPWTBG1ptiqo9V/dE
	xeBR1oFy1yUAZZXskDLkWA8RPyiSR6OELhN7B2aqIgurL5U=
X-Google-Smtp-Source: ABdhPJzErrwYjOaa0OxcGy3Hkj44foFb0BjxftXKCq938yWA3RoT971FIufuhmLIdhaTKl2tp3stmHp2N7gzNAzCDLs=
X-Received: by 2002:a25:ec08:: with SMTP id j8mr3425939ybh.237.1606824155836;
 Tue, 01 Dec 2020 04:02:35 -0800 (PST)
MIME-Version: 1.0
Reply-To: uli42@gmx.de
From: Ulrich Sibiller <ulrich.sibiller@gmail.com>
Date: Tue, 1 Dec 2020 13:02:09 +0100
Message-ID: <CANVnVY+hjM5+_x6hwvXKXNfQ=GV8v0=as4_1j6js7vCx61Hpzg@mail.gmail.com>
Subject: nx defaults for packing are always overridden
To: submit@bugs.x2go.org
Content-Type: text/plain; charset="UTF-8"
Package: x2goclient
Version: 4.1.2.2

NX has built-in defaults for the image compression parameter which are
based on the selected connection speed. x2goclient does not honor
these defaults but always sets the compression method explicitly. This
means users who want to improve their performance by lowering the link
speed setting (e.g. from wan to adsl) will not get the image
compression nx thinks is best for the link speed but the one that is
pre-defined by x2goclient, which is always 16m-jpeg-9. So they will
not benefit from the best performance.

See https://github.com/ArcticaProject/nx-libs/issues/802 for a
description of the defaults:

-----------------------------------------------
There are some high level compression modes, too, that will map to one
from the list above:
- "lossy" will map to "16m-jpeg"
- "lossless" will map to "16m-rle-9" for link=lan and "16m-bitmap" for
all other link types.
- "adaptive" will choose lossy or lossless, depending on the
characteristics of the image

If no pack method is provided it will be set automatically from the
link parameter:
- modem: adaptive-3
- isdn: adaptive-5
- adsl: adaptive-7
- wan: adaptive-9
- lan: adaptive-9
-----------------------------------------------


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Apr 19 06:02:48 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.