The kiosk mode is essential when implementing an HMI or dashboard with Revolution Pi. In this mode the user has only limited rights and cannot leave the full screen mode of the broswer which starts automatically after booting. Salma shows you how to enable the kiosk mode on Revolution Pi in this how-to tutorial.
Following code is used in the tutorial:
sudo apt-get update
sudo apt-get upgrade -y
sudo apt install chromium-browser -y
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
# Turn off screen saver
#@xscreensaver -no-splash
@xset s off
@xset -dpms
@xset s noblank
# starts Chromium in fullscreen and incognito mode - opens the website
@chromium-browser --incognito --kiosk [ Ссылка ]
Ещё видео!