You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I wanted to run yarpview on the screen of the ergoCub robot, which is connected to a Xavier board. I tried to launch it from ssh with the following command
yarpview
but I had the error
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Aborted (core dumped)
Then I tried with
DISPLAY=:0 yarpview
and I had
QQmlApplicationEngine failed to load component
qrc:/qml/QtYARPView/main.qml:11 plugin cannot be loaded for module "robotology.yarp.view": Cannot load library /usr/local/src/robot/robotology-superbuild/build/install/lib/qt5/qml/robotology/yarp/view/libQtYARPViewPlugin.so: (/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block)
yarpview starts on the screen. Nonetheless, if I try to connect to a fake frame grabber, the visualization remains black. Interestingly, the statistics are updated, so I imagine that the image is received.
Under the suggestion of @randaz81, I installed mesa-utils and run DISPLAY=:0 glxgears. This works nicely.
Describe the bug
I wanted to run
yarpview
on the screen of theergoCub
robot, which is connected to a Xavier board. I tried to launch it from ssh with the following commandbut I had the error
Then I tried with
and I had
Then with
and I had
Finally with
yarpview
starts on the screen. Nonetheless, if I try to connect to a fake frame grabber, the visualization remains black. Interestingly, the statistics are updated, so I imagine that the image is received.Under the suggestion of @randaz81, I installed
mesa-utils
and runDISPLAY=:0 glxgears
. This works nicely.To Reproduce
Steps to reproduce the behavior:
Run
and in another terminal
and in a third one
Expected behavior
yarpview
should visualize the imageConfiguration (please complete the following information):
Additional context
Add any other context about the problem here.
cc @traversaro @Nicogene @randaz81 @carloscp3009
The text was updated successfully, but these errors were encountered: