當我的筆記型電腦從掛起狀態恢復時,背光鍵盤將始終以最暗的設定打開,無論我掛起時的設定如何。我使用的是 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。