diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-08 02:05:39 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-08 02:05:39 (GMT) |
commit | eb6c161441c34e879a82c19c2ca1e14c560c939b (patch) | |
tree | e43ffed881cd7e3f981f46318a5e041e5686d3f8 /build_tools/clarch/larch/profiles/i686-testing-REMOTE | |
parent | 74d634231592569faccb31f0caa876181c275c99 (diff) | |
download | linhes_dev-eb6c161441c34e879a82c19c2ca1e14c560c939b.zip |
disable screensaver for install
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE')
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh index 85762da..a3a11a0 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh @@ -8,7 +8,8 @@ exec > /tmp/mythvantage_install.log #/usr/bin/tilda & #/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents & export MALLOC_CHECK_=0 - +xset s off +xset -dpms xhost + CMDLINE=$(cat /proc/cmdline) |