| Summary: | KWin crashed when I tried to activate desktop effects | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | wzab <wzab01> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | francesco.lazzarotto, jonathanmeri, wzab01 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
wzab
2011-11-17 17:50:57 UTC
Created attachment 65787 [details]
New crash information added by DrKonqi
kwin (4.6.5 (4.6.5)) on KDE Platform 4.6.5 (4.6.5) using Qt 4.7.3
- What I was doing when the application crashed:
I tried to activate desktop effects. The crash occured after I pressed the "Apply" button
-- Backtrace (Reduced):
#7 _mesa_base_fbo_format (ctx=0x0, internalFormat=36763) at main/fbobject.c:1158
#8 0xb660d185 in _mesa_soft_renderbuffer_storage (ctx=0x0, rb=0x8803010, internalFormat=36763, width=726, height=627) at main/renderbuffer.c:1696
#9 0xb65e1668 in _mesa_resize_framebuffer (ctx=0x0, fb=0x884be50, width=726, height=627) at main/framebuffer.c:302
#10 0xb6577f37 in XMesaCreatePixmapTextureBuffer (v=0x8442880, p=25173455, cmap=0, format=8409, target=8412, mipmap=1) at xm_api.c:1588
#11 0xb6571ae2 in Fake_glXCreatePixmap (attribList=<optimized out>, pixmap=<optimized out>, config=<optimized out>, dpy=<optimized out>) at fakeglx.c:2176
> _mesa_soft_renderbuffer_storage
On what kind of machine?
That's the software renderer which doesn't work, is not (really) supported and that's probably why compositing is initially turned off ;-)
(Won't be much fun anyway - used to be dogslow)
You can try the xrender backend, but unless that's a virtual machine (and even then, vmvare should do better) you should rather get your xorg setup in shape to use hardware rendering (ie. install the correct driver for your GPU)
*** Bug 286870 has been marked as a duplicate of this bug. *** Yes, the problem was caused by software misconfiguration. I had installed libgl1-mesa-swx11 instead of libgl1-mesa-dri . When I replaced libgl1-mesa-swx11 with libgl1-mesa-dri, problem disappeared. *** Bug 291608 has been marked as a duplicate of this bug. *** *** Bug 318071 has been marked as a duplicate of this bug. *** |