<div dir="auto">The magic pixel can be disabled in nxagent 3.5.99.16.<div dir="auto"><br></div><div dir="auto">I am wondering why the the WM is relevant. Nxagent is talking to the X server and not the WM. So what does xrandr report on the tce side with and without WM?</div><div dir="auto"><br></div><div dir="auto">Uli</div></div><br><div class="gmail_quote"><div dir="ltr">Stefan Baur <<a href="mailto:X2Go-ML-1@baur-itcs.de">X2Go-ML-1@baur-itcs.de</a>> schrieb am Mi., 16. Mai 2018, 15:25:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 16.05.2018 um 15:11 schrieb Walid MOGHRABI:<br>
> This is a known bug I encountered and this is due to the lack of Window Manager.<br>
> Apparently, the WM is needed to have a good working xinerama.<br>
> <br>
> I fixed this by installing OpenBox in my TCE image and added this line :<br>
> <br>
> <br>
> ============================================================================================<br>
> --- /usr/sbin/x2gothinclientd<br>
> +++ /usr/sbin/x2gothinclientd<br>
> @@ -175,6 +175,9 @@<br>
>                       }<br>
>               }<br>
>  <br>
> +             # Spawn openbox<br>
> +             system("su - x2gothinclient -c \"DISPLAY=:0 openbox &\"");<br>
> +<br>
>               # set screen background to X2Go default blue on all detected screens<br>
>               `DISPLAY=:0 xsetroot -solid "#246ed8"`;<br>
> ============================================================================================<br>
>  <br>
> I also did a few modifications to /etc/xdg/openbox/rc.xml to disable windows borders and a few stuff ... in fact these are just modifications you can find in the TCE Live Build project.<br>
> Please find my rc.xml attached.<br>
> <br>
> Once you do this, everything works just like on your desktop.<br>
<br>
... or not.<br>
<br>
As I said, it also happens in TCE-Live, though only sometimes.<br>
Hooooweveeeerr ... we include code to kill openbox once the NX window<br>
comes up, so that the dreaded magic pixel won't trigger.<br>
<br>
Maybe the act of disabling sometimes happens too soon, and we get a race<br>
condition between the xinerama components and the magic-pixel-workaround.<br>
<br>
Kind Regards,<br>
Stefan Baur<br>
<br>
-- <br>
BAUR-ITCS UG (haftungsbeschränkt)<br>
Geschäftsführer: Stefan Baur<br>
Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364<br>
Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243<br>
<br>
_______________________________________________<br>
x2go-dev mailing list<br>
<a href="mailto:x2go-dev@lists.x2go.org" target="_blank" rel="noreferrer">x2go-dev@lists.x2go.org</a><br>
<a href="https://lists.x2go.org/listinfo/x2go-dev" rel="noreferrer noreferrer" target="_blank">https://lists.x2go.org/listinfo/x2go-dev</a></blockquote></div>