-
Notifications
You must be signed in to change notification settings - Fork 207
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
LWJGL seems to be unable to handle connected but disabled outputs #129
Comments
I know this is a little old but if you are using MCP 1.8.9 or any other Minecraft version that uses legacy lwjgl, you can like cause it to launch on wayland/other resolutions by just downloading the xrandr package and then attempting to launch. I still get an error but it launches :P
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did a search on the bug tracker first, but could only find closed issues. Minecraft 1.8.9 seems to use LJWGJL 2.9.4 nightly, so I think this is a separate problem.
My situation is as follows: I play on a laptop with an external screen connected, and I have my internal screen disabled. The output of
xrandr -q
is as follows:This seems to trip up LWJGL, as it causes a NullPointerException:
I did a test where I hacked XRandR's output to show LVDS-1-0 is disconnected. When I do this, LWJGL works correctly. So it seems to be unable to handle LVDS-1-0 being connected but not enabled.
Environment: Ubuntu 15.10 AMD64 / 16.04 AMD64, Java 7, 8 and 9.
x11-xserver-utils
at version7.7+5ubuntu1
.The text was updated successfully, but these errors were encountered: