Summary: | kwin crash after enabling desktop effects | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | berner |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | yaroslavkishchenko |
Priority: | NOR | ||
Version: | 4.10.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Xorg.0.log
kwin crash New crash information added by DrKonqi /var/log/X.log.0.log |
Description
berner
2013-04-10 21:08:04 UTC
please see bug #314602 and bug #316869 - there's chance that you're not using fglrx but radeon on fglrx libs. Don't think it'sfglrx vs radeon. But maybe intel ! It's a Radeon HD6400M / Intel hybrid graphics notebook. How can I find out more? attach /var/log.Xorg.0.log and - if possible - the output of "glxinfo" (while i rather expect that to crash as well) Created attachment 78795 [details]
Xorg.0.log
The last Xorg.0.log
Today it behaves different then the last 2 weeks. There also came updates. Now it does not crash anymore when I click on the OpenGL detection button but when I disable the checkbox to enable desktop effects at start. fglrx is loaded but glxinfo shows an error. # lsmod | grep fglrx fglrx 5196509 0 amd_iommu_v2 19068 1 fglrx $ glxinfo name of display: :0 X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 12 Current serial number in output stream: 12 OK, I'll disable fglrx and radeon-driver (blacklist module). Use intel graphics and try to optimize energy consumption. Seems like there is still work in progress with those drivers / hybrid graphics. I'll wait some month and play with those drivers from time to time. Thank you for your help! Should I change Status to RESOLVED? Created attachment 78796 [details]
kwin crash
Another crash file.
This time when I deactivate desktop effects.
It's basically a dupe. You're using the intel module, but accessing the fglrx GL library - what cannot work. You'll probably need sth. like bumblebee for fglrx or pick one GPU or use a second X11 server for fglrx (what includes some script to fix library paths and is near to what bumblebee does), yes. *** This bug has been marked as a duplicate of bug 314602 *** Created attachment 79488 [details]
New crash information added by DrKonqi
kwin (4.10.2) on KDE Platform 4.10.2 using Qt 4.8.4
- What I was doing when the application crashed:
I changed to open gl from x render but it gave ma error then i tried again i got this crash
-- Backtrace (Reduced):
#7 0xb6427402 in glXGetFBConfigs () from /usr/lib/fglrx/libGL.so.1
#8 0xb772c389 in KWin::GlxBackend::initDrawableConfigs (this=this@entry=0x8841810) at ../../kwin/glxbackend.cpp:323
#9 0xb772cab6 in KWin::GlxBackend::init (this=0x8841810) at ../../kwin/glxbackend.cpp:88
#10 0xb7725a83 in KWin::SceneOpenGL::createScene () at ../../kwin/scene_opengl.cpp:224
#11 0xb770d6f5 in KWin::Compositor::slotCompositingOptionsInitialized (this=this@entry=0x85051b8) at ../../kwin/composite.cpp:206
See comments here and esp. on duplicate on what to check and do. Your OpenGL/fglrx installation is broken - not even "glxinfo" will work. Well I do not have /var/log.Xorg.0.log file may be because i already restarted my laptop glxinfo worked as in previous comments yaroslav@kubi-ubi-coding-machin:~$ glxinfo name of display: :0 X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 153 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 12 Current serial number in output stream: 12 and i did not get how berner disabled fglrx and radeon drivers (In reply to comment #10) > Well I do not have /var/log.Xorg.0.log file may be because i already try: "/var/log/Xorg.0.log" - was a typo ;-) Before trying to en/disable this or that you'll first have to figure what is currently installed / loaded - ie. what HW you're actually using. If you mess this up, you'll loose the graphical userinterface, so ensure you've got an editor for the textshell (vim, nano, etc.) Berner added the kernel modules for the AMD Hardware into eg. /etc/modprobe.d/local_blacklist.conf (any config file in that directory will work) - sth. like: blacklist fglrx blacklist radeon Created attachment 79490 [details]
/var/log/X.log.0.log
so should i black list fglrx and radeon or not
i am not good in drivers\hardware
so if you need some more info please ask cause i do not know what to paste
Depends on whether you want to use the intel IGP or the AMD GPU (energy drain ./. processing power) If you want to use the intel chip, just uninstall the fglrx/catalyst package. Otherwise edit /etc/X11/xorg.conf[.d/fglrx.conf] to use the fglrx driver in Xorg. To use both drivers at once, you'll need sth. like laid out here: http://en.gentoo-wiki.com/wiki/Fglrx-hybrid-graphics For help on how to configure X11 please visit forums of Ubuntu or KDE - that's completely out of scope here. |