How can I keep the screen from going to sleep?
I have created a Raspberry Pi media screen within Iceweasel, the version of Firefox for Raspberry Pi. However, after 10 minutes, the screen goes black. I have searched the Raspberry Pi help boards with no success. Now I'm hoping the Firefox community can help.
선택된 해결법
I think I finally found a solution. Edit the file /etc/xdg/lxsession/LXDE/autostart to add these 3 lines: @xset s noblank @xset s off @xset -dpms
It's been on for 17 minutes! New record!
문맥에 따라 이 답변을 읽어주세요 👍 0모든 댓글 (2)
선택된 해결법
I think I finally found a solution. Edit the file /etc/xdg/lxsession/LXDE/autostart to add these 3 lines: @xset s noblank @xset s off @xset -dpms
It's been on for 17 minutes! New record!
That was very good work. Well Done. Please flag your last post as Solved Problem so others will know.