From 711eac0836c1da682c025826537e4f889a150590 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 31 Oct 2008 15:07:40 -0400 Subject: [PATCH] Switch to using greedy migration heuristic for geode (#462531, #467762) The geode driver seems to have some bugs that using the greedy migration heuristic works around (discovered in upstream https://bugs.freedesktop.org/show_bug.cgi?id=15700). This fixes both the black boxes we see on XO and also seems to make the text appear properly. --- fedora-live-base.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 7156832..7531747 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -322,6 +322,7 @@ Section "Device" Option "AccelMethod" "EXA" Option "NoCompression" "true" + Option "MigrationHeuristic" "greedy" Option "PanelGeometry" "1200x900" EndSection