When I lock my desktop, the monitor goes to sleep. But I want to keep the monitor active and never go to sleep.
Asked
Active
Viewed 3,789 times
8
-
4I asked almost the same question some weeks ago. And was rewarded the tumbleweed award for it. Fingers crossed! ;-) – PerlDuck Apr 12 '18 at 15:20
-
If you are running Gnome 3, have you tried 'Settings->Power->Blank screen->never'? – Martin W Apr 12 '18 at 15:26
-
1Does this answer your question? Prevent monitor from losing signal after screen saver / lock activates – Philip Z. Apr 30 '20 at 10:33
2 Answers
1
It looks to be part of the
sudo apt install gnome-screensaver
gnome-screensaver-command -l
command and I don't see an easy way to disable it. ie gnome-screensaver-command -l brings up the lock screen and also initiates the screen blanking.
Notice that initially when the lockscreen is activated it starts to dim almost immediately. If you come out of the screen blanking by moving the mouse or hitting a key it will then activate screen blanking according to your brightness and lock setting.
1
This answer did the trick for me on Ubuntu 20.04. The monitor shows a black screen but stays active. https://askubuntu.com/a/700163/768152

Philip Z.
- 770