From 0cd792c7584523360c7aa291b1c3428e053bc3b3 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 527de66..e5e7496 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -325,6 +325,7 @@ Section "Device" Option "AccelMethod" "EXA" Option "NoCompression" "true" + Option "MigrationHeuristic" "greedy" Option "PanelGeometry" "1200x900" EndSection