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