Linux
在控制台中顯示電源管理
在控制台(即不在 Gnome 或 KDE 中)時,顯示器將在不活動的情況下自動關閉。在我看來,設置為大約 30 分鐘。這種電源管理完全獨立於 X 伺服器,並且在沒有安裝 X 伺服器的情況下確實有效。它似乎完全獨立於使用者空間工作。
它可能是由核心完成的嗎?
有人可以解釋一下這種電源管理的來源以及如何配置它(即更改超時等)。
我正在使用 Debian Wheezy
您可以使用
setterm -blank X
(X 是分鐘數)更改它。來自man setterm
:-blank [0-60|force|poke] (virtual consoles only) Sets the interval of inactivity, in minutes, after which the screen will be automatically blanked (using APM if available). Without an argument, gets the blank status (returns which vt was blanked or zero for unblanked vt). The force option keeps screen blank even if a key is pressed. The poke option unblank the screen.
或者,您可以設置核心參數
consoleblank=Y
(此處的 Y 為秒)。consoleblank=0
禁用消隱。