开发者

disable ubuntu 10.10 screensaver using command

Does anyone know how to disabl开发者_如何学运维e 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.


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜