当我的笔记本电脑从挂起状态恢复时,背光键盘将始终以最暗的设置打开,无论我挂起时的设置如何。我使用的是 Mint Cinammon,版本 17.1。
经过一番挖掘,我找到了可能的解决方案这里和这里。不幸的是,它们似乎是 Ubuntu 特有的。最有希望的解决方案是在第二个链接的第46和47后提出的:
In the file:
/etc/dbus-1/system.d/org.freedesktop.UPower.conf
change:
<allow send_destination="org.freedesktop.UPower"
send_interface="org.freedesktop.UPower.KbdBacklight"/>
to:
<deny send_destination="org.freedesktop.UPower"
send_interface="org.freedesktop.UPower.KbdBacklight"/>
and reboot.
更改该值实际上使我的鼠标停止工作。
有谁知道可以用 Mint 解决这个问题的方法吗?
答案1
您列出的解决方案适用于 Linux Mint 17.3。