Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen not being turned off when monitor is HDMI. #2087

Closed
scyto opened this issue Jul 26, 2021 · 1 comment
Closed

Screen not being turned off when monitor is HDMI. #2087

scyto opened this issue Jul 26, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@scyto
Copy link

scyto commented Jul 26, 2021

Describe the bug
I have a 7" HDMI monitor connected.
I have 'turn screen off while sleeping' enabled vai touch interface
However screen doesn't go to sleep

To Reproduce
Steps to reproduce the behavior:
install octodash on pi4 with HDMI monitor that supports DPMS
enable sleeping
set ocotprint to disconnect and force sleeping on octodash

Expected behavior
screen go blank / off when sleeping

Screenshots
screen stays on

General Information:
Pi4 with HDMI screen 1280x720
OctoPrint version : 1.6.1
OctoPi version : 0.18.0
OctoDash Version 0.0.5

Additional context
running xset dpms force standby correctly blanks the screen
is there a way to force octodash to send this command?
(it woke up beautifully when i touched the screen)

this is active in my config.json

                        "touchscreen": true,
                        "turnScreenOffWhileSleeping": true,
                        "turnOnPrinterWhenExitingSleep": true,
                        "preferPreviewWhilePrinting": false,
                        "previewProgressCircle": false,
                        "screenSleepCommand": "xset dpms force standby",
                        "screenWakeupCommand": "xset s off && xset -dpms && xset s noblank"

note i can only run the xset dpms commands via SSH once i have done
export DISPLAY=:0
this doesn't seem to be done by default

@scyto scyto added the bug Something isn't working label Jul 26, 2021
@scyto
Copy link
Author

scyto commented Jul 26, 2021

i'm an idiot, didn't realize there is a 5min time out (i am brand new to octo* and 3d printing)
its working just great

@scyto scyto closed this as completed Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants