I am planning to use my RPi only for one application, which needs X server to be started.
This application is chromium, which requires A LOT of resources already.
I would like to start only the bare minimum (X server) to display chromium in --kiosk
mode (fullscreen, can't exit, don't show desktop or anything else)
Is it possible, and if so, how?
xinit -e chromium-browser -- ./Xorg -l -c
– Dougie Dec 25 '22 at 01:54