summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-29 14:58:39 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-29 14:58:39 -0400
commitc1529c18d5fb7996bf1f968dabd812d09a518b10 (patch)
tree30e83fbd6b937b24cb5f9aec4054d1df10e50915 /anaconda
parenta6b91cb33a40b31a014e2364e6de38c5f291c5e6 (diff)
downloadanaconda-c1529c18d5fb7996bf1f968dabd812d09a518b10.tar.gz
anaconda-c1529c18d5fb7996bf1f968dabd812d09a518b10.tar.xz
anaconda-c1529c18d5fb7996bf1f968dabd812d09a518b10.zip
Don't sleep(5) after xrandr
It won't help, I promise.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 0 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index f08a2c336..b8ae35949 100755
--- a/anaconda
+++ b/anaconda
@@ -91,7 +91,6 @@ def doStartupX11Actions(runres="800x600"):
iutil.execWithRedirect("xrandr", ["-s", runres, "--dpi", "96"],
searchPath=1, stdout="/dev/tty5",
stderr="/dev/tty5")
- time.sleep(5)
except Exception, e:
log.error("Exception when running xrandr: %s" % str(e))