summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lx_panel.c6
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 */