https://bugs.kde.org/show_bug.cgi?id=3D321760 --- Comment #25 from Thomas L=C3=BCbking --- (In reply to comment #23) > - if (!s_fbo && GLRenderTarget::supported()) > + if (!s_fbo && GLRenderTarget::supported() && > GLPlatform::instance()->isDirectRendering()) Leaving the crash aside, this does *not* fix the issue of the GMA945 (and apparently also the i830) dropping into (rather unwanted anyway) indirect rendering what seems to be the root cause of effective troubles. By this the patch does also *not* fix the issue, that this indirect context created by glXCreateContextAttribsARB (with an only "0" attribute list) does not paint/update on the GMA945 at all. See comments #21 & #22 Whatever the issue in the server for this might be, the current state break= s a (still quite important?) target architecture - i can open a new bug in doubt ;-) --=20 You are receiving this mail because: You are watching all bug changes.=