Solve the problem that Ubuntu 14.04 can't adjust the screen brightness

Source: Internet
Author: User

installed Ubuntu 14.04, the most like to open the first is "system settings", because want to first adjust it to their favorite style (of course, want to further adjust, you need to use other software), and then to slowly transform it. Ubuntu default screen brightness for the largest, looking very dazzling, so I want to lower a bit, but no matter how the tune is not changed, so for a while, the result, it was forgotten, today just have a free, simply went to find a solution. It seems that everyone has encountered this problem, so there are a lot of solutions, below I will write a kind of personal think relatively simple solution:


Terminal Input Code:

1 sudogedit /etc/default/grub

Found in open file

Grub_cmdline_linux= ""

Change into

grub_cmdline_linux= "Acpi_backlight=vendor"

You can save it after you change it.


Then upgrade Grub:

1 sudoupdate-grub

Re-start the ... Press FN to adjust.


Used to set the brightness initial value:

Terminal Input Code:

sudogedit /etc/rc.local

add a sentence in the Open file ( add before exit 0 )

Code:

echo >/sys/class/backlight/intel_backlight/brightness

Then save it


After the above method, you can adjust the screen brightness, and the restart will not change the brightness value you set.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Solve the problem that Ubuntu 14.04 can't adjust the screen 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.