[kwin] [Bug 449519] Screen flickers: Parts of the background are randomly painted when moving cursor or windows on Wayland

2022-02-03 Thread postix
https://bugs.kde.org/show_bug.cgi?id=449519

--- Comment #5 from postix  ---
(In reply to Vlad Zahorodnii from comment #4)
> any ideas why kwin uses a software rasterizer?

I got a little bit further in investigating it: The issue did not come from any
update from KWin (that's good!). However, it appeared since I have `correctly`
installed the `guest additions`:

First I have installed `gcc perl make`, which I had forgotten before, so before
I actually had no additional Kernel module built / installed.
Then via the VBox GUI I have mounted the guest addtions and ran `sudo
/mnt/(...)/VBoxLinuxAddtions.sh` and finally rebooted. 

Now, before and after I did that, I saved the KWin support information and
here's the diff:
`diff kwin_supportInformation_without_linux_additions.txt
kwin_supportInformation_with_linux_addtions.txt`

```
63c63
< Atomic Mode Setting on GPU 0: true
---
> Atomic Mode Setting on GPU 0: false
154c154
< Geometry: 0,0,1920x1080
---
> Geometry: 0,0,1280x800
156c156
< Refresh Rate: 59996
---
> Refresh Rate: 59987
```

Apparently `Atomic Mode Setting on GPU 0` has changed due to the Linux guest
addition installation, but I don't know how why it did that nor how I could
control that and if that's the or a part of the root cause.

Anything else I may check? Does this gives you a hint of what may be going
wrong and why?

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

[kwin] [Bug 449519] Screen flickers: Parts of the background are randomly painted when moving cursor or windows on Wayland

2022-02-02 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=449519

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Vlad Zahorodnii  ---
OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
OpenGL version string: 4.5 (Core Profile) Mesa 21.0.3
OpenGL platform interface: EGL

it appears like you use llvmpipe, it might be a bug in llvmpipe. no kwin change
comes to mind that could have introduced this regression. any ideas why kwin
uses a software rasterizer?

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

[kwin] [Bug 449519] Screen flickers: Parts of the background are randomly painted when moving cursor or windows on Wayland

2022-02-02 Thread postix
https://bugs.kde.org/show_bug.cgi?id=449519

postix  changed:

   What|Removed |Added

Summary|Screen flickers: Parts of   |Screen flickers: Parts of
   |the background are randomly |the background are randomly
   |painted on Wayland  |painted when moving cursor
   ||or windows on Wayland

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