forked from srbala/fedora-kickstarts
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:
parent
c82626263c
commit
0cd792c758
@ -325,6 +325,7 @@ Section "Device"
|
||||
|
||||
Option "AccelMethod" "EXA"
|
||||
Option "NoCompression" "true"
|
||||
Option "MigrationHeuristic" "greedy"
|
||||
Option "PanelGeometry" "1200x900"
|
||||
EndSection
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user