I recently moved my desktop to Ubuntu 10.04 (lucid), and with it LWJGL.
However, I'm running into a problem creating the Display window: it would remain invisible until I change its location.
Now, it's even a little weirder than it sounds...
Ubuntu / GTK+ definitely knows the window has been created:
- The workspace switcher (like this: http://www.lions-wing.net/lessons/ubuntu2/work%20space%20switcher.png ), displays the shape of the window correctly.
- I can actually click and drag the window by its title bar.
However, I cannot it unless I change its location either by using
Display.setLocation or by dragging the invisible window.
Once its visible, the problem re-occurs when I minimize the window and bring it back.
I suppose there is some conflict between the repaint and GTK+ in
some way. Is there any solution to this, or can this be considered a bug in LWJGL?
I'm using the LWJGL 2.7 nightly build as of yesterday, btw.
All-clear - since this happened to me with another OpenGL / DirectX (wine) application that definitely doesn't use LWJGL, this is most likely a problem with Ubuntu and/or the ATI drivers. Doesn't fix the problem for me yet, but you may rest and continue this awesomeness. :D