X2Go Bug report logs - #843
Wrong colors in X2GoClient on Raspberry Pi

version graph

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

Reported by: Office NextITLevel GmbH <office@nextitlevel.de>

Date: Fri, 10 Apr 2015 16:45:02 UTC

Severity: normal

Found in version 4.0.3.2-0x2go1

Full log


đź”— View this message in rfc822 format

X-Loop: owner@bugs.x2go.org
Subject: Bug#843: Wrong colors in X2GoClient on Raspberry Pi
Reply-To: Office NextITLevel GmbH <office@nextitlevel.de>, 843@bugs.x2go.org
Resent-From: Office NextITLevel GmbH <office@nextitlevel.de>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Fri, 10 Apr 2015 16:45:02 +0000
Resent-Message-ID: <handler.843.B.14286842113327@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: report 843
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by submit@bugs.x2go.org id=B.14286842113327
          (code B); Fri, 10 Apr 2015 16:45:02 +0000
Received: (at submit) by bugs.x2go.org; 10 Apr 2015 16:43:31 +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,
	T_FILL_THIS_FORM_SHORT,URIBL_BLOCKED autolearn=ham version=3.3.2
X-Greylist: delayed 307 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Fri, 10 Apr 2015 18:43:29 CEST
Received: from mail.nextitlevel.com (mail.nextitlevel.com [78.142.141.165])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 537E35DA7B
	for <submit@bugs.x2go.org>; Fri, 10 Apr 2015 18:43:29 +0200 (CEST)
Received: from VSRV15.nit.local (10.99.1.115) by vSRV15.nit.local
 (10.99.1.115) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Fri, 10 Apr
 2015 18:38:21 +0200
Received: from VSRV15.nit.local ([fe80::d811:3787:7576:d066]) by
 vSRV15.nit.local ([fe80::d811:3787:7576:d066%15]) with mapi id
 15.00.1044.021; Fri, 10 Apr 2015 18:38:21 +0200
From: Office NextITLevel GmbH <office@nextitlevel.de>
To: Stefan Baur <x2go-ml-1@baur-itcs.de>, "submit@bugs.x2go.org"
	<submit@bugs.x2go.org>
CC: "office@NiuCo.de" <office@NiuCo.de>, Michael DePaulo
	<mikedep333@gmail.com>, Mihai Moldovan <ionic@ionic.de>
Thread-Topic: Wrong colors in X2GoClient on Raspberry Pi
Thread-Index: AQHQc3PtzRC3OXZGs0SOBzNwTjfdU51GZeuw
Date: Fri, 10 Apr 2015 16:38:21 +0000
Message-ID: <db74c5a06efe4a73a9a733a5405f7ac5@vSRV15.nit.local>
References: <55279D21.3040206@baur-itcs.de>
In-Reply-To: <55279D21.3040206@baur-itcs.de>
Accept-Language: de-DE, en-US
Content-Language: de-DE
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [188.118.247.94]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
package: x2goclient
version: 4.0.3.2-0x2go1

Dear Stefan,

the GPU memory is defined in the file /boot/config.txt.  The bios on ARM computers
is on the boot file system.
I add here the parameter at the end of the file /boot/config.txt:
---------
gpu_mem=128
---------

You can do this with your favorite editor, or use  
$ sudo raspi-config
-> 8 Advanced Options
     -> A3 Memory Split
---------------

I think 128MB is the max, if your system has only 512MB memory.  
Full HD resolution is 1920 * 1080 = 1,966,080 
and this number * 24bit colour = 47,185,920.

I am not an expert with graphics but I think you should have all colors.

There is another thing that I would like to mention.
I one of the latest x2go reports I saw the keyword 
DEB_DISTS_SUPPORTED="raspbian"
-----------
Please do not use raspbian, because it is not suitable for professional X2Go support.
Raspbian is very nice and great, but too much software is part of the package.

Now I use Minibian (can be downloades from http://sourceforge.net/projects/minibian/ )
This is much smaller than standard Raspbian and you do not have to uninstall so 
much software. On the other side it is compatible with Raspbian.
Only this change is needed in file 
/lib/udev/rules.d/75-persistent-net-generator.rules
and change here at line 20, “device name whitelist”, to this:
—–
# device name whitelist
KERNEL!=”ath*|msh*|ra*|sta*|ctc*|lcs*|hsi*”, \
GOTO=”persistent_net_generator_end”
—–
And then delete the file /etc/udev/rules.d/70-persistent-net.rules
------
This is needed so that the system always generates a new eth0 device.

The most professional supporter for X2Go on the Raspberry PI is Gibbio.
I do not know more about this person.  He uses standard Debian SID
with X2Go and you can see the announcement at 
http://rpitc.blogspot.de/2015/02/testing-raspberry-pi-2-thinclient-with.html

You have to think about it, that on the Raspberry Pi you have Debian, Fedora
and Ubuntu and many more operating systems.  And as I see it on the X2Go 
doc page, all of those operating systems are supported.

I think the difference between Debian Wheezy and Debian Jessie is much bigger
then between Debian and Raspbian.

I also think the different window manager like lxde and xfce make it also difficult 
for developers.  So why care about Raspbian.  There are so many armhf devices
coming out, like the Banana PI or the Orange PI or all the other clones.

Have a nice weekend,
Franz LĂĽckl

for NiuCo UG (haftungsbeschränkt)
Huberweg 32b
69198 Schriesheim

Geschäftsführer:
Dr.-Ing. Karl-Heinz Hellmann

Handelsregister HRB 716871, Mannheim
USt-Id-Nr. DE289149879

Telefon: 	+49 6203 6792 866
Mobiles Festnetz:   	+49 69 3487 8985
Mobil:    	+49 152 3437 5620
Fax:       	+43 1 89 00 2999

mailto:technik@niuco.de 
Internet Home Page:  http://www.niuco.de
-----------------------------------------------------------------------------------------------------------

package: x2goclient
version: 4.0.3.2-0x2go1

Hi,

When starting X2GoClient in fullscreen mode on a Raspberry Pi (running
Raspbian 7.8), the X2GO logo that appears on the black startup screen is
shown in green rather than in the usual grey.

Also, when running LibreOffice Impress, things look OK while composing a
presentation, but switching to presentation mode, the colors are wrong
again.

This may be related to a color depth setting somewhere? IDK. Would love
to hear other people's ideas and opinions as to how to find out what's
going wrong.
A sample system where we can try out things is available, it has been
donated to the project by the Niuco company.


-Stefan

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Wed Apr 24 06:20:24 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.