-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
OpenGL in LWJGL unable to launch in xiwi window #1334
Comments
The xrandr code in the dummy driver isn't a complete implementation, iirc. |
I don't know what xrandr is or what iirc is...
\ \ / / On Mon, Jan 12, 2015 at 9:56 AM, David Schneider [email protected]
|
In your code, I see I'm not sure why no screens are detected, though, as I see one in |
On 1/15/15, drinkcat [email protected] wrote:
\ \ / / |
Could you look into LWJGL source (or file an issue on their github repo) to understand why it is trying to access screen information through xrandr? I don't see the point of doing that in windowed mode... |
Sorry I haven't been here in a while. I have heard this has been fixed and seen evidence that it has been fixed. Thanks for the interest though! And oh boy my internet signature back then. |
When in an
xiwi
window, my program is not able to launch because there is no screen available:Which basically means this:
And since
screens[0]
references the first screen, and it gives anArrayIndexOutOfBoundsException
that means that it is not there.I know what you're thinking:
"Oh... More work on that?"
Find my code here: firestar115/PortaJ
The text was updated successfully, but these errors were encountered: