summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-10-07 09:49:15 -0400
committerChris Lumens <clumens@redhat.com>2009-10-07 10:26:02 -0400
commitc6f31d3eeab1d7812a306ed24818b902b61362ba (patch)
tree23b9c49f1c71c017fd59c7913f2dfc13fa8ee28e
parente593dddfe94893be3dfdaf22df19b17826872246 (diff)
downloadanaconda-c6f31d3eeab1d7812a306ed24818b902b61362ba.tar.gz
anaconda-c6f31d3eeab1d7812a306ed24818b902b61362ba.tar.xz
anaconda-c6f31d3eeab1d7812a306ed24818b902b61362ba.zip
Stop trying to run xrandr (#527678).
This has only rarely worked, and hasn't at all in quite a long time. What we really need to do is redesign the UI so it fits the screen appropriately instead of pushing X around to do what we want.
-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