Câu trả lời:
Để vô hiệu hóa cho người dùng hiện tại:
gconftool-2 --set -t boolean /apps/gnome-screensaver/idle_activation_enabled false
Để đặt mặc định hệ thống thành bị tắt:
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set -t boolean /apps/gnome-screensaver/idle_activation_enabled false
Để kích hoạt lại, bạn chỉ cần thay đổi bool từ false thành true, như vậy:
kích hoạt lại người dùng hiện tại:
gconftool-2 --set -t boolean /apps/gnome-screensaver/idle_activation_enabled true
bật lại mặc định:
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --set -t boolean /apps/gnome-screensaver/idle_activation_enabled true