summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-04-05 09:21:10 -0400
committerJesse Keating <jkeating@redhat.com>2008-04-05 09:21:44 -0400
commitcc472ba2e97a22f990e97cc87144b87155117c2e (patch)
tree9c55b82b18f447bd89eadb8ada9b04f3af2af6ab /anaconda
parent91e33d0cadd2cfa39289235b539fb9e82be895e5 (diff)
downloadanaconda-cc472ba2e97a22f990e97cc87144b87155117c2e.tar.gz
anaconda-cc472ba2e97a22f990e97cc87144b87155117c2e.tar.xz
anaconda-cc472ba2e97a22f990e97cc87144b87155117c2e.zip
Work around GL crashes in anaconda X by disabling them.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 81be3d901..f24144817 100755
--- a/anaconda
+++ b/anaconda
@@ -902,7 +902,7 @@ if __name__ == "__main__":
xserver.generateConfig()
xserver.addExtraScreen("Anaconda")
xserver.display = ":1"
- xserver.serverflags.extend(["-screen", "Anaconda", "-dpi", "96", "-br"])
+ xserver.serverflags.extend(["-screen", "Anaconda", "-dpi", "96", "-br", "-extension", "GLX"])
xserver_pid = xserver.startX(xStartedCB=doStartupX11Actions)
except RuntimeError:
stdoutLog.warning(" X startup failed, falling back to text mode")