From: rich@example.invalid   
      
   Marco Moock wrote:   
   > On 24.11.2024 10:18 Henrik Carlqvist wrote:   
   >   
   >> On Sat, 23 Nov 2024 18:51:06 +0100, Marco Moock wrote:   
   >> > How can I further diagnose that?   
   >>   
   >> xset -q   
   >>   
   >> ...allows you to see the current settings, including the settings for   
   >> DPMS.   
   >   
   > DPMS was turned off by default.   
   >   
   > I've now created /etc/X11/xorg.conf.d/85-dpms.conf   
   >   
   > Section "Monitor"   
   > Identifier "Monitor0"   
   > Option "DPMS" "true"   
   > EndSection   
   >   
   > This doesn't switch it on - or something other turns it off.   
   >   
   > I can switch it on manually with xset +dpms.   
   >   
   > Although, if I put that in the .xinitrc, it won't be enabled.   
   > I assume a race condition or similar.   
      
   Merely turning it on, without specifying timouts, is likely   
   insufficient.   
      
   Henrik provided you the full template to use in Message-ID:    
      
   -8<-------------------------------------   
   # Turn off monitor at inactivity   
      
   Section "Monitor"   
    Identifier "Monitor0"   
    Option "DPMS" "true"   
   EndSection   
      
   Section "ServerFlags"   
    Option "BlankTime" "20"   
    Option "StandbyTime" "30"   
    Option "SuspendTime" "40"   
    Option "OffTime" "50"   
   EndSection   
   -8<-------------------------------------   
      
   You've only included half the needed lines.   
      
   --- SoupGate-DOS v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|