cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

widgets not visible OrangePi Plus #870

Closed nsklyarov closed 3 years ago

nsklyarov commented 3 years ago

Hi, i try compile CubicSdr on:

OrangePi Plus 2e Ubuntu 16.04.7 xenial armv7l

..according to wiki instructions.

All steps go through without errors, but when I launched Cubic and selected the required device, Cubic did not display Waterfall and other widgets:

1609167468402 remmina-2021-1-15-1:3:41 934991

What could be the problem? Thanks

nsklyarov commented 3 years ago

maybe the case is in libGL.so, cannot find this library on the system

vsonnier commented 3 years ago

maybe the case is in libGL.so, cannot find this library on the system

Of course it is, CubicSDR is an OpenGL application : you need WxWidgets compiled with OpenGL support, AND your Pi must have Hardware acceleration.

nsklyarov commented 3 years ago

Yes, you are right. the problem is not in the assembly, the problem is that I ran the application through VNC. VNC does not support openGL, but the board itself supports. if I use the board directly - then all is well. Thank you for your prompt reply.