Bug 265165 - [GTK][DMABUF] Rendering problems with non compositing X11 window manager
Summary: [GTK][DMABUF] Rendering problems with non compositing X11 window manager
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-20 16:33 PST by Jan Burgmeier
Modified: 2023-11-20 16:33 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Burgmeier 2023-11-20 16:33:20 PST
Hi all,

since upgrading webkit2gtk from 2.40 to 2.42 we have several rendering problems in our environment. They reach from grey artifacts (mostyly when dragging) to complete white/gray rendered webpages. We assume this might be because of our quite special environment where we use XFCE without compositing on GTK3. We tracked the bug done to occur since the new DMABUF implementation in d2424c0fc67f6a46921edb52874720bb99c0c699. Should this be working on non compositing X11 window managers? we applied a patch to disable DMABUF rendering if the window manager does not support composition. Please let us now if a patch is wanted and if it should work how we can help in debugging the problem.

Regards,
Jan