标签:style color 文件 c rgb ubuntu x b
ubuntu每次开机时亮度都是最大,十分刺眼。解决方法如下:
查看本机当前亮度:cat /sys/class/backlight/acpi_video0/brightness,显示的数值,即为当前亮度值
在自启动文件(/etc/rc.local)exit 0 的上方添加如下脚本:echo 屏幕亮度值 > /sys/class/backlight/acpi_video0/brightness,屏幕亮度值为你希望启动时屏幕的亮度。
标签:style color 文件 c rgb ubuntu x b
原文地址:http://my.oschina.net/u/1984151/blog/294710