首页 > 代码库 > Adjusting backlight to a fixed level.
Adjusting backlight to a fixed level.
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.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。