Turn off the monitor directly

Source: Internet
Author: User
Directly turn off the monitor-general Linux technology-Linux technology and application information. The following is a detailed description. Author ZincX's PC & LinuX: http://hi.baidu.com/zincxatix

In linux, if you want to turn off the monitor, you can execute the following command. If you are used to using the display button to turn off, please ignore the following statement!

Laptop users may find it useful!

Xset dpms force off when you execute this statement on the terminal, the display immediately shuts down (at least mine). Maybe you think this command is too long, please use your own script, such:

Nano dispalyoff
#! /Bin/bash

Xset dpms force off

Ctrl + X exit editing and y save.

Add executable attributes: chmod + x displayoff

Add this script to a place you can find in bash (or use an absolute path every time)

Simply execute displayoff to turn off the monitor (notebook screen ).

How to add environment variables ??

Find the text. bashrc (or something similar) in your home)

Add the following statement export PATH = $ PATH: absolute PATH input. The following is an example:

Export PATH = $ PATH:/home/zincx/static
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.