Every time ubuntu starts the screen, the maximum brightness problem is solved.

Source: Internet
Author: User

Have you tried this method?


First, make sure that this file is available:

The code is as follows: Copy code

/Sys/class/backlight/acpi_video0/brightness

The cat value is your current screen brightness.
Modify the following file to add some user startup settings:

The code is as follows: Copy code

Sudo gedit/etc/rc. local

Add the following code above exit 0 (make sure exit 0 is not commented out ):

The code is as follows: Copy code

Echo screen brightness value>/sys/class/backlight/acpi_video0/brightness

In this way, the file will be read at the end of the boot to dynamically write the screen brightness value to the brightness file to change the current brightness.


The following method is similar to the preceding one, but you can use it.

After entering the system, adjust the appropriate brightness and then query the value of the brightness,

Follow these steps:

The code is as follows: Copy code
$ Cat/sys/class/backlight/intel_backlight/brightness
976
$ Sudo vim/etc/rc. local

 
# Add the following command to display the adjusted brightness next time you start the system.

The code is as follows: Copy code

Echo 976>/sys/class/backlight/intel_backlight/brightness

If the preceding statement is invalid, change brightness to actual_brightness.

The code is as follows: Copy code

/Sys/class/backlight/intel_backlight/actual_brightness

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.