我正在使用Raspberry Pi在办公室中运行信息显示。我想在工作时间以外以省电模式显示。我本来打算cron
在一天的开始和结束时执行某些操作,但xset dpms force off
没有用。
我已在文件中添加xset s off
,xset -dpms
并禁用了屏幕保护程序(因此,该显示在白天一直保持打开状态)。xset s noblank
/etc/xdg/lxsession/LXDE/autostart
以下是来自的结果xset q
:
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
XKB indicators:
00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off
03: Compose: off 04: Kana: off 05: Sleep: off
06: Suspend: off 07: Mute: off 08: Misc: off
09: Mail: off 10: Charging: off 11: Shift Lock: off
12: Group 2: off 13: Mouse Keys: off
auto repeat delay: 500 repeat rate: 33
auto repeating keys: 00ffffffdffffbbf
fadfffefffedffff
9fffffffffffffff
fff7ffffffffffff
bell percent: 0 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 20/10 threshold: 10
Screen Saver:
prefer blanking: no allow exposures: yes
timeout: 0 cycle: 600
Colors:
default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffff
Font Path:
built-ins
DPMS (Energy Star):
Standby: 600 Suspend: 600 Off: 600
DPMS is Disabled
更新:xset s blank && xset +dpms && xset dpms force off
将使显示为空白,但不会将其置于省电模式。在阅读了很多线程之后,我还是不能正确地获得系统时间(我认为这可能是防火墙问题)...
xset q
吗?
DPMS is disabled
。打开它:xset +dpms
然后您的命令应该可以使用...
xset
还是什么都没有发生?还有什么发行版?如果它不起作用,我可能会认为ACPI没有编译到内核中。作为诊断,请发布的输出xset q
。谢谢。