msprdv
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
msprdv [2022/06/18 18:45] – ptitfrap | msprdv [2022/06/19 07:15] (Version actuelle) – ptitfrap | ||
---|---|---|---|
Ligne 2: | Ligne 2: | ||
[[https:// | [[https:// | ||
- | 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 |
+ | |||
+ | 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 35: | Ligne 39: | ||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- | [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- | ||
</ | </ | ||
+ | |||
+ | |||
+ | - Disable rainbow: Set disable_splash=1 in / | ||
+ | - Disable Pi logo' | ||
+ | - Mute kernel logs (only show critical errors): Add loglevel=3 to the / | ||
+ | - Remove blinking cursor: Add vt.global_cursor_default=0 to the / | ||
+ | |||
+ | |||
+ |
msprdv.1655570707.txt.gz · Dernière modification : 2022/06/18 18:45 de ptitfrap