Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of keeping the monitor from dormant by Linux

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Mode 1: Command Line Mode

Linux does not let the monitor sleep method:

# setterm -blank 0 #setterm -blank n (n is waiting time)

Method 2: Edit the configuration file

Edit xorg.conf and add the following option to close xscreen saver directly:

Section "ServerFlags" Option "BlankTime" "0″ #Close the black screen Option "StandbyTime" "0″ #Turn off standby function Option "SuspendTime" "0″ #Turn off sleep Option "OffTime" "0″EndSection

After modification, restart and it will take effect.

Editing the xorg.conf file is the same as using the xset command; you can view settings and current configurations using xset -q.

# xset -q //View settings and current configuration # xset -dpms //Energy Star features off# xset +dpms //Energy Star features on

The above is linux monitor does not sleep in detail, more attention to other related articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report