Hi to all
As newbie here I have a demand on Pi4 to setup kiosk on both displays (Chromium or Firefox)
Kind regards
hello,Purdy wrote: ↑Fri Feb 14, 2020 10:15 pmHello. After reading many posts and trying a lot i found this solution. I hope it helps.
Very important is the '&' character after the first chromium call. There are also many parameters included that are very useful in kiosk mode.
Place this 2 lines into your startup file.
@chromium-browser --new-window --user-data-dir=/tmp/browser-1 --window-position="0,0" --start-fullscreen --kiosk --autoplay-policy=no-user-gesture-required --incognito --noerrdialogs --disable-translate --no-first-run --fast --fast-start --disable-infobars --disable-features=TranslateUI --disk-cache-dir=/dev/null http://google.com &
@chromium-browser --new-window --user-data-dir=/tmp/browser-2 --window-position="1920,0" --start-fullscreen --kiosk --autoplay-policy=no-user-gesture-required --incognito --noerrdialogs --disable-translate --no-first-run --fast --fast-start --disable-infobars --disable-features=TranslateUI --disk-cache-dir=/dev/null http://bing.com
Code: Select all
--window-size=1920,0