Turn off laptop screen automatically
Published on
Edit the /etc/default/grub
file adding the following to the GRUB_CMDLINE_LINUX
variable:
GRUB_CMDLINE_LINUX="consoleblank=300" # turn off the screen after 5 minutes
Then update grub:
sudo update-grub
This work is licensed under a Creative Commons Attribuition-ShareAlike 4.0 International License .