Timon G.

Results 116 comments of Timon G.

I noticed similar behaviour once, although I don't use the screenOff feature, because I'm currently turning off the whole Pi with the 3D Printer. I think the problem here is,...

The last 4 lines (DPMS) is the one that are most interesting. I think it doesn't get disabled correctly in some cases, but I still don't know why.

DPMS shouldn't be enabled if you do nothing with the Pi. The Installation script turns DPMS off by default and OctoDash only turns it back on if it enters the...

I totally understand you. The main problem here is, that OctoDash should turn DPMS off, once it exists sleep mode, which does not seem to work reliable. I still don't...

Request from @tomaae: > Since there are many types of displays which are handled differently, I propose following solution: > Add 2 more options to config: > > Execute command...

currently not. Will be possible once this has been implemented.

Maybe a small update: You can now customise the command that is being used to put the screen to sleep and to wake it up again. More info here: https://github.com/UnchartedBull/OctoDash/wiki/Troubleshooting#my-screen-doesnt-turn-off--on-while-octodash-is-sleeping

definitely the correct issue. With the next release you will be able to at least configure `xset` the way you like. Currently OctoDash will disable xset after waking up. If...

@s3frank it's already possible what you're trying to achieve here. See this issue: https://github.com/UnchartedBull/OctoDash/issues/710.

Even during printing. This will be a fairly simple: turn off after x minutes if no touches have been registered. If you only want to blank the screen if the...