Hi,

Thanks for your reply! I must apologize for the late answer, it seems gmail
filtered the mail.

I previously had set CHROMIUM_FLAGS in /etc/environment. These used to work
for me:

CHROMIUM_FLAGS="--enable-features=UseOzonePlatform --ozone-platform=wayland"

I removed chromium and did dpkg --purge chromium, so the /etc/chromium
directory was gone and moved my ~/.config/chromium directory away. I tried
the three commands:

Wayland doesn't work:

chromium --ozone-platform=wayland
[8051:8051:0315/214032.418318:ERROR:cursor_loader.cc(116)] Failed to load a
platform cursor of type kNull
[8097:8097:0315/214032.422594:ERROR:gpu_init.cc(440)] Passthrough is not
supported, GL is egl, ANGLE is
[8097:8097:0315/214032.425174:ERROR:sandbox_linux.cc(377)]
InitializeSandbox() called with multiple threads in process gpu-process.
[8051:8126:0315/214032.584157:ERROR:wayland_event_watcher.cc(301)] Fatal
Wayland communication error Broken pipe.

X11 works, but looks ugly:

chromium --ozone-platform=x11
libva error: vaGetDriverNameByIndex() failed with unknown libva error,
driver_name = (null)
[8253:8253:0315/214128.450682:ERROR:sandbox_linux.cc(377)]
InitializeSandbox() called with multiple threads in process gpu-process.
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated

--no-sandbox also works (but is x11)

chromium --no-sandbox
libva error: vaGetDriverNameByIndex() failed with unknown libva error,
driver_name = (null)
[8415:8415:0315/214200.223436:ERROR:sandbox_linux.cc(377)]
InitializeSandbox() called with multiple threads in process gpu-process.
*** stack smashing detected ***: terminated
*** stack smashing detected ***: terminated
[8415:8415:0315/214203.784734:ERROR:gl_surface_presentation_helper.cc(260)]
GetVSyncParametersIfAvailable() failed for 1 times!

chromium without any arguments also works in x11 mode. Probably I forgot to
clear something, or the reinstall did something.

Reply via email to