yet another workaround
authorMirko Vogt <mirko@openwrt.org>
Sun, 30 Nov 2008 17:10:21 +0000 (17:10 +0000)
committerMirko Vogt <mirko@openwrt.org>
Sun, 30 Nov 2008 17:10:21 +0000 (17:10 +0000)
SVN-Revision: 13448

Xorg/xserver/xorg-xserver/files/x.init

index 903a19135036e78adb5db1f598d285430954233c..04ef4ae1e1eb9b79b06f28f5a90e2c99260e5cbd 100755 (executable)
@@ -41,5 +41,5 @@ start() {
        #config_foreach start_with_x start
        X $ARGS &
        #eval $START # not used yet, because the buildroot lacks of the functionality of editing uci-values while building a package
        #config_foreach start_with_x start
        X $ARGS &
        #eval $START # not used yet, because the buildroot lacks of the functionality of editing uci-values while building a package
-       DISPLAY=":0" WM & # workaround
+       sleep 1 && DISPLAY=":0" WM & # workaround
 }
 }