Screen Blanking (how to disable) - Raspberry Pi Forums
hi all,
pi-powered gif slideshow display coming along nicely. pretty figured out except have small problem screen blanking after 30 mins. can ssh in , $ startx going again, seems should able disable screen blanking.
now, trod topic i'll let know i've tried far:
thread: http://raspberrypi.stackexchange.com/qu ... oing-blank
instructions install x11-xserver-xutils package , edit .xinitrc file following commands:
xset s off # don't activate screensaver
xset -dpms # disable dpms (energy star) features.
xset s noblank # don't blank video device
exec /etc/alternatives/x-session-manager # start lxde
did not work. tried same thing lightdm.conf file. no change.
final thing tried xscreensaver - disabling screensaver through gui. still blanks.
guys have other ideas try next? final piece project, seems should extremely easy reason it's proving quite difficult.
thanks!
pi-powered gif slideshow display coming along nicely. pretty figured out except have small problem screen blanking after 30 mins. can ssh in , $ startx going again, seems should able disable screen blanking.
now, trod topic i'll let know i've tried far:
thread: http://raspberrypi.stackexchange.com/qu ... oing-blank
instructions install x11-xserver-xutils package , edit .xinitrc file following commands:
xset s off # don't activate screensaver
xset -dpms # disable dpms (energy star) features.
xset s noblank # don't blank video device
exec /etc/alternatives/x-session-manager # start lxde
did not work. tried same thing lightdm.conf file. no change.
final thing tried xscreensaver - disabling screensaver through gui. still blanks.
guys have other ideas try next? final piece project, seems should extremely easy reason it's proving quite difficult.
thanks!
raspberrypi
Comments
Post a Comment