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.
This commit is contained in:
Jeremy Katz 2008-10-31 15:07:40 -04:00
parent c82626263c
commit 0cd792c758
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ Section "Device"
Option "AccelMethod" "EXA"
Option "NoCompression" "true"
Option "MigrationHeuristic" "greedy"
Option "PanelGeometry" "1200x900"
EndSection