LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: flo_re2003 on January 07, 2012, 23:26:50

Title: Multisampling on Intel HD 3000
Post by: flo_re2003 on January 07, 2012, 23:26:50
Hey there,

I've already queried the internet and tried the IRC channel, but no luck.

I'm running into the following exception when setting the sample value of the PixelFormat to anything other then 0:

org.lwjgl.LWJGLException: Could not choose GLX13 config
        at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
        at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
        at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:782)
        at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
        at org.lwjgl.opengl.Display.create(Display.java:871)
        at org.lwjgl.opengl.Display.create(Display.java:782)


As you mey see, I'm running Linux (2.6.38-13-generic) and glxinfo reports GLX version: 1.4
Why do I get this exception and what does it tell me anyway?

The gfx card is supposed to be capable of at least x2 antialiasing.

Thanks for your help