I have a Unix binary created using QT and OpenGL that I am trying to run on Linux-64. This is a simple visual program that shows 2D and 3D graphics.
I installed all the necessary dependencies, such as the QT and openGL libraries. However, I am stuck with the following error while trying to execute a binary
QXcbIntegration: Unable to create OpenGL platform context, neither GLX nor EGL enabled
However, the binary eventually works, but with some missing features, such as 3D graphics.
My settings include: virtual linux-64 using virtualBox, Vagrant, x-11 forwarding and Mac machine.
source share