Is there any way to perform “Screen blank” only with the following in mind
- without fade animation
- without locking the screen
Currently , I am using gnome details of the following API
gnome-settings-daemon for controlling the screen blank using “idle-delay”
gnome-desktop-screensaver for controlling the lock using “lock-enabled”
When setting “idle-delay”. as I understand, it utilizes screenshield, which inherently has fading as a mechanism when turning the screen to blank.
To enable the lock screen, I set the “lock-enabled” to false so that the screenshield mechanism won’t bring up the lock screen.
Is there any suggestion or alternatives that can be implemented to just do screen blank directly without going through the intricacies of above API (which are using screenshield)?