Author: richard
Date: Mon Apr 20 12:16:12 2009
New Revision: 5375

URL: http://svn.slimdevices.com/jive?rev=5375&view=rev
Log:
Bug: N/A
Description:
These mode lines are not needed, and actually break some displays.


Modified:
    7.4/trunk/squeezeplay/src/SDL-1.2.13/src/video/fbcon/SDL_fbvideo.c

Modified: 7.4/trunk/squeezeplay/src/SDL-1.2.13/src/video/fbcon/SDL_fbvideo.c
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/SDL-1.2.13/src/video/fbcon/SDL_fbvideo.c?rev=5375&r1=5374&r2=5375&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/SDL-1.2.13/src/video/fbcon/SDL_fbvideo.c 
(original)
+++ 7.4/trunk/squeezeplay/src/SDL-1.2.13/src/video/fbcon/SDL_fbvideo.c Mon Apr 
20 12:16:12 2009
@@ -97,7 +97,6 @@
        int vmode;
 } vesa_timings[] = {
 #ifdef USE_VESA_TIMINGS        /* Only tested on Matrox Millenium I */
-       {  240,  320, 287820000,  2, 2, 2,  1,  2, 2, 0, 0 },   /* PAD LCD */
        {  640,  400, 39771,  48, 16, 39,  8,  96, 2, 2, 0 },   /* 70 Hz */
        {  640,  480, 39683,  48, 16, 33, 10,  96, 2, 0, 0 },   /* 60 Hz */
        {  768,  576, 26101, 144, 16, 28,  6, 112, 4, 0, 0 },   /* 60 Hz */
@@ -113,7 +112,6 @@
           the 'modeline2fb' perl script included with the fbset package.
           These timings were generated for Matrox Millenium I, 15" monitor.
        */
-       {  240,  320, 287820000,  2, 2, 2,  1,  2, 2, 0, 0 },   /* PAD LCD */
        {  320,  200, 79440,  16, 16, 20,  4,  48, 1, 0, 2 },   /* 70 Hz */
        {  320,  240, 63492,  16, 16, 16,  4,  48, 2, 0, 2 },   /* 72 Hz */
        {  512,  384, 49603,  48, 16, 16,  1,  64, 3, 0, 0 },   /* 78 Hz */

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to