diff options
author | Mike Fulbright <msf@redhat.com> | 2002-08-01 00:37:32 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-08-01 00:37:32 +0000 |
commit | 7d2bb6e52d89cddad202e1382813b25115675572 (patch) | |
tree | 684d721b097772ac3b976fd886fc628fecec80b8 | |
parent | a5ba4a375a2ba0c87d369bebc58a767223710e99 (diff) | |
download | anaconda-7d2bb6e52d89cddad202e1382813b25115675572.tar.gz anaconda-7d2bb6e52d89cddad202e1382813b25115675572.tar.xz anaconda-7d2bb6e52d89cddad202e1382813b25115675572.zip |
run the mini-wm!
-rwxr-xr-x | anaconda | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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") |