When watching a video in a web browser Ubuntu starts to fade out the screen and eventually goes to black after 2 minutes. I expect this because this is how I have my power settings set up. When I watch a movie in the video player the screen does not fade out. So it seems the system doesn't realize there is something running when a video is playing in the browser. Is there a way to fix this without making the power settings to always on? Ubuntu 13.04
Asked
Active
Viewed 1,474 times
0
-
1possible duplicate of: My screen turns off when I watch movies on YouTube – Radu Rădeanu Jun 27 '13 at 23:20
2 Answers
3
You can install Caffeine: "A status bar application able to temporarily prevent the activation of both the screensaver and the "sleep" powersaving mode."
sudo add-apt-repository ppa:caffeine-developers/ppa
sudo apt-get update; sudo apt-get install caffeine
Once it's installed, run Caffeine through the dash. You'll notice a small coffee cup icon (indicator) appear in the bar at the top of your screen. Click on that cup and activate, and check that "Start Caffeine on login" and "Enable for Flash Video" are both checked in the preferences.

amc
- 7,142
1
This page here shows you how to disable screen dimming when flash is in use and as most video players online are flash....:
-
-
1some of those answers DO work. In particular Caffeine. I'll post as an answer. – amc Jun 28 '13 at 00:00