使用命令禁用 ubuntu 10.10 屏幕保护程序
有谁知道如何仅使用命令或编辑conf来禁用ubuntu 10.10屏幕保护程序? 因为我只能通过 ssh 连接到机器来关闭屏幕保护程序 谢谢。
Does anyone know how to disable ubuntu 10.10 screensaver by just using command or edit conf?
because I can only ssh to the machine to turn the screensaver off
thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要禁用屏幕保护程序:
要禁用显示器休眠:
To disable the screensaver:
To disable monitor sleeping:
禁用显示器休眠的命令已更改。您现在应该运行:
gconftool-2 -s /apps/gnome-power-manager/timeout/sleep_display_ac --type=int 0
The command to disable monitor sleeping has changed. You should now run:
gconftool-2 -s /apps/gnome-power-manager/timeout/sleep_display_ac --type=int 0