OSSystems / meta-browser

OpenEmbedded/Yocto BSP layer for Web Browsers
MIT License
184 stars 191 forks source link

Sunxi lima no output #712

Open nandra opened 1 year ago

nandra commented 1 year ago

Hi,

I've build tip of master and when run on sunxi H5 board I'm getting this and not output on screen. I'm using lima for acceleration:

[297:297:0505/054213.574734:ERROR:ozone_platform_x11.cc(239)] Missing X server or $DISPLAY
[297:297:0505/054213.575182:ERROR:env.cc(255)] The platform failed to initialize.  Exiting.
root@orange-pi-pc2:~# DISPLAY=:0 /usr/bin/chromium --no-sandbox --start-maximized --kiosk https://youtube.com                                                                                                                                  
[320:337:0505/054223.776140:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[320:337:0505/054223.776431:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[350:350:0505/054224.044474:ERROR:egl_util.cc(44)] Failed to load GLES library: libGLESv2.so.2: libGLESv2.so.2: cannot open shared object file: No such file or directory
[350:350:0505/054224.172722:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[320:337:0505/054225.059061:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[320:337:0505/054225.059378:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[320:337:0505/054226.071719:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[320:337:0505/054226.071921:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")

I'm using X11 imagefor this. Thanks.