[Webkit-unassigned] [Bug 219456] [Flatpak][GTK][X11] WebProcess assertion failure with Nvidia drivers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 08:50:15 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219456

--- Comment #13 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to Philippe Normand from comment #12)
> The problem is that by bringing Mesa in our SDK, I had to get rid of the FDO
> GL extension which is able to enable the Nvidia extension too... So this
> won't be easy to revert...
> 
> We'd need to find a way to enable the nvidia extension without bringing back
> the dependency on the GL extension.

Maybe we can have that mesa version installed in a special path like /lib/softGL and before starting the tests add that path to LD_LIBRARY_PATH and LIBGL_DRIVERS_PATH. So we only use the mesa we build for layout tests when is passed '--display-server=xvfb' (the default) or '--display-server=weston'. We did (do?) something like this for JHBuild.

But when running the MiniBrowser or tests with '--display-server=wayland' or '--display-server=xorg' then use the host GL (FDO GL extensions)

WDYT?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201203/c44e1aa1/attachment.htm>


More information about the webkit-unassigned mailing list