summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <agd5f@yahoo.com>2005-06-30 00:14:26 +0000
committerAlex Deucher <agd5f@yahoo.com>2005-06-30 00:14:26 +0000
commit1dc135becf5898950e04c84cc4d87870840140c1 (patch)
treecf4194d03ca8d54dff71c4d56692993c4b8fc879
parent0670b675c2133dd7c29f79bdf17d24d64181537d (diff)
- add 800x480 mode to smi driver (bug 3639)
-rw-r--r--src/smi_driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c
index 0e5aa8a..53999fd 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -2771,6 +2771,9 @@ SMI_ModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode)
{ 640, 480, 16, 0x52 },
{ 640, 480, 24, 0x53 },
{ 640, 480, 32, 0x54 },
+ { 800, 480, 8, 0x4A },
+ { 800, 480, 16, 0x4C },
+ { 800, 480, 24, 0x4D },
{ 800, 600, 8, 0x55 },
{ 800, 600, 16, 0x57 },
{ 800, 600, 24, 0x58 },