like the title says, if you don't like screen blanks; you can disable screensaver etc by doing the following:
Open Control Center > Personal > Startup Applications > Add and give it a name and then add the command (copy and paste) to the command line, then save it and restart your PC at your leisure or straight away if you want to test it. (You can add a comment if you wish but I didn't!).
Name: Stop the screen from blanking Command:xset -dpms s off s noblank s 0 0 s noexpose Comment: Type something or leave it blank
Now open Control Center > Personal > Screensaver and make sure that there are no ticks in the boxes, I also slid the slider all the way over to the right which sets it to 2 hours, once done, click on the "Power Management" button and make sure that both tabs are set to never!.
Fyi, âOpen Control Centerâ is in the âSystemâ menu top left of the screen on a fresh install of Ubuntu-Mate (15.04) on the Raspberry Pi2.
System -> Control Center.
under the âPersonalâ section in the âControl Centerâ window, select âStartup Applicationsâ. Then click âAddâ in the window that comes upâŠ
Now Iâm stuck near the end, where is âDconf Editorâ? Iâm not seeing it in the âControl Centerâ? Iâm not seeing it under any of the menus on the desktop (Applications, Places, or System)?
(EDIT)
Iâm blind, lol.
Applications -> System Tools -> âdconf Editorâ (the icon looks like a Volume control thing)
(EDIT2)
âScreensaverâ apparently has been moved in âdconf Editorâ.
org -> mate -> screensaver
(EDIT3)
And to top it off. This Dose Not Work. The screen still goes blank after about a minut or two.
I also tried âsetterm -blank 0â in the ârc.localâ file, and that did not work???
Suggestions?
(EDIT4)
Ominously, in the âScreensaver Preferencesâ window, there is a setting for âRegard this computer as idle afterâ setting slider-thing. It only goes from 1 minute to 2 hours. Iâm not sure if that has anything to do with it, as I had it set to 2 hours, and the display was blanking out after a few minutes of watching a vid or NOAA radar. This is not cool. Clearly Ubuntu-mate had not been considered for use as a âStatus displayâ for anything, you know the kind of thing that you NEVER want the screen to just shut off by itâs self, lol.
Apparently, the only way to keep the screen from going blank in the middle of watching a vid, is to have the screensaver program load on boot, and set the settings in the âScreensaver Preferencesâ window to not turn off the display (uncheck the âActivate screensaver when computer is idleâ, plus setting the âPowerManagementâ boxes to âneverâ as well).
The Raspberry Pi2 dose have rather âLimitedâ resources. Having a program load and run in the background (the screensaver), just to keep the screen from going blank, is not beneficial at all for me. Itâs bad enough that it has performance issues that is for another topic, without this.
In order to get rid of the problem, I also added a Startup Application entry. However, I used Command:xset s off
which works for me. Could be worth a try for those in search of an alternative to wolfmanâs approach.
Yes wolfman, and my display looked exactly like your screen-caps. It did not work.
As mentioned, I found a few other posts regarding lines in config files, same results.
The only workaround was to keep the screensaver-thing in the startup, and disable it in the config for it (Activate screensaver when computer idleâŠ).
There has been at least three updates to the âbaseâ since then, so I guess I should give it another try. Tho I suspect it may be a âsudoâ (super user privileges) thing preventing it from working. Some stupid things donât work without âsudoâ, like getting the Pi2 CPU temp. For example.
/opt/vc/bin/vcgencmd measure_temp
doesnât work at all.
sudo /opt/vc/bin/vcgencmd measure_temp
Dose work.
Tho I didnât try the âmeasure_tempâ in the startup list, for silly reasons, I do suspect it may have similar results, lol.
I did a script that temporarly disable it and at the end put it enable again ⊠with optimization
(I use it when watching a moovie on my raspberry pi)
What I found was that no matter what I did using the above the screen would still blank after 10 minutes.
So I trawled DCONF and found that its the screensaver time between changing the background image.
I changed the 10 minutes to 240 minutes and now I donât see the screen blanking anymore.
Try this it might help.
gsettings set org.mate.screensaver cycle-delay 240
Hi friends! In my case i use Ubuntu Mate 16.04 with COMPIZ like âWindow Managerâ.
The easy solution for me was disabled"Unredirect Fullscreen Windows" and now everything works like a charm.
The solution:
compiz -> Composite -> General -> Unredirect Fullscreen Windows -> disable
I implemented the two lines (Name & Command) in Startup Applications and it worked a treat - screen now stays active - v. glad for your post some years ago.
mark