tim_z
(timbo)
April 18, 2021, 7:37pm
#1
I’m a noob at this so bare with me…
I successfully installed the roon web controller following the instructions here
Everything works well!
Except the display never shuts off or goes to sleep. I assumed that the following had something to do with it and I copied and pasted it as shown
tune the screen blanking time - time in seconds (standby, suspend, off)
All numbers are time in seconds
default value
xset dpms 600 600 600 &
1 minute blank time
xset dpms 60 60 60 &
So I assume that the display will either go to standby or suspend or shut off in 60 seconds, right?
It’s always on, did I do something wrong here?
Thanks in advance.
Rugby
(aka Daniel or Big Dan)
April 18, 2021, 7:59pm
#2
I would suggest asking in the extension section so the actual author of the extension will see the post and reply. Dietpi is not the author of that (any) extensions.
I canive the post over if you want.
tim_z
(timbo)
April 18, 2021, 8:14pm
#3
Sorry about that, yes please move it to the appropriate section, thank you
Rugby
(aka Daniel or Big Dan)
April 18, 2021, 8:21pm
#4
Moved and also pinged @Mike_Plugge who might.be able to help.
florib
April 19, 2021, 1:47pm
#5
@tim_z
As far as I know dpms is disabled by default on Dietpi.
Try to remove the file 98-dietpi-disable_dpms.conf
I’m sorry, I don’t know the exact path at the moment. I’m not at home. Just search for it.
Edit:
Try sudo rm /etc/X11/xorg.conf.d/98-dietpi-disable_dpms.conf
tim_z
(timbo)
April 19, 2021, 3:43pm
#6
Thanks, I’ll give that a try!
tim_z
(timbo)
April 21, 2021, 11:35pm
#7
I finally got time to try this and it works, thanks again!