diff options
author | Andres Salomon <dilinger@queued.net> | 2008-11-18 14:14:17 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-18 14:14:17 -0500 |
commit | fc772694ec04f729b5a1cdced7f33dc406c1d67f (patch) | |
tree | d3a196e7e18e4bbaa54287ff47c26102b3a05dab /src | |
parent | 1e3fcaaa67dde12a658206f3b0fd07b627a3b61b (diff) |
DCON: Mark 1200x900 mode as preferred.
Diffstat (limited to 'src')
-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; |