Ferramentas do usuário

Ferramentas do site


embarcados:raspberry_pi

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
embarcados:raspberry_pi [2016/10/27 09:05] – [Raspberry PI kiosk mode with Chromium] Édson Kuzniewskiembarcados:raspberry_pi [2022/05/25 16:24] (atual) – edição externa 127.0.0.1
Linha 1: Linha 1:
 ====== Raspberry PI ====== ====== Raspberry PI ======
 {{:embarcados:raspberry_pi_radio.pdf|}}\\ {{:embarcados:raspberry_pi_radio.pdf|}}\\
-[[http://elinux.org/RPi_Beginners]]+[[http://elinux.org/RPi_Beginners]] \\ 
 + 
 +==== How to install XRDP and have it working ==== 
 +[[http://c-nergy.be/blog/?p=5357]] \\ 
 +[[http://c-nergy.be/blog/?p=5874]] \\ 
 + 
 +<code> 
 +sudo apt-get update 
 +sudo apt-get install xrdp 
 +</code>
  
 ===== Warnings Square ===== ===== Warnings Square =====
Linha 95: Linha 104:
  
 ===== Raspberry PI kiosk mode with Chromium ===== ===== Raspberry PI kiosk mode with Chromium =====
-[[http://lokir.wordpress.com/2012/09/16/raspberry-pi-kiosk-mode-with-chromium/]]  +[[http://lokir.wordpress.com/2012/09/16/raspberry-pi-kiosk-mode-with-chromium/]] \\ 
-[[http://superuser.com/questions/873381/how-can-i-disable-the-chromium-didn-t-shut-down-correctly-message-when-my-brow]]+[[http://superuser.com/questions/873381/how-can-i-disable-the-chromium-didn-t-shut-down-correctly-message-when-my-brow]] \\ 
 +[[http://superuser.com/questions/237608/how-to-hide-chrome-warning-after-crash]]
 <WRAP center round info 60%> <WRAP center round info 60%>
 MODO ANTIGO MODO ANTIGO
Linha 107: Linha 117:
 </code> </code>
  
-**2.** We need to prevent screen from going blank and disable screen saver.+**2.** Here they talk about running this command before starting Chrome to stop the Restore Bar from appearing: 
 +<code bash /etc/rc.local> 
 +sed -i 's/"exited_cleanly": false/"exited_cleanly": true/' \ 
 +    ~/.config/chromium/Default/Preferences 
 +</code> 
 + 
 +**3.** We need to prevent screen from going blank and disable screen saver.
 – edit ''/etc/xdg/lxsession/LXDE/autostart'' and comment # ''screen saver'' line and add those lines: – edit ''/etc/xdg/lxsession/LXDE/autostart'' and comment # ''screen saver'' line and add those lines:
 <code bash> <code bash>
embarcados/raspberry_pi.1477566323.txt.gz · Última modificação: 2022/05/25 16:25 (edição externa)