On Wed, Dec 31, 2014 at 4:08 AM, Metro <[email protected]> wrote:
> None of the solutions are working.I dont know where i am lacking.Ok let me
> give you more details about the systems.
> I am in a process to make a linux kiosk.Wher only one GUI will run , so to
> directly go to gui i have modified the system as follows:
>
> Installed OpenBox.
> edited /etc/iit/tty1.conf
> commented line: #exec /sbin/getty -8 38400 tty1
>
> added line: exec /usr/bin/login -f -p ubuntu < /dev/tty1 > /dev/tty1 >2&1
> added line: exec startx
>
>       4. ~/.config/openbox/autostart : MyGUI
> Thats all.All the system is working absolutely flawless , except this
> blanking screen problem.Please Help

odd, as:

cat /home/user/.xsessionrc

#!/bin/sh

xset -dpms
xset s off

Is what we use in the offical Debian bb.org image to make sure the
lcd/hdmi never shut's off..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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/d/optout.

Reply via email to