Skip to content

Instantly share code, notes, and snippets.

@felipe3dfx
Created February 21, 2019 15:36
Show Gist options
  • Save felipe3dfx/1fcd3d7aaddd5f37517f85e2bc1a5913 to your computer and use it in GitHub Desktop.
Save felipe3dfx/1fcd3d7aaddd5f37517f85e2bc1a5913 to your computer and use it in GitHub Desktop.
Setup google chromium kiosk on raspberry

sudo nano /etc/X11/xorg.conf

Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"

Option "suspend time" "0"
Option "off time" "0"
EndSection

sudo nano ~/.config/lxsession/LXDE-pi/autostart

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
#@xscreensaver -no-splash
@xset s 0 0
@xset s noblank
@xset s noexpose
@xset s off
@xset -dpms 0 0 0
@point-rpi
@uncluster
@chromium-browser https://axiacore.com/admin/dashboard/a1b044a2564b6a5b4827a54c22d59b5d8581f5d8/ --window-size=1920,1080 --start-fullscreen --kiosk --incognito --noerrdialogs --disable-translate --no-first-run --fast --fast-start --disable-infobars --disable-features=TranslateUI --disk-cache-dir=/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment