You are not logged in.
Pages: 1
I want to disable DPMS completly.
I've put Option "DPMS" "false" to xorg.conf
Now I run xset -q | grep DPMS just after boot and see that DPMS is disabled. OK. Then I try to play video and after some time screen blanks. xset -q | grep DPMS shows that DPMS is enabled. What can be the reason?
I've tried to disable DPMS control in laptop-mode and even to turn off laptop-mode daemon - useless.
Sorry for bad English, it's not my native language.
Thanks in advance!
Offline
You've disabled dpms, but that still leaves the screen saver. You disable that with "xset s off". There's probably an xorg.conf option too.
Offline
Please ahve a look at https://wiki.archlinux.org/index.php/Di … _Signaling
Offline
try xset -dpms
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
xset dpms 0 0 0
xset s off
it completely disable dpms and screensaver
Offline
I've tryed
xset dpms 0 0 0
xset s off
and
xset -dpms
xset s off
xset s noblank
In both variants xset -q showed me that DMPS is disabled. But again after some time screen blanked and xset -q showed, that DPMS enabled. So, something enables it back. Have no idea, what can it be :(
Offline
Check screensaver and power options as provided by your DE. Maybe something is set there.
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
No, screensaver and display power management in DE are disabled
Offline
I'm using KDE and looking for these options in System Settings -> Display and Monitor -> Screen Saver and System Settings -> Power Management -> Power Profiles. May be there are some other places, which are unknown for me?
Offline
Pages: 1