如何使用命令行永久禁用显示器节电器?
我试过如下: 1. Turn off: export DISPLAY=:0.0 && xset dpms force off 2. Turn on: export DISPLAY=:0.0 && xset -dpms 哪个可行,但这是一个临时解决方案,尚不能解决我的问题。当我重新启动系统时,它会一次又一次地启动相同的自动关闭模式。 我现在如何才能使用SSH远程将其永久关闭? 重要: - KIOSK (ATM machine will use this option) - 24/7 advertising display/slides will use this 可选注释:本指南遵循 http://v2kblog.blogspot.com/2008/08/disabling-monitor-power-saver.html,但永久解决方案无效。