https://bugs.kde.org/show_bug.cgi?id=363079

Thomas Lübking <thomas.luebk...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |UPSTREAM
          Component|general                     |scene-opengl

--- Comment #22 from Thomas Lübking <thomas.luebk...@gmail.com> ---
Ie. it's the clients GL contexts (toolbar and every plasmoid are GL contexts
via QtQuick)
Maybe the GL context of kwin is affected as well (but it would affect the
entire screen then, crossing several windows, also such not using OpenGL, eg.
xterm), but even then it's a bug in the driver (since all GL clients seem
affected)

You can disable hardware acceleration for firefox in "about:config". If KWin
becomes too annoying, resort to XRender compositing.

Marking upstream since though client bugs would be invalid, it's pretty save to
assume that KWin's GL contexts are to be affected as well.

Workaround suggestions (wild shots):

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
   Option      "TearFree"    "true"
EndSection

==== or ====

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
   Option      "DRI" "3"
EndSection

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to