[Ubuntu Daily Tips] automatically sets the notebook screen brightness when Ubuntu is started.

Source: Internet
Author: User
[Ubuntu Daily Tips] Ubuntu automatically sets the brightness of the notebook screen after Ubuntu is installed, it is found that the screen is the maximum brightness every time the boot screen is set, it is very troublesome to set the brightness every time, network search found a solution, organize as follows: Ubuntu laptop automatically sets the brightness after boot... [Ubuntu Daily Tips] Ubuntu automatically sets the brightness of the notebook screen after Ubuntu is installed, it is found that the screen is the maximum brightness every time the boot screen is set, it is very difficult to set the brightness every time
Annoying, network search found a solution, sorting out as follows: Ubuntu laptop boot automatic brightness setting Method: 1. open the Software Center, install the laptop-mode package, or: sudo apt-get install laptop-mode-tools 2. open the File:/etc/laptop-mode/laptop-mode.conf to change the following flag to 1: ENABLE_LAPTOP_MODE_ON_AC = 1 # use laptop mode to save the file in AC mode; 3. set brightness: vi/etc/laptop-mode/conf. d/lcd-brightness.conf modify the following line: CONTROL_BRIGHTNESS = 1 # use laptop mode for LCD brightness control BATT_BRIGHTNESS_COMMAND = "echo 4" # the value "4" here is the brightness level LM_AC_BRIGHTNESS_COMMAND = "echo 8" # Use brightness level of the external power supply NOLM_AC_BRIGHTNESS_COMMAND = "echo 6" # brightness level when the external power supply is used, this is not very understandable # BRIGHTNESS_OUTPUT = "/proc/acpi/video/VID/LCD/brightness" BRIGHTNESS_OUTPUT = "/sys/class/backlight/acpi_video0/brightness" reference size is the maximum brightness (15 on my laptop): $ cat/sys/class/backlight/acpi_video0/max_brightness15 source http://www.cnblogs.com/QuLory/archive/2013/03/24/2978351.html
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.