LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: Kron on February 02, 2016, 11:21:11

Title: [SOLVED] OpenGL finding problem with LWJGL 2.9.2+ (Linux)
Post by: Kron on February 02, 2016, 11:21:11
2.9.2, 2.9.3 and 2.9.4 versions of LWJGL have some problem with opengl finding. Because of this, does not run Project Zomboid and Minecraft (no opengl context found in the current thread). But the version 2.9.1 has no such problem. Perhaps it is a bug?

I'm using Debian 8 Jessie with Nvidia 340.96
Title: Re: OpenGL finding problem with LWJGL 2.9.2+ (Linux)
Post by: Kron on February 03, 2016, 09:29:12
I found a solution. It was necessary to install Xrandr. So, versions 2.9.2+ require Xrandr (for all display mode changing as written in full changelog) and older versions do not require it.