LWJGL Forum

Programming => OpenGL => Topic started by: apoc2050 on November 29, 2007, 04:06:57

Title: Compiz +lwjgl
Post by: apoc2050 on November 29, 2007, 04:06:57
Im not sure if this is specifically a lwjgl issue, but I am seeing an issue where running a program results in a border-less window being created. The opengl content still get rendered but there is no windows, and there are no errors either.

I turned off compiz and the issue went away. So I am certain it is a bad interaction with compiz and something. I am just not sure what. Any help will be appreciated.
Title: Re: Compiz +lwjgl
Post by: elias on November 29, 2007, 08:39:29
I think this a compiz/driver issue. Try running a native (windowed) OpenGL program first to check.

- elias
Title: Re: Compiz +lwjgl
Post by: nicolasbol on February 22, 2008, 15:35:52
Have you tried to do a:

export AWT_TOOLKIT=MToolkit

Before starting your app ?