summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-10 08:36:48 +0000
committerMatt Wilson <msw@redhat.com>2001-07-10 08:36:48 +0000
commitdf52094ef694b0f4ad2ac2873904e6ef2b4e3928 (patch)
tree3ebe408204c68a8721a1b3e22deb6f833f14e051 /anaconda
parente4dcdec4bf2fe5fb8942a8a2f2f841ce2eac0b3c (diff)
downloadanaconda-df52094ef694b0f4ad2ac2873904e6ef2b4e3928.tar.gz
anaconda-df52094ef694b0f4ad2ac2873904e6ef2b4e3928.tar.xz
anaconda-df52094ef694b0f4ad2ac2873904e6ef2b4e3928.zip
move xsetroot to after we connect to the X server.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda12
1 files changed, 0 insertions, 12 deletions
diff --git a/anaconda b/anaconda
index 78b40d83e..d79f8907b 100755
--- a/anaconda
+++ b/anaconda
@@ -408,18 +408,6 @@ if display_mode == 'g':
else:
xcfg = xserver.startX (runres, nofbmode, videohw, monitorhw,
mousehw)
-
- #set the background to a dark gray
- path = ("/usr/X11R6/bin/xsetroot",)
- args = ("-solid", "gray45")
-
- child = os.fork ()
- if (child == 0):
- os.execv (path[0], path + args)
- try:
- pid, status = os.waitpid(child, 0)
- except OSError, (errno, msg):
- print __name__, "waitpid:", msg
except RuntimeError:
print " X startup failed, falling back to text mode"