e0c2fbbcde
lwjgl2 optionally requires the xrandr command line utility on linux, but does not check if the executable actually exists before trying to use it. We can force it to fall back to the xf86videomode implementation by checking for the executable ourselves, and force disabling xrandr with this boolean [1] if it does not exist. Link: https://github.com/LWJGL/lwjgl/blob/2df01dd762e20ca0871edb75daf670ccacc89b60/src/java/org/lwjgl/opengl/LinuxDisplay.java#L214 [1] Signed-off-by: Blake Batson <bbatson101@gmail.com>