summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xanaconda13
-rwxr-xr-xscripts/upd-instroot1
2 files changed, 0 insertions, 14 deletions
diff --git a/anaconda b/anaconda
index 8f6780748..84dbbb739 100755
--- a/anaconda
+++ b/anaconda
@@ -82,19 +82,6 @@ def doStartupX11Actions(runres="800x600"):
miniwm_pid = None
log.error("Unable to start mini-wm")
- # cant do this if miniwm didnt run because otherwise when
- # we open and close an X connection in the xutils calls
- # the X server will exit since this is the first X
- # connection (if miniwm isnt running)
- if miniwm_pid is not None and not flags.usevnc:
- try:
- iutil.execWithRedirect("xrandr", ["-s", runres, "--dpi", "96"],
- searchPath=1, stdout="/dev/tty5",
- stderr="/dev/tty5")
- except Exception, e:
- log.error("Exception when running xrandr: %s" % str(e))
-
-
if miniwm_pid is not None:
import xutils
import gtk
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index a1dff1718..64017d1d4 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -524,7 +524,6 @@ usr/bin/vncconfig
usr/bin/vncpasswd
usr/bin/wget
usr/bin/xkbcomp
-usr/bin/xrandr
usr/bin/zenity
usr/lib/anaconda
usr/lib/anaconda-runtime