You are not logged in.

#1 2023-03-17 14:26:16

knarh
Member
Registered: 2023-03-11
Posts: 58

[SOLVED]DPMS don't disable(nvidia)

Hello,
I want to disable DPMS, but it doesn't.

in Xorg.0.log:

[    18.671] (==) NVIDIA(0): DPMS enabled
[    18.673] (II) Initializing extension DPMS

11-monitor.conf

Section "Monitor"
        Identifier     "DP-0"
        Option         "Primary"     "True"
        Option         "DPMS"        "Disable"
EndSection

Section "Monitor"
        Identifier     "HDMI-0"
        Option         "DPMS"        "Disable"
EndSection

xset -q

.
.
.
DPMS (Display Power Management Signaling):
  Standby: 600    Suspend: 600    Off: 600
  DPMS is Enabled
  Monitor is On

But

xset -dpms 

works

Where can be a problem? 
Thanks in advance

P.S. I didn't find any nvidia specific options for DPMS, beside "hardDPMS" which doesn't work for me

Last edited by knarh (2023-03-23 07:20:15)

Offline

#2 2023-03-17 16:37:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,352

Re: [SOLVED]DPMS don't disable(nvidia)

Check the xorg log and the xorg.conf manpage.
"Disable" is not an acceptable value for a boolean.

Also the config you're using is different from disabling the extension, https://man.archlinux.org/man/extra/xor … NS_SECTION

Online

Board footer

Powered by FluxBB