Hi Yves,
Ozone - is the abstraction layer that implements many other backends
like drm, x11, wayland, scenic and etc.
For Linux, only x11 and wayland available. Thus, to enable them, you
have to use the following args:
--------------------
use_ozone=true
ozone_auto_platforms=false
ozone_platform_wayland=true
--------------------
Furthermore, due to security restrictions for the gpu process and the
restrictions that the Wayland backend has, we are using gbm to create
dmabufs and pass them to Wayland.
That is, to be able to run hw accelerate Chromium in a multiprocess
mode, gbm was used. Chromium has own gbm library called minigbm, but it
is more for ChromeOS than Linux.
Though, one is able to run Chromium/Wayland on Linux with that library
as well.
However, it is recommended to use system libraries instead.
--------------------
use_system_minigbm=true
use_system_libdrm=true
--------------------
PS Please bear in mind that Ozone/Wayland is not in production yet and
unexpected failures are expected.
> --
> --
> Chromium Developers mailing list:
chromi...@chromium.org
> View archives, change email options, or unsubscribe:
>
http://groups.google.com/a/chromium.org/group/chromium-dev
> ---
> You received this message because you are subscribed to the Google
> Groups "Chromium-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
chromium-dev...@chromium.org.
> To view this discussion on the web visit
>
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAFpPgjqLGy-uyw8Ok-jsN52KsoYQ9nk2xRqbJXHcQ-yN7s-qMw%40mail.gmail.com
> [1].
>
>
> Links:
> ------
> [1]
>
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAFpPgjqLGy-uyw8Ok-jsN52KsoYQ9nk2xRqbJXHcQ-yN7s-qMw%40mail.gmail.com?utm_medium=email&utm_source=footer
--
Best Regards,
Maksim Sisov