You are not logged in.
Pages: 1
I use this command "xset dpms force off" but turn of screen and lock too.
I want to turn off screen whitout lock screen with command line, when move mouse turn on screen.
Thanks.
Offline
Depends on init system Xfce is on
In mine systemd use:
xset dpms force off
without lock at all (mouse move will turn it on)
Last edited by almahdi (2021-10-08 13:11:49)
Offline
Is there a command line for black screen ?
Offline
I use that command too, in my case binded to a keyboard shortcut, and with a 1 second delay, namely:
sh -c "sleep 1; xset dpms force off"
I think your problem might be related to the Power Manager/Screen Lock settings. What do you use to lock the screen? Light Locker maybe?
I have it set to never lock the screen automatically, so I don't have that problem... look in Xfce Power Manager > Security and/or Light Locker Settings (or other screenlocker).
There's an interesting document in the Xfce Wiki on power display management that "describes the use-cases for user switching, session locking and power management. A describtion of these use-cases is given using xflock + xfpm + light-locker + lightdm. This page should help understand what is happening in which cases and what alternative there are to improve the situation."
Hope it helps
Offline
@alcornoqui
Thank you very much for your help
Solved.
Offline
Pages: 1
[ Generated in 0.009 seconds, 8 queries executed - Memory usage: 554.28 KiB (Peak: 585.04 KiB) ]