Hi there,
after initially struggeling to get the combination of xrdp and gnome to work on the Jetson Nano (I eventually gave up and switched to the Mate desktop. BTW that problems seems to be also swras_dri related), I am now trying to solve the next problem, again it seems to be related to the swrast driver / libgl environent on the Nano.
If I try to run glxinfo in a Mate terminal window while being in a xrdp session, I am getting the following error message(s):
$ glxinfo
name of display: :10.0
MESA-LOADER: failed to open swrast (search paths /usr/lib/aarch64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 53
Current serial number in output stream: 52
I already googled around, I even installed the latest MESA libraries and tools. Played around with LD_LIBRARY_PATH settings etc.
I also double checked the links to the key libraries. The swrast_dri.so file seems to be also in the correct location:
/usr/lib/aarch64-linux-gnu/dri/swrast_dri.so
I even created an additional link into /usr/lib/dri, but no change.
That problem doesnāt show if I connect my Nano to a real monitor.
Any ideas? ;)
Thanks in advance, Alexander