这个问题类似于论坛中的其他各种问题,其中用户的亮度设置要么不起作用,要么不被记住:
在带有加密主目录的新(双引导)Ubuntu 12.10 安装中,亮度控制(亮度和锁定设置面板中的滑块和功能键)开箱即用(万岁!)。不幸的是,设置没有被记住。
从线程 (2) 的评论 13 中,我能够让系统记住设置,但不能使用它。为了记录,在我的系统上,有必要调整路径rc.local
:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script …
Run Code Online (Sandbox Code Playgroud)