xf86-video-intel: src/i830_driver.c

Alan Hourihane alanh at kemper.freedesktop.org
Mon Jun 12 15:53:33 EEST 2006


 src/i830_driver.c |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

New commits:
diff-tree a50610b7719bfe800c3496c17d0ba77739167b35 (from f02268b2091c9a785d26e82bcb35a8b713463072)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Mon Jun 12 13:53:20 2006 +0100

    Use 800x600 mode to double check

diff --git a/src/i830_driver.c b/src/i830_driver.c
index 2d02c48..e43e355 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -956,17 +956,14 @@ I830Set640x480(ScrnInfoPtr pScrn)
 	   return TRUE;
 
    /* if the first failed, let's try the next - usually 800x600 */
-   m = 0x31;
-
+   m = 0x32;
    switch (pScrn->depth) {
    case 15:
-	 m = 0x42;
-	 break;
    case 16:
-	 m = 0x43;
+	 m = 0x42;
 	 break;
    case 24:
-	 m = 0x51;
+	 m = 0x52;
 	 break;
    }
    m |= (1 << 15) | (1 << 14);



More information about the xorg-commit mailing list