nfprojects / nfengine

Game engine
GNU General Public License v2.0
55 stars 4 forks source link

V-Sync does not work on Linux with Integrated graphics #170

Closed lookeypl closed 8 years ago

lookeypl commented 8 years ago

As above - renderer is unable to extract glXSwapIntervalEXT on Linux when launching with integrated graphics:

1.2886 [ERROR  ] /home/lkostyra/qt_workspaces/code/nfengine/nfEngine/Renderers/nfRendererOGL4/Linux/glXExtensions.cpp:26: Unable to retrieve glXSwapIntervalEXT extension function.
1.2886 [WARNING] /home/lkostyra/qt_workspaces/code/nfengine/nfEngine/Renderers/nfRendererOGL4/Extensions.cpp:105: GLX extensions failed to init, some GLX APIs might be unavailable.

Investigate and fix if possible.

Witek902 commented 8 years ago

OGL4 is no longer used, closing