In CentOS 6 gconftool-2 (command line) is used to enable/disable items.
In CentOS 7 I found "settings->power-> blank screen" as something I wish to configure by the command line?
How is that accomplished?
I brought up gconf-editor and searched for power and blank and found nothing.
How can I control this setting from the command line?
Thanks
Jerry
Hi,
I think you need dconf for this.
HTH
-- Sent from the Delta quadrant using Borg technology!
Nux! www.nux.ro
----- Original Message -----
From: "Jerry Geis" geisj@pagestation.com To: "CentOS mailing list" centos@centos.org Sent: Tuesday, 30 September, 2014 17:49:09 Subject: [CentOS] CentOS 7 turn off power saving by command line
In CentOS 6 gconftool-2 (command line) is used to enable/disable items.
In CentOS 7 I found "settings->power-> blank screen" as something I wish to configure by the command line?
How is that accomplished?
I brought up gconf-editor and searched for power and blank and found nothing.
How can I control this setting from the command line?
Thanks
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi, I think you need dconf for this. .HTH
Ok I installed dconf-editor, ran it searched for many things trying to find the "blank screen", power or anything and did not find it.
Thoughts?
Jerry
On Tue, Sep 30, 2014 at 12:49 PM, Jerry Geis geisj@pagestation.com wrote:
In CentOS 6 gconftool-2 (command line) is used to enable/disable items.
In CentOS 7 I found "settings->power-> blank screen" as something I wish to configure by the command line?
How is that accomplished?
I brought up gconf-editor and searched for power and blank and found nothing.
How can I control this setting from the command line?
Thanks
Jerry
On 2014-09-30 19:27, Jerry Geis wrote:
Hi, I think you need dconf for this. .HTH
Ok I installed dconf-editor, ran it searched for many things trying to find the "blank screen", power or anything and did not find it.
Thoughts?
Jerry
This may or may not help: http://xmodulo.com/control-screen-lock-settings-linux-desktop.html
Relevant bit:
dconf write /org/gnome/desktop/session/idle-delay $DELAY
Set to 0 (zero) to disable.