apt install dialog sudo xorg firefox-esr openbox lightdm
nano /etc/lightdm/lightdm.conf
Contenu:
user-session = openbox # ... autologin-user = creapix #Pour forcer la résolution display-setup-script =xrandr -s 1920x1080
mkdir -p $HOME/.config/openbox nano /home/creapix/.config/openbox/autostart
Contenu:
xset -dpms # disable DPMS (Energy Star) features. xset s off # disable screen saver xset s noblank # don't blank the video device firefox -kiosk https://creapix.be
echo ForceCommand internal-sftp >> /etc/ssh/sshd_config
chown :creapix /etc/network/interfaces chmod 774 /etc/network/interfaces
echo creapix ALL=NOPASSWD:/sbin/reboot >> /etc/sudoers
Faire une image transparente en 4:3 que vous aurez exporté en png. En cas de problème avec l'image il est important de ré-enregistrer l'image avec Gimp.
nano /etc/default/grub
et modifier les lignes suivantes:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="console=ttyS0" #GRUB_GFXMODE=1920x1080 GRUB_GFXMODE=1920x1080x32
update-grub