Created attachment 41705 [details] Xorg.0.log.old At my almost stable Gentoo I have near the end of /var/log/Xorg.0.log.old : [ 9005.535] Backtrace: [ 9005.536] 0: /usr/bin/X (xorg_backtrace+0x3c) [0x80ea26c] [ 9005.536] 1: /usr/bin/X (0x8048000+0x60fd1) [0x80a8fd1] [ 9005.536] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb78b240c] [ 9005.536] 3: /usr/bin/X (FreeClientResources+0xec) [0x80916cc] [ 9005.536] 4: /usr/bin/X (FreeAllResources+0x5e) [0x809178e] [ 9005.536] 5: /usr/bin/X (0x8048000+0x1d736) [0x8065736] [ 9005.536] 6: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb75cebb6] [ 9005.536] 7: /usr/bin/X (0x8048000+0x1d2c1) [0x80652c1] [ 9005.536] Segmentation fault at address 0x4 [ 9005.536] Fatal server error: [ 9005.536] Caught signal 11 (Segmentation fault). Server aborting [ 9005.536] [ 9005.536] Please consult the The X.Org Foundation support at http://wiki.x.org for help.
FWIW my work around (b/c nearly every KDE 4.4.9 OpenGL screensaver crashes X too) is currently : tfoerste@n22 ~ $ cat /usr/share/X11/xorg.conf.d/99-noAIGLX.conf Section "ServerLayout" Identifier "set AIGLX to False as long as X crashes" Option "AIGLX" "False" EndSection which unfortunately disables compositing effects :-(
I think this is the very same issue as in BUG #32822
Great(In reply to comment #2) > I think this is the very same issue as in BUG #32822 Great hit, solved all issue (even w/ KDE OpenGL screen savers) :-)
(In reply to comment #3) > Great(In reply to comment #2) > > I think this is the very same issue as in BUG #32822 > > Great hit, solved all issue (even w/ KDE OpenGL screen savers) :-) Well, only 1/2 is true - OpenGL problems still do exist.
*** This bug has been marked as a duplicate of bug 32822 ***
*** Bug 33429 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.