It seems that ickle does not use KDE that often. In mesa 9 there was a change that made in patched kwin from KDE 4.4 instable as well. At least compile problems with Intel ddx get fixed very fast in case it happens.
Announcement
Collapse
No announcement yet.
A Bug In The Intel Linux Graphics Driver Is Causing KDE's Plasma 5 To Crash
Collapse
X
-
I actually found a better workaround than using UXA. I set xorg to use DRI version 1 instead of 2 which it used by default and reverted to the not git releases of xf86-video-intel and mesa. So far I have had 0 crashes with DRI1 and SNA, and much better performance than using UXA (I can't notice any difference in performance compared with the default DRI2).
I put this in /etc/X11/xorg.conf.d/20-intel.conf
Code:Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "DRI" "1" EndSection
- Likes 3
Comment
-
Originally posted by persept View PostI actually found a better workaround than using UXA. I set xorg to use DRI version 1 instead of 2 which it used by default and reverted to the not git releases of xf86-video-intel and mesa. So far I have had 0 crashes with DRI1 and SNA, and much better performance than using UXA (I can't notice any difference in performance compared with the default DRI2).
I put this in /etc/X11/xorg.conf.d/20-intel.conf
Code:Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "DRI" "1" EndSection
Thanks been seeing plasma crash quite often on manjaro 0.8.13 myself. guess its just not that often as reported by one arch user. Will head home and try this out and report back !
Comment
-
Originally posted by persept View PostI actually found a better workaround than using UXA. I set xorg to use DRI version 1 instead of 2 which it used by default and reverted to the not git releases of xf86-video-intel and mesa. So far I have had 0 crashes with DRI1 and SNA, and much better performance than using UXA (I can't notice any difference in performance compared with the default DRI2).
I put this in /etc/X11/xorg.conf.d/20-intel.conf
Code:Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "DRI" "1" EndSection
Last edited by byECHO; 06 August 2015, 09:18 AM.
Comment
-
On Fedora 22 KDE spin I had repeated crashes with Nouveau and nVidia with KDE 5. I've switched to GNOME, and so far the stability is flawless.
So how much of these bugs are "KDE exposes graphics driver flaws" and how much are "KDE makes incorrect graphics calls"? I have no idea.
Comment
-
Originally posted by Michael_S View PostOn Fedora 22 KDE spin I had repeated crashes with Nouveau and nVidia with KDE 5. I've switched to GNOME, and so far the stability is flawless.
So how much of these bugs are "KDE exposes graphics driver flaws" and how much are "KDE makes incorrect graphics calls"? I have no idea.
Comment
-
Originally posted by gbcox View PostThere has been a pervasive issue for months with plasma 5 locking up and requiring "killall plasmashell ; plasmashell" and it's certainly not limited to Intel cards... I have an ATI Radeon - same issue. This has been reported and documented ad nauseam and the answer has been "oh you have an intel card"... so yeah, there might indeed be an issue with an Intel driver, but plasma 5 has bigger issues than this... I'm getting the feeling the plasma folks are thinking "oh, it's just intel" - hope that isn't the case, cause it certainly isn't.
Originally posted by artivision View PostXubuntu on Mullins and Radeon driver: I open Thunar and screen hangs for a second and every 5 seconds. Winetricks the same wile the Cooler runs like crazy, some times with Thunar to. Doesn't happen with Catalyst. I work with Pcmanfm for now plus Compton, because not even Vsync works right. The default Xfce compositor does a cut at the upper 1/10 of the screen.
Comment
-
Originally posted by byECHO View PostSo how much of these bugs are "KDE exposes graphics driver flaws" and how much are "KDE makes incorrect graphics calls"? I have no idea.
- Likes 1
Comment
Comment