Massimiliano Catinoto Asked: 2012-01-24 08:47:20 +0800 CST2012-01-24 08:47:20 +0800 CST 2012-01-24 08:47:20 +0800 CST disabling screensaver on Linux 772 I all, i have need to disable screensaver for Gnome and KDE graphic environment on more server with RHEL4 and RHEL5. Is there a way to do it at boot time or any other solution? thank you very much. Max linux centos redhat gnome kde 1 Answers Voted Best Answer Yanick Girouard 2012-02-20T07:55:21+08:002012-02-20T07:55:21+08:00 gconftool-2 --set -t boolean /apps/gnome-screensaver/idle_activation_enabled false This is a per-user setting, so you could add this to the default settings like this: gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set -t boolean /apps/gnome-screensaver/idle_activation_enabled false This seems to work for me.
gconftool-2 --set -t boolean /apps/gnome-screensaver/idle_activation_enabled false
This is a per-user setting, so you could add this to the default settings like this:
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set -t boolean /apps/gnome-screensaver/idle_activation_enabled false
This seems to work for me.