********************* Prevent Monitor Sleep ********************* /etc/X11/xorg.conf
Section "ServerFlags" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" EndSection Section "Monitor" Option "DPMS" Identifier "Builtin Default Monitor" EndSection On Fri, Nov 15, 2013 at 10:02 AM, Don deJuan <[email protected]> wrote: > On 11/15/2013 12:34 AM, Björn Krombholz wrote: > > On 11/15/2013 12:03 AM, Nick M wrote: > >> I am going to be using Angstrom Beaglebone Black with an LCD cape. Is > >> there any way to prevent the screen from sleeping and does that differ > >> from HDMI sleep? > > > > Try adding consoleblank=0 as kernel boot parameter. > > > > You might also want to take a look at > > # setterm -blank 0 > > and/or > > # setterm -powersave off > > > > > xset -dpms; xset s off > > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
