Outils pour utilisateurs

Outils du site


msprdv

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
msprdv [2022/06/18 20:51] ptitfrapmsprdv [2022/06/19 07:15] (Version actuelle) ptitfrap
Ligne 2: Ligne 2:
 [[https://pimylifeup.com/raspberry-pi-kiosk/]] [[https://pimylifeup.com/raspberry-pi-kiosk/]]
  
-  sudo apt-get install --no-install-recommends xserver-xorg x11-xserver-utils xinit openbox+  sudo apt-get install --no-install-recommends xserver-xorg x11-xserver-utils xinit lightdm openbox  
 +   
 +  sudo apt-get install dunst python3-pip  
 +   
 +  pip install pyinput 
 +   
 +Default to desktop no autologin from raspi-config
      
-For autologin ton desktop 
-  lightdm 
  
   sudo apt-get install --no-install-recommends chromium-browser   sudo apt-get install --no-install-recommends chromium-browser
Ligne 40: Ligne 44:
   - Disable Pi logo's: Add logo.nologo to the /boot/cmdline.txt file   - Disable Pi logo's: Add logo.nologo to the /boot/cmdline.txt file
   - Mute kernel logs (only show critical errors): Add loglevel=3 to the /boot/cmdline.txt file   - Mute kernel logs (only show critical errors): Add loglevel=3 to the /boot/cmdline.txt file
-  - Remove blinking cursor: Add vt.global_cursor_default=0 to the /boot/cmdline.txt fil+  - Remove blinking cursor: Add vt.global_cursor_default=0 to the /boot/cmdline.txt file 
 + 
 + 
msprdv.1655578271.txt.gz · Dernière modification : 2022/06/18 20:51 de ptitfrap