Wouter Vanhauwaert
Wouter Vanhauwaert
To make it run in wayland, as a tradeof, I tried XWayland (wayland with the x11 protocol). Epiphany starts fine using X11 backend and also freshplayer tries to load. However,...
Would this wrapper also work on wayland?
Hello, I get following error on my system, running on ARM. I don't need audio at all, as I don't have any soundchip in it. What can I do to...
As I don't have really another place to keep track of this. Is somebody else using freedreno + mesa + wayland + gstreamer video on imx53? It it's using the...
I'm having some issue getting drm to work on imx6 (linux 5.14 / etnaviv). Cog 0.12.0 (WPE WebKit 2.34.5) > Cog-INFO: 17:42:12.791: com.igalia.Cog.Platform: > Cog-INFO: 17:42:12.791: drm - 200/CogDrmPlatform >...
We are running cog on a imx53, using mainline linux + freedreno / mesa. We have an application where we need to have the output exactly as we draw it...
I'm trying to get cog working with drm lease in stead of drm directly. For that I adapted cog-platform-drm.c, to work together with drm-lease-manager (https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/drm-lease-manager.git): ``` #if 0 drmDevice *devices[64];...
Hi, I fixed some deprecated thread API (https://developer.gnome.org/glib/stable/glib-Deprecated-Thread-APIs.html), which prevented it from compiling with newer glib. There's no automatic detection what is used though, I just changed the old to...