8

When I lock my desktop, the monitor goes to sleep. But I want to keep the monitor active and never go to sleep.

Eliah Kagan
  • 117,780

2 Answers2

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.

Vi8L
  • 111
  • 2
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