org.lwjgl.LWJGLException X Error serial 460 error_code BadMatch invalid p

Started by ilbs, April 05, 2008, 15:21:29

Previous topic - Next topic

ilbs

Hi, I have posted in JMonkey forum, but I am thinking this is a LWJGL issue, so I am reposting here. Follow a copy and a link of my previous post.

Hi, anyone know how to fix it? Which version fix this problem?

I am trying with:
LWGL: 1.4 and 2.0
JMonkey: 1.0
Linux Ubuntu 7.04 with Compiz
Graphic Card: Intel
JDK 6

- This error appear when I run HelloWorld example of JME.

org.lwjgl.LWJGLException: X Error - serial: 460, error_code: BadMatch (invalid parameter attributes), request_code: 42, minor_code: 0

com.jme.system.JmeException: Cannot create window: X Error - serial: 460, error_code: BadMatch (invalid parameter attributes), request_code: 42, minor_code: 0


- WindowCreationTest.main(args); of LWJGL return:

Found 4 display modes
Problem retrieving mode with 640x480x16@-1
Problem retrieving mode with 640x480x32@-1
Problem retrieving mode with 800x600x16@-1
Problem retrieving mode with 800x600x32@-1
Problem retrieving mode with 1024x768x16@-1
Problem retrieving mode with 1024x768x32@-1

Thanks in advance.

http://www.jmonkeyengine.com/jmeforum/index.php?topic=4507.0

ilbs