码迷,mamicode.com
首页 > 其他好文 > 详细

Adjusting backlight to a fixed level.

时间:2014-10-21 10:00:03      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:des   http   io   os   ar   for   sp   on   cti   

My latpad screen is too light, that cause my eye is very imcomfortable. So I spend time to hanle this problem. At result , I find the follow  method:

1. open the following file on the root user.

/etc/udev/rules.d/81-backlight.rules

2. In the end of the file add following code.

#Set backlight level to 3

SUBSYSTEM=="backlight", ACTION=="add", KERNEL=="acpi_vido0", ATTR{brightness}=="8"

3. reboot your system.

You will find it is work.

 

This  rules sets the backlight level to a fixed value.

If you have any question,please kick

https://wiki.archlinux.org/index.php/Backlight

Besides, my os is centos 7.0. my latpad is acr 4750.

Good for you,thanks.

 

Adjusting backlight to a fixed level.

标签:des   http   io   os   ar   for   sp   on   cti   

原文地址:http://www.cnblogs.com/ordili/p/4039434.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!