禁用屏幕保护程序的控制台命令是什么?

有没有在Ubuntu 11.10中禁用屏幕保护程序的控制台命令?
我不想为我需要的每个功能都使用Caffeine等指示器。
在Gnome 2.x中,它类似于gnome-screensaver --inhibit。
1个回答

这样的东西应该可以做到:

gconftool --set --type=bool /apps/gnome-screensaver/idle_activation_enabled False

这样,你将禁用gnome-screensaver。
如果你想在之后重新启用它:
gconftool --set --type=bool /apps/gnome-screensaver/idle_activation_enabled True