I am running the Debian wheezy beta and using my Pi to display my geckoboard dashboards using midori, as a result I want to prevent the screen from going blank, which it does after 10 minutes (though it doesn't seem to turn off the backlight). I have searched through the menu options and can not find how to prevent this. I came across a post on raspberrypi.org suggesting that the following:
sudo sh -c "TERM=linux setterm -blank 0 >/dev/tty0"
would solve the problem, but it does not work. I have also tried changing BLANK_TIME
to zero in /etc/kbd/config
without success.
apt-get install x11-xserver-utils
– Flexo Jun 26 '12 at 19:54exec /etc/alternatives/x-session-manager
do? When I take it out the bar at the bottom is gone. I'm curious about how it all fits together. A brief explanation would be appreciated. – Scoop Dec 21 '12 at 21:52lxde
with session management. This allows you to boot up with applications from your previous session still running. If you remove itlxde
will start from a blank slate, which is why there is no toolbar (it's not been started). – Jivings Dec 22 '12 at 10:16/etc/xdg/lxsession/LXDE/autostart
as described here and modifying~/.xinitrc
+/etc/kbd/config
as described fromcwd
did not get me any further. My screen still gets black with backlight. – Andi Giga Apr 14 '16 at 12:21nodm
as the display manager. Only difference is that in my case the commands had to be put in the~/.xsession
. I think the reason this solution doesn't appear to work for most people is related tolightdm
specifically which is what most use. – Manolis Agkopian Jan 11 '19 at 16:25