From unknown Wed Apr 08 06:24:28 2026
X-Loop: owner@bugs.x2go.org
Subject: Bug#370: [X2Go-Dev] Bug#370: RPM package: nx-libs lacks Xinerama support
Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 370@bugs.x2go.org
Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Resent-To: x2go-dev@lists.berlios.de
Resent-CC: X2Go Developers <x2go-dev@lists.berlios.de>
X-Loop: owner@bugs.x2go.org
Resent-Date: Mon, 16 Dec 2013 07:48:01 +0000
Resent-Message-ID: <handler.370.B370.138717945018018@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 370
X-X2Go-PR-Package: nx-libs
X-X2Go-PR-Keywords: 
Received: via spool by 370-submit@bugs.x2go.org id=B370.138717945018018
          (code B ref 370); Mon, 16 Dec 2013 07:48:01 +0000
Received: (at 370) by bugs.x2go.org; 16 Dec 2013 07:37:30 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,
	RCVD_IN_DNSWL_BLOCKED,URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199])
	by ymir (Postfix) with ESMTPS id 48D985DB16
	for <370@bugs.x2go.org>; Mon, 16 Dec 2013 08:37:30 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98])
	by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 9BF21C38;
	Mon, 16 Dec 2013 08:37:29 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 8B2643C04F;
	Mon, 16 Dec 2013 08:37:29 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de
Received: from grimnir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id SlE1eqIeJIXg; Mon, 16 Dec 2013 08:37:29 +0100 (CET)
Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTPSA id 4677E3C02A;
	Mon, 16 Dec 2013 08:37:29 +0100 (CET)
Received: from nocatv2.tng.de (nocatv2.tng.de [213.178.75.58]) by
 mail.das-netzwerkteam.de (Horde Framework) with HTTP; Mon, 16 Dec 2013
 07:37:29 +0000
Date: Mon, 16 Dec 2013 07:37:29 +0000
Message-ID: <20131216073729.Horde.Sd05aE0-e6OxZFoKtFFA8Q5@mail.das-netzwerkteam.de>
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Orion Poplawski <orion@cora.nwra.com>
Cc: 370@bugs.x2go.org, x2go-dev@lists.berlios.de
References: <20131214210037.Horde.7_2m14QeUfyrif-blHLxOg3@mail.das-netzwerkteam.de>
 <52AE61EA.1060702@cora.nwra.com>
In-Reply-To: <52AE61EA.1060702@cora.nwra.com>
User-Agent: Internet Messaging Program (IMP) H5 (6.1.4)
Accept-Language: en,de
Organization: DAS-NETZWERKTEAM
X-Originating-IP: 213.178.75.58
X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101
 Firefox/23.0 Iceweasel/23.0
Content-Type: multipart/signed; boundary="=_jXTspMVBPUm2F5ECmp5hKw1";
 protocol="application/pgp-signature"; micalg=pgp-sha1
MIME-Version: 1.0

This message is in MIME format and has been PGP signed.

--=_jXTspMVBPUm2F5ECmp5hKw1
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes
Content-Disposition: inline

Hi Orion,

On  Mo 16 Dez 2013 03:14:02 CET, Orion Poplawski wrote:

> On 12/14/2013 02:00 PM, Mike Gabriel wrote:
>> Package: nx-libs
>> Severity: important
>> Tag: rpm-package
>>
>> The current RPMs built from nx-libs HEAD lack Xinerama support because
>> of missing symlinks. The links should be created like below when the
>> package libNX_Xinerama gets installed:
>>
>> mike@minobo:/usr/lib64/nx/X11$ ls Xinerama/ -al
>> insgesamt 16
>> libNX_X11.so.6 -> /usr/lib64/libX11.so.6
>> libNX_Xext.so.6 -> /usr/lib64//libXext.so.6
>> libXinerama.so -> ../libNX_Xinerama.so
>> libXinerama.so.1 -> ../libNX_Xinerama.so.1
>
> Shouldn't NX be taught to just use libXinerama.so.1 directly instead?

The libNX_Xinerama.so.1 is very much different from libXinerama.so as  
it retrieves its data about number of screens and screen resolutions  
from a file (and not from hardware).

Scan for NX_XINERAMA_CONF in [1] for details.

Mike

[1]  
http://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=debian/patches/202_nx-X11_enable-xinerama.full.patch
-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
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

--=_jXTspMVBPUm2F5ECmp5hKw1
Content-Type: application/pgp-signature
Content-Description: Digitale PGP-Signatur
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABAgAGBQJSrq25AAoJEJr0azAldxsxIJ8QAItlkoyqYUYM4tFb5Qz4x7oO
48lI2I1kaf4D7v27NpENVasUfLvBW9qT983/aK0Nyq9G7FbKzNitIi+Lbev4LY9H
0nKFtqX9neiF0VHcB1a4WRZO7OnZVYC995tgYPPj1LYgdzwvQlTDgZ3s1B0xlRGd
xjQyK5cegxLF+HAYrd5QrVMIRwGWF+KiT5oYYiBKA8EtaKEZnjSlp2DA8nx43Nj0
f2rh0+QaCSyjXdbjViDg8AepLik5hiLQCVkz4IlinR+FakZFGfNaWj4dGL9TsNgY
Wh2f5LYgwFK2H2LZAVAxmYd+yUQSWns/NTObDgLViAjT2IlMoxh68xZ7eh+aOnea
W/ucNOodt9AtXQztBSzc281MrzwdiUe2bHaJHJrWogeiNo5+fkXCEi2tPcBQ0n+1
5ZAqczFVPFdQFV/wHleD1cYaCUV5uW9IIEHdcKPzOcg3NnYhHuw9i9cND7WWE61B
BRhIrDz0AtW7w9fR1IcALkEza51TxcGXbCX80egScc79qGujw2sWh+1kIPvtwp4Y
YsADrCvN+C5fmqMqpQK7B3Br5FTJ8M51qfVmD3s5ErGo0AeTckxzwxkPr8n6tGbf
SGUt7+7t9ts3X0oY9RBfV+od7c9wV89Yi8+xHpJYL8BkSs/Gzpsn0PviLXz0gyBh
Xcm2SNoKSF4/pVDw3My+
=ZHMW
-----END PGP SIGNATURE-----

--=_jXTspMVBPUm2F5ECmp5hKw1--
