System/Linux
fedora - screen lock
linuxism
2015. 4. 8. 00:38
Re: What is Gnome Screensaver?
Stephen Gallagher <sgallagh <at> redhat.com>
2014-01-14 20:50:16 GMT
2014-01-14 20:50:16 GMT
On 01/14/2014 03:21 PM, Steven Stern wrote: > I have it installed, but AFAICT it doesn't do anything, nor is > there a GUI to config it. > > I've installed xscreensaver because I enjoy a few minutes of eye > candy before the monitor is turned off. > > > Please do not reply telling me you don't use gnome and I'm at fault > or in some way deficient for using it. Thanks. > > GNOME Screensaver is deprecated (as far as I'm aware) in GNOME in favor of the GNOME Shell lock shield. That being said, I believe it still exists in the repositories for use with the Mate desktop, which uses it as both the standard screensaver and the lock screen.
source - http://comments.gmane.org/gmane.linux.redhat.fedora.general/441228
Make Gnome screen lock after 1 hour, not 15 minutes?
I am using Fedora 20 with Gnome. The screen Power Savings blanks the screen after 15 minutes and then the screen gets automatically locked. I'd like to have the screen blanked and locked after an hour, but the pop-up only goes up to 15 minutes. Is there any way to make it an hour?
Answer
You can set the desired settings in GSettings directly.
Timeout for blanking the screen (seconds; 0 = never):
gsettings set org.gnome.desktop.session idle-delay 3600
Timeout for locking the screen after blanking (seconds; 0 = instant):
gsettings set org.gnome.desktop.screensaver lock-delay 0
source - http://superuser.com/questions/727120/make-gnome-screen-lock-after-1-hour-not-15-minutes
$ loginctl lock-sessions; pm-hibernate