Hello everybody,
I'm actually trying to learn opengl on my free time, but I'm hitting a wall right at the start. I want to display the basic triangle in fullscreen mode, so I went for NEWT. However, as soon as the window is displaying, it shuts down immediately. I tried to search for errors with the debug flags, but I must admit that I didn't really understood what was happening there. Absolutely no errors are showing ( the exception in the output.txt are in fact simple debug messages ). Without debug I only see the following :
01:00:48.196 [main] INFO o.b.keeper.application.Launcher - Starting application ...
Info: XInitThreads() called for concurrent Thread support
01:00:48.656 [main] INFO o.b.k.video.opengl.OpenGLManager - Initializing OpenGL Manager ...
01:00:48.656 [main] DEBUG o.b.k.video.opengl.OpenGLManager - Loading OpenGL Profile
01:00:48.656 [main] DEBUG o.b.k.video.opengl.OpenGLManager - Loading OpenGL Capabilities
Detected screen size 1920x1200
X11Util.Display: Shutdown (close open / pending Displays: false, open (no close attempt): 1/1, open (no close attempt and uncloseable): 1)
X11Util: Open X11 Display Connections: 1
X11Util: [0]: NamedX11Display[:0.0, 0x1e5a8c0, refCount 1, unCloseable false]
X11Util: Pending X11 Display Connections: 1
X11Util: [0]: NamedX11Display[:0.0, 0x1e5a8c0, refCount 1, unCloseable false]
I've uploaded two files :
*
output.txt : the output with some debug messages
*
OpenGLManager.java : the file where all the opengl is happening
I'm on : Ubuntu 11.04 - amd64
Desktop Acceleration : working, but disabled
GPU : ATI Technologies Inc RV770 [Radeon HD 4870]
Driver : radeon & fglrx - same behavior
JVM : openjdk-6
Thanks in advance