Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: factory.conf

Issue 6838023: Disable screen blanking and powersave on VT2 for factory (Closed) Base URL: ssh://gitrw.chromium.org:9222/factory_test_init.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: factory.conf
diff --git a/factory.conf b/factory.conf
index 1784cba7034ce635842e0ac1fe9fcdd790a35945..d953f36beb6fcab4cb9c606ad850644a808c5635 100644
--- a/factory.conf
+++ b/factory.conf
@@ -9,6 +9,10 @@ start on stopped udev-addon
stop on starting halt or starting reboot
script
+ # disable screen blanking & VESA powerdown for VT2
+ echo -e "\033[9;0]" > /dev/console
+ echo -e "\033[14;0]" > /dev/console
+
modprobe i2c-dev
cd /usr/local/autotest
eval $(./site_tests/suite_Factory/startx.sh)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698