cjpollock

Results 5 comments of cjpollock

Interesting. I tried using the balenaOS 2.29.2+rev2 OS and it is still failing with the same on-screen readout, but the Balena logs give me something new: `Failed to start service...

Gotcha. I added UDEV=1 as an ENV variable and also added your new start.sh file and Dockerfile template from your Systemd fork. It is now loading the default Chrome homepage,...

Good call; I updated the code with your last edit and now the website is loading correctly. The only issue now is that the screen is black on one half....

The issue persists. I am doing a little digging myself, but it appears other have had this issue as well: https://unix.stackexchange.com/questions/273989/how-can-i-make-chromium-start-full-screen-under-x

Update: I was able to solve this issue by changing the start.sh file to: `echo "chromium-browser --kiosk --window-size=1920,1080 --app=$URL_LAUNCHER_URL --disable-dev-shm-usage" >> /home/chromium/xstart.sh`