Re: [pandaboard] Re: Screen going black with power saving disabled

2012-02-13 Thread nivr
It depends on the ubuntu user, but I'm running a linaro pre-made image for xbmc on the pandaboard so for me X is always run as 'linaro' user. You should check yours. I put those lines in rc.local so they are always executed on bootup. A better solution would probably be to put the corresponding

Re: Screen going black with power saving disabled

2012-02-13 Thread nivr
The problem I had was screen blanking in X. Since X is run with the username 'linaro', I put the following lines in a startup script (/etc/rc.local) and it seems to do the trick: su linaro -c "xset -display :0 -dpms" su linaro -c "xset -display :0 s off" Does this help in any way? _

Re: Screen going black with power saving disabled

2012-01-29 Thread nivr
Would you mind explaining how you disabled the power saving? Regards ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev