diff options
-rw-r--r-- | src/geode_dcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geode_dcon.c b/src/geode_dcon.c index b7fba00..0baa178 100644 --- a/src/geode_dcon.c +++ b/src/geode_dcon.c @@ -103,7 +103,7 @@ dcon_init(ScrnInfoPtr pScrni) /* Set up the panel mode structure automagically */ - pGeode->panelMode->type = M_T_DRIVER; + pGeode->panelMode->type = M_T_DRIVER|M_T_PREFERRED; pGeode->panelMode->Clock = 57275; pGeode->panelMode->HDisplay = 1200; pGeode->panelMode->HSyncStart = 1208; |