Turn off screen

Discuss

Hi.

I install Yunohost on a old laptop. The laptop is open and the screen is always on. How can I make it so that the screen turns off after one minute of none use. I want server to continue running. If I click any key on the key board I want it to turn back on and turn off again after one minute of none use. I also want this to happen after every restart.

1 Like

I figured it out.

sudo nano /etc/default/grub

change

GRUB_CMDLINE_LINUX_DEFAULT=“quiet”

to

GRUB_CMDLINE_LINUX_DEFAULT=“quiet consoleblank=60”

save using ctrl + x, y

Then run

sudo update-grub

Then reboot

1 Like