I own a pretty old Samsung BX2250 monitor, which I would like to be able to set to standby using dpms, like
xset dpms force off
The expected result is the monitor going to standby. The actual result is, that the monitor turns black, then it says "Check Signal Cable".
I also messed around with
xset s off
as I read somewhere this interferes with dpms
, with the result that the screen turns back on immediately. Using standby
and suspend
does not help either.
I own a GeForce GTX 960 graphics card, using the nvidia-440xx
driver on a Manjaro, which uses x11 (by trying this: How to know whether Wayland or X11 is being used).
I remember back some days with my old PC, it went to standby mode. Unfortunately, I cannot remember what I did to achieve that. Does anyone have suggestions?
$ grep DPMS /var/log/Xorg.0.log [ 13.568] (**) NVIDIA(0): DPMS enabled [ 13.572] (II) Initializing extension DPMS
Compared to your output, my log is missing out on the DPMS capabilities line. Does that mean that the device/driver is not capable of any DPMS action? – MP Felder Jun 11 '20 at 21:44xset dpms force standby
do? – nert Jun 11 '20 at 22:03off
, same as I wrote in the answer. I think there is no other option for us other than screensaver blanking (just showing black screen, but still turned on) andoff
, which is not what you wanted. Sorry. – nert Jun 19 '20 at 09:44