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

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

Issue tracking  Details

open closed Total
Bug 0 0 0
Feature 0 0 0
Support 0 0 0

View all issues | Summary | Calendar | Gantt

Time tracking

  • Estimated time: 0:00 hour
  • Spent time: 0:00 hour

Details | Report