OctoPrint-TFT icon indicating copy to clipboard operation
OctoPrint-TFT copied to clipboard

Screensaver in Octoprint-TFT

Open Dainse opened this issue 6 years ago • 6 comments

While the printer is printing if there are no touches on the tft, the screen turns black as "energy saving" or screen saver. How could it be deactivated? Thanks for your work!

Dainse avatar Aug 27 '18 22:08 Dainse

I solved it like this:

Create file with following content and restart raspberry afterwards.

sudo vi /etc/X11/xorg.conf

Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
EndSection

mrcg avatar Aug 28 '18 07:08 mrcg

Thank you!!! This solution really worked for me! the screen is always on!

But the problem of freezing in touch interface has not been solved, it keeps freezing even if the screensaver does not run.

See if there is a solution to this problem soon. Thank you!!!

Dainse avatar Aug 29 '18 16:08 Dainse

@Dainse Sounds like issue #34 for which workaround is available.

mrcg avatar Aug 29 '18 17:08 mrcg

I am having this freezing issue also. Is there a fix? Only way to get the screen responsive is to wait for the print to finish and reboot the Pi.

nickm324 avatar Jan 27 '19 16:01 nickm324

Same Problem here with the latest Version. Screensaver is not bad at all but it would be nice if the screen could be reactivated with a touch on the display,.. mine goes black and freezes forever (also if the print has finished)

nad22 avatar Feb 18 '19 21:02 nad22

I solved it like this:

Create file with following content and restart raspberry afterwards.

sudo vi /etc/X11/xorg.conf

Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
EndSection

I tried to solve it like you said. the screen doesn't go blank now.

but now i have always to login when restarting, which wasn't the case before, and Octoprint-TFT won't start the GUI.

Why?

chinguale avatar Mar 14 '19 12:03 chinguale