[SOLVED]libGL error: failed to load driver: swrast

Hello All
In Qt Creator i have such kind of problem when trying to run project:
QML debugging is enabled. Only use this in a safe environment.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
below glxinfo output:
How to solve this problem?
Regards,
Jasur
In Qt Creator i have such kind of problem when trying to run project:
QML debugging is enabled. Only use this in a safe environment.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
below glxinfo output:
- Code: Select all
[jasur@localhost lib64]$ glxinfo | grep "version"
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 3.3.0 NVIDIA 340.108
OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL version string: 3.3.0 NVIDIA 340.108
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
OpenGL ES profile version string: OpenGL ES 2.0 NVIDIA 340.108 340.108
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.00
How to solve this problem?
Regards,
Jasur