Slax
DNS
Keyboard
https://groups.google.com/g/slax-users/c/ysmA6JNH-4U - system language and keyboard
OpenConnect
fluxbox
How to disable autologin?
cat /lib/systemd/system/xorg.service [Unit] Description=X-Window ConditionKernelCommandLine=!text After=systemd-user-sessions.service [Service] ExecStart=/bin/su --login -c "/usr/bin/startx -- :0 vt7 -ac -nolisten tcp"
cat ~/.xinitrc startfluxbox
tail ~/.fluxbox/startup if [ "$(virt-what | egrep -i "virtualbox|vmware")" != "" ]; then # this is here to fix some strange virtualbox bug # to adjust window size properly fbscreensize 1440x900 -n fbscreensize 1280x800 -n fi # And last but not least we start fluxbox. # Because it is the last app you have to run it with ''exec'' before it. exec fluxbox
https://opensource.com/article/19/12/fluxbox-linux-desktop
By default, your session manager (KDM, GDM, LightDM, or XDM, depending on your setup) will continue to log you into your previous desktop, so you must override that before logging in.
greeting screen
# apt install --dry-run lightdm-gtk-greeter Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: libayatana-ido3-0.4-0 libayatana-indicator3-7 liblightdm-gobject-1-0 libxklavier16 Suggested packages: iso-codes Recommended packages: desktop-base gnome-themes-extra policykit-1 The following NEW packages will be installed: libayatana-ido3-0.4-0 libayatana-indicator3-7 liblightdm-gobject-1-0 libxklavier16 lightdm-gtk-greeter 0 upgraded, 5 newly installed, 0 to remove and 49 not upgraded. Inst libayatana-ido3-0.4-0 (0.8.2-1 Debian:11.6/stable [amd64]) Inst libayatana-indicator3-7 (0.8.4-1+deb11u2 Debian:11.6/stable [amd64]) Inst libxklavier16 (5.4-4 Debian:11.6/stable [amd64]) Inst liblightdm-gobject-1-0 (1.26.0-7 Debian:11.6/stable [amd64]) Inst lightdm-gtk-greeter (2.0.8-2 Debian:11.6/stable [amd64]) Conf libayatana-ido3-0.4-0 (0.8.2-1 Debian:11.6/stable [amd64]) Conf libayatana-indicator3-7 (0.8.4-1+deb11u2 Debian:11.6/stable [amd64]) Conf libxklavier16 (5.4-4 Debian:11.6/stable [amd64]) Conf liblightdm-gobject-1-0 (1.26.0-7 Debian:11.6/stable [amd64]) Conf lightdm-gtk-greeter (2.0.8-2 Debian:11.6/stable [amd64])
https://wiki.archlinux.org/title/LightDM_(%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9)
https://wiki.archlinux.org/title/LightDM_(%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9)