使用命令禁用 ubuntu 10.10 屏幕保护程序

发布于 2024-10-30 14:10:24 字数 78 浏览 0 评论 0原文

有谁知道如何仅使用命令或编辑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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

可遇━不可求 2024-11-06 14:10:24

要禁用屏幕保护程序:

gconftool-2 -s /apps/gnome-screensaver/idle_activation_enabled --type=bool false

要禁用显示器休眠:

gconftool-2 -s /apps/gnome-power-manager/timeout/sleep_display_ac --type=int 0

To disable the screensaver:

gconftool-2 -s /apps/gnome-screensaver/idle_activation_enabled --type=bool false

To disable monitor sleeping:

gconftool-2 -s /apps/gnome-power-manager/timeout/sleep_display_ac --type=int 0
沧桑㈠ 2024-11-06 14:10:24

禁用显示器休眠的命令已更改。您现在应该运行:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文