1 . Auto start chromium in full screen
Open autostart config file
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
add this line
/usr/bin/chromium-browser --kiosk --disable-restore-session-state http://www.domain.com
2 . Disable mouse cursor
Install unclutter
sudo apt-get install unclutter
Open autostart config file
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
add this line:
@unclutter -idle 0
Comments
Write comments