Skip to content

Instantly share code, notes, and snippets.

@anugrahbsoe
Created February 13, 2016 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anugrahbsoe/59c20f76c216a2d33635 to your computer and use it in GitHub Desktop.
Save anugrahbsoe/59c20f76c216a2d33635 to your computer and use it in GitHub Desktop.
story case : ingin menjalankan sebuah portal informasi webbase secara autoload di raspberry menggunakan browser
story case : ingin menjalankan sebuah portal informasi webbase secara autoload di raspberry
menggunakan browser
1.setting browser autoload
--sudo gedit /etc/xdg/lxsession/LXDE-pi
tambahkan script berikut di akhir
chromium --kiosk http://google.com
2.setting resolusi monitor 640x480
--sudo gedit /boot/config.txt
framebuffer_width=640
framebuffer_height=480
3.setting disable suspend/ not sleep raspi
--sudo gedit /etc/lightdm/lightdm.conf
cari kata [SeatDefaults], ubah setingan menjadi
xserver-command=X -s 0 -dpms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment