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
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?
_
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