On 08/01/17 14:59:49 CET, Shawn Sorbom wrote: > On Wednesday, January 4, 2017 7:48:31 AM PST newbee...@nativobject.net wrote: > > Le 16/12/2016 à 17:56, Gard Spreemann a écrit : > > > On Wednesday, 14 December 2016 14:36:27 CET bruno zanetti wrote: > > >> It's likely https://bugs.kde.org/show_bug.cgi?id=373131 > > > > > > Thanks, that's useful. > > > > > > Should we hope that Debian bugs #846779 and #847025 cover our > > > situation, or should we file a separate bug against xserver-xorg-core? > > > > > > At any rate, it seems clear that this is a bug with Xorg upstream. > > > > > > Best, > > > Gard > > > > Hi, > > > > It is a big problem, now I need to kill plasmashell every time something > > is > > animated (icons, network connections, download prgression...)... > > > > The only workarround I have is to kill and restart : > > $ killall plasmashell > > $ kstart plasmashell > > > > I can reproduce it both on my desktop (using nouveau graphic driver with > > an > > NVidia card) and my laptop (intel graphic card) > > > > Is there any news concerning that issue ? > > > > Regards > > > > Mourad > > The last activity on this thread was Dec 26, I can confirm that it is still > happening as of Jan 6 (my last stretch update). Has there been any progress > on this in unstable? > > Thanks, > --Shawn
Hi I'm on Debian Stretch but I'm not experiencing the issues you're discussing here. However I remember to have had similar issues with Plasma 5 and Intel drivers. As a workaround I used this /etc/X11/xorg.conf.d/20-intel.conf: > Section "Device" > Identifier "Intel Graphics" > Driver "intel" > Option "AccelMethod" "sna" > Option "TearFree" "true" > Option "DRI" "3" > EndSection Given also the previous messages about this topic, enabling DRI3 indeed seems to solve the problem. Anyhow, I discovered that the problem was with the i8xx i9xx display driver, provided by the automatically installed xserver-xorg-video-intel package, which could be not required by new hardware as reported in the description: > This package provides the driver for the Intel i8xx and i9xx family of > chipsets [...] The use of this driver is discouraged if your hw is new > enough (ca. 2007 and newer). You can try uninstalling this driver and let > the server use it's builtin modesetting driver instead. I tried to uninstall this package as suggested and the problem was solved: > sudo rm /etc/X11/xorg.conf.d/20-intel.conf > sudo apt purge xserver-xorg-video-intel && sudo reboot Ciao Francesco