Raspberry Pi Screensaver

636 views
Skip to first unread message

simp...@outlaw.dmsc.k12.ar.us

unread,
Jul 31, 2013, 1:16:31 PM7/31/13
to concerto-dig...@googlegroups.com
Good day!

Has anyone been successful at stopping the screenblanker or screensaver or whatever on the RaspberryPi?

I have it displaying the Concerto screens beautifully but the danged thing blanks after a while unless you press a key or something (unhandy).

I have been around the dadgummed WORLD trying to get it to not blank and have tried everything that lots of people have said to do with xset and xinitrc and autostart and all that jazz to no avail. If anyone has been successful, please let us know what it was that you did that actually worked. Please be specific, as I have tried so many different things that people have suggested that I am at my wits end to get it fixed.

Thank you!

Doug

Scott Kiser

unread,
Aug 2, 2013, 9:14:12 AM8/2/13
to concerto-dig...@googlegroups.com
/usr/bin/xset s off &
/usr/bin/xset -dpms &
/usr/bin/xset s noblank &



--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at http://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Scott Kiser

unread,
Aug 2, 2013, 9:18:07 AM8/2/13
to concerto-dig...@googlegroups.com
Oops I should've mentioned: this assumes you're running Raspbian.  I haven't tried the other Pi distros yet. 

Chris Sheldon

unread,
Aug 28, 2013, 4:44:37 PM8/28/13
to concerto-dig...@googlegroups.com
We configure Raspbian Wheezy to automatically launch Midori and Unclutter when the desktop environment boots, and to keep Midori launched in fullscreen should it crash. Replace "concerto.foo" and "screennumber" with the appropriate information for your setup.  Unclutter hides the mouse when Midori is un full screen mode.  Hope this helps! - Chris

%sudo mkdir /scripts
%sudo nano /scripts/signage.sh
  #!/bin/bash
  while true; do midori -e Fullscreen -a http://concerto.foo/frontend/screennumber;sleep 5s; done
%sudo nano /etc/xdg/lxsession/LXDE
  @lxpanel --profile LXDE
  @pcmanfm --desktop --profile LXDE
  @xscreensaver -no-splash
  @unclutter
  @/scripts/signage.sh
Reply all
Reply to author
Forward
0 new messages