Iniciar Raspberry com browser em tela cheia e sem mouse
Ir para navegação
Ir para pesquisar
Instale:
apt-get install unclutter
apt-get install xdotool
Edite
/home/pi/.config/lxsession/LXDE-pi/autostart
e
delete or comment the line with @xscreensaver -no-splash and add
@xset s off
@xset -dpms
@xset s noblank
@unclutter -idle 0
@chromium-browser --noerrdialogs --kiosk --incognito http://www.google.com/
Retirado de: https://www.raspberrypi.org/forums/viewtopic.php?t=163316