Project

General

Profile

Overview

sudo apt install vbetool


выключение монитора
vbetool dpms off

включение монитора

vbetool dpms on

--------------------------------
сделать systemd .service


[Unit]
Description=vbetool dpms

[Service]
Type=oneshot
ExecStart=/bin/sh -c 'sleep 300 && vbetool dpms off'

[Install]
WantedBy=multi-user.target

поместить в /etc/systemd/system/vbetool-dpms.service
обновить конфигурацию:

systemctl daemon-reload

включить:
systemctl enable vbetool-dpms

перезагрузиться