Plasma/5.7 Errata: Difference between revisions

From KDE Community Wiki
(Undo revision 73972 by Mgraesslin (talk))
(Undo revision 73971 by Mgraesslin (talk))
 
Line 18: Line 18:
=== Heavy rendering artifacts===
=== Heavy rendering artifacts===
Users told us that enabling DRI3 in xorg configuration can circumvent this problem. An alternative can be to use the new OpenGL ES backend in KWin which also seems to circumvent the problem or disable compositing completely.
Users told us that enabling DRI3 in xorg configuration can circumvent this problem. An alternative can be to use the new OpenGL ES backend in KWin which also seems to circumvent the problem or disable compositing completely.
=== Modesettings ===
To circumvent the issues mentioned above it's also possible to switch the Xorg ddx driver from Intel to modesettings. Many distributions do so by default nowadays.


==KWin Wayland==
==KWin Wayland==
* Integration features in Plasma still missing or incomplete (e.g. Pager applet)
* Integration features in Plasma still missing or incomplete (e.g. Pager applet)
* No Drag and Drop from X11 to Wayland windows and vice versa
* No support for xdg_shell which means GTK+ applications cannot be started on Wayland
* Pasting only works as long as not copied from same window (fixed in Frameworks 5.27)
* No Copy/Paste from X11 to Wayland windows and vice versa
* No support for animated mouse cursors [http://bugreports.qt.io/browse/QTBUG-48181 Qt Bug 48181]
* No support for animated mouse cursors [http://bugreports.qt.io/browse/QTBUG-48181 Qt Bug 48181]
* XWayland older than 1.18 lacks features, no touch, no updates on screen hot plug. Recommendation is XWayland 1.18.4 or 1.19
* XWayland older than 1.18 lacks features, no touch, no updates on screen hot plug
* Several effects break multi-screen rendering
* Several effects break multi-screen rendering
* No focus stealing prevention for Wayland windows
* No focus stealing prevention for Wayland windows
Line 34: Line 31:


== Tech Previews ==
== Tech Previews ==
* Plasma Media Center is in tech preview and misses features compared to Plasma Media Center 1
* Breeze Plymouth Theme is in tech preview
* Breeze Plymouth Theme is in tech preview
* Breeze Grub Theme is in tech preview
* Breeze Grub Theme is in tech preview

Latest revision as of 19:38, 12 September 2016

Known issues in the Plasma 5.6 release.

Freezes Using Qt 5.6.0

When using Qt 5.6.0 Plasma loads itself incompletely and with long delays. Deadlocks occur in kded5. Use Qt 5.6.1 instead.

Intel GPUs

We have received many reports on problems with running Plasma on hardware with graphic cards provided by Intel. We are sorry for the inconvenience and are sorry that we are not able to provide a product which is on par on all systems. Our aim is it to have our software run well on all hardware, but we cannot prevent errors in the underlying stack. Our software was hit by surprise by the issues which are from our view regressions in the underlying driver stack as previous versions worked fine. We would have liked to provide workarounds for these issues which can only be fixed by Intel. Unfortunately we were not able to find a satisfying solution. Given that we present here a list of known workaround which can be tried by affected users.

We encourage our users who experience problems to come to forum.kde.org so that we can help with our knowledge and to help us gather more information to provide better workarounds.

Random application crashes

This issue is caused by a (driver bug). A reported workaround is to change AccelMethod to UXA in the xorg configuration and restarting the system. Please refer to documentation provided by your distribution on how to change this.

Heavy rendering artifacts

Users told us that enabling DRI3 in xorg configuration can circumvent this problem. An alternative can be to use the new OpenGL ES backend in KWin which also seems to circumvent the problem or disable compositing completely.

KWin Wayland

  • Integration features in Plasma still missing or incomplete (e.g. Pager applet)
  • No support for xdg_shell which means GTK+ applications cannot be started on Wayland
  • No Copy/Paste from X11 to Wayland windows and vice versa
  • No support for animated mouse cursors Qt Bug 48181
  • XWayland older than 1.18 lacks features, no touch, no updates on screen hot plug
  • Several effects break multi-screen rendering
  • No focus stealing prevention for Wayland windows
  • No window rules support for Wayland windows
  • Screen configuration only partially implemented

Tech Previews

  • Plasma Media Center is in tech preview and misses features compared to Plasma Media Center 1
  • Breeze Plymouth Theme is in tech preview
  • Breeze Grub Theme is in tech preview

Missing features

  • KWin does not provide window tabs
  • Tooltips on window decoration buttons

Configuration changes

Environment variables and shutdown scripts are now sourced from ~/.config/plasma-workspace/env and ~/.config/plasma-workspace/shutdown, respectively. Existing scripts from Plasma 4 should be moved there.