xubuntu 22.04
- screen always on
xset -dpmsxset s 0 0xset s noblank- (it appears these settings do not stick on reboot)
- disable laptop lid from doing anything
- edit
/etc/systemd/logind.conf, and change#HandleLidSwitch=suspendtoHandleLidSwitch=ignore
- disable screensaver in GUI
- set appropriate options in power manager GUI
- to enable autologin create a
.conffile inside/etc/lightdm/lightdm.conf.dthat looks something like
[Seat:*] autologin-user=PUT_USERNAME_HERE
- use presentation mode?