Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How do I prevent Firefox from disabling Windows screensaver?

  • 3 답장
  • 1 이 문제를 만남
  • 38 보기
  • 최종 답변자: WestEnd

more options

I have a machine running Windows 10 and the current release of Firefox, connected to a plasma TV as its primary display. Firefox currently blocks the screensaver from activating when playing media, such as on Youtube, which has already resulted in some burn-in on the display. Is there a setting in Firefox's about:config, or an extension available, which will prevent it from blocking the screensaver?

I have a machine running Windows 10 and the current release of Firefox, connected to a plasma TV as its primary display. Firefox currently blocks the screensaver from activating when playing media, such as on Youtube, which has already resulted in some burn-in on the display. Is there a setting in Firefox's about:config, or an extension available, which will prevent it from blocking the screensaver?

모든 댓글 (3)

more options

Firefox doesn't have that control only the O/S can make those changes.

more options

WestEnd said

Firefox doesn't have that control only the O/S can make those changes.

Thanks for your quick reply, perhaps I didn't explain the problem clearly. Firefox is capable of notifying the OS that it's doing something visual for the user to watch, such as playing a video. This doesn't change any OS settings, it just asks the OS not to dim the screen, go to sleep, or activate a screensaver while it's playing something for the user to watch. Enable a screensaver with a 1-minute timeout and play a 2-minute Youtube video, and the screensaver will not activate until after the video ends, likely 1 minute after.

The implementation seems to be called "wakelock" and the Windows implementation it calls an OS function called SetThreadExecutionState() with or without the flag ES_DISPLAY_REQUIRED. I'm hoping that somewhere in between the HTML5 video management and the wakelock code there's a option to disable the feature, since it's caused problems for other users in the past.

more options

With Windows I know it has Power Settings by the O/S and the screensaver I know still shuts the monitor off unless you change the power settings. Not sure how the Linux O/S determines power settings but if the Browser can control the O/S then that is akin to giving Malware full control of the system. Something of which shouldn't happen in any O/S regardless.