summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-01 00:37:32 +0000
committerMike Fulbright <msf@redhat.com>2002-08-01 00:37:32 +0000
commit7d2bb6e52d89cddad202e1382813b25115675572 (patch)
tree684d721b097772ac3b976fd886fc628fecec80b8
parenta5ba4a375a2ba0c87d369bebc58a767223710e99 (diff)
downloadanaconda-7d2bb6e52d89cddad202e1382813b25115675572.tar.gz
anaconda-7d2bb6e52d89cddad202e1382813b25115675572.tar.xz
anaconda-7d2bb6e52d89cddad202e1382813b25115675572.zip
run the mini-wm!
-rwxr-xr-xanaconda9
1 files changed, 9 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 29611fa61..fbc1067fb 100755
--- a/anaconda
+++ b/anaconda
@@ -486,6 +486,15 @@ if display_mode == 'g':
monitorhw, mousehw, kbd, runres)
testxcfg = xserver.startX(runres, nofbmode, videohw, monitorhw,
mousehw, kbd)
+
+ # start up mini-wm
+ if not flags.test:
+ try:
+ xserver.startMiniWM()
+ except:
+ print "Unable to start mini-wm"
+ log("Unable to start mini-wm")
+
except RuntimeError:
print " X startup failed, falling back to text mode"
log(" X startup failed, falling back to text mode")