Summary: | Provide some information about the OpenGL renderer early without requiring the creation of a drawable | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Julien Gouesse <gouessej> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED INVALID | ||
Severity: | enhancement | CC: | gouessej, sgothel |
Priority: | --- | ||
Version: | 2.3.0 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: | |
Workaround: | --- |
Description
Julien Gouesse
2014-09-18 12:15:10 CEST
The following exception is thrown when the pbuffer cannot be created: javax.media.opengl.GLException: pbuffer creation error: Couldn't find a suitable pixel format This is reproducible with the default driver and with those provided by the OEM on the Acer Veriton T661 under Microsoft Windows XP Pro with the Intel Q35 Express chip: http://uk.hardware.info/productinfo/56077/acer-veriton-t661 The GDI renderer is already correctly reported as a software renderer and there is no need to expose much more information about the renderer so early to work around some bugs. Maybe the fix of the bug 1077 improves a bit the current situation. I'll open another bug report for the problem with Intel Q35 Express. |