LWJGL on Linux

I tried porting my lwjgl game to Linux, and ran into the following problems:

Picking (Mouse location) doesn’t work: It seems that the window is
confused as to where the mouse is. However, if you drag the mouse out of
window, in all directions then picking seems to work.

I can’t seem to render in full screen mode if I called glOrtho

Any help would be greatly appreciated.
Thanks !

What specific OS are you using? Which LWJGL version? I’ve done some work on the mouse and cursor positioning lately, which will soon be released as 0.91. You can wait for the release, or use the latest unofficial release at:

http://odense.kollegienet.dk/~naur/lwjgl-20040726-2.zip

  • elias