Skip to content

Instantly share code, notes, and snippets.

@nofxx
Last active March 9, 2017 09:39
Show Gist options
  • Save nofxx/02804ef73e14a609e926af6de5356792 to your computer and use it in GitHub Desktop.
Save nofxx/02804ef73e14a609e926af6de5356792 to your computer and use it in GitHub Desktop.
Really quiet plymouth on rpi 3 and bbb
xset s off # don't activate screensaver
xset -dpms # disable DPMS (Energy Star) features.
xset s noblank # don't blank the video device
feh --bg-scale ~/torrefare.png & unclutter &
exec /usr/bin/chromium --kiosk --incognito --disable-translate http://localhost:9292
root=/dev/mmcblk0p2 logo.nologo quiet splash plymouth.ignore-serial-consoles rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 elevator=noop
# Remove boring login from shutdown
rm /etc/systemd/system/getty.target.wants/getty@tty1.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment