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

Unified Diff: display-configure.sh

Issue 5637002: Add support for monitor hotplug detection. (Closed) Base URL: http://git.chromium.org/git/monitor_reconfig.git@master
Patch Set: Created 10 years 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 | « 99-monitor-hotplug.rules ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: display-configure.sh
diff --git a/display-configure.sh b/display-configure.sh
new file mode 100644
index 0000000000000000000000000000000000000000..fc3b50a5e88a23da8f67023bddee07dd607405c6
--- /dev/null
+++ b/display-configure.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+export DISPLAY=:0
+export XAUTHORITY=/home/chronos/.Xauthority
+/usr/bin/monitor_reconfigure
« no previous file with comments | « 99-monitor-hotplug.rules ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698