Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux] OpenGL finding problem 2.9.2+ #128

Open
Kron4ek opened this issue Feb 2, 2016 · 5 comments
Open

[Linux] OpenGL finding problem 2.9.2+ #128

Kron4ek opened this issue Feb 2, 2016 · 5 comments

Comments

@Kron4ek
Copy link

Kron4ek commented Feb 2, 2016

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

@Kron4ek Kron4ek changed the title [Linux] OpenGL finding problem [Linux] OpenGL finding problem 2.9.2/2.9.3 Feb 2, 2016
@Kron4ek Kron4ek changed the title [Linux] OpenGL finding problem 2.9.2/2.9.3 [Linux] OpenGL finding problem 2.9.2+ Feb 2, 2016
@Spasi
Copy link
Member

Spasi commented Feb 2, 2016

Do you have Mesa installed in your system? If yes, does 2.9.2+ work if you uninstall Mesa?

@Kron4ek
Copy link
Author

Kron4ek commented Feb 2, 2016

No, Mesa is not installed.

@Spasi
Copy link
Member

Spasi commented Feb 2, 2016

I went through the change log from 2.9.1 to 2.9.2 and couldn't find anything that might be responsible. Most Linux-related changes had to do with Xrandr.

Would you be able to clone LWJGL, build it locally and try one of the OpenGL demos?

@Kron4ek
Copy link
Author

Kron4ek commented Feb 3, 2016

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.

@ishitatsuyuki
Copy link

Yes, it depends on Xrandr or throws out-of-bound. I have confirmed this and I'd like to bump this for a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants