diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-29 14:58:39 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-29 14:58:39 -0400 |
commit | c1529c18d5fb7996bf1f968dabd812d09a518b10 (patch) | |
tree | 30e83fbd6b937b24cb5f9aec4054d1df10e50915 /anaconda | |
parent | a6b91cb33a40b31a014e2364e6de38c5f291c5e6 (diff) | |
download | anaconda-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-x | anaconda | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |