diff options
author | Martin-Éric Racine <q-funk@iki.fi> | 2010-11-19 17:24:35 +0200 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2010-11-19 17:24:35 +0200 |
commit | 1d8d02d64e9f5d5dd3788b3b9b1b25866c2ed6b5 (patch) | |
tree | 8c083eb9179021f1963643d76e3c0abd84bd1508 /src/lx_panel.c | |
parent | 256356912bbc1d1e65db5c3c03c6ae25883a81fb (diff) |
LX Panel: lower the 1024x600 refresh rate down to 60Hz.
NOTE: the eCafe EC-800's panel doesn't support a higher refresh rate.
Diffstat (limited to 'src/lx_panel.c')
-rw-r--r-- | src/lx_panel.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lx_panel.c b/src/lx_panel.c index 573c0fb..95cf0b3 100644 --- a/src/lx_panel.c +++ b/src/lx_panel.c @@ -69,9 +69,9 @@ DisplayModeRec lx_panel_modes[] = { {MODEPREFIX, 162000, 1600, 1664, 1856, 2160, 0, 1200, 1201, 1204, 1250, 0, V_NHSYNC | V_NVSYNC, MODESUFFIX} , /* 1600x1200@60 */ - {MODEPREFIX, 67630, 1024, 1080, 1184, 1344, 0, 600, 601, 604, 629, 0, - V_NHSYNC | V_NVSYNC, MODESUFFIX} - , /* 1024x600@80 */ + {MODEPREFIX, 48960, 1024, 1064, 1168, 1312, 0, 600, 601, 604, 622, 0, + V_NHSYNC | V_NVSYNC, MODESUFFIX} + , /* 1024x600@60 wide panels */ }; /* Get the legacy panel size from VSA, and return the associated mode rec */ |