src/via_lvds.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e94d924df7e633b0a339032364573eedd3351c9b
Author: Kevin Brace <kevinbr...@gmx.com>
Date:   Wed Mar 16 04:19:23 2016 -0700

    OLPC XO-1.5 flat panel height and width physical size
    
    The flat panel physical height and width sizes for OLPC XO-1.5 should now
    be set correctly. Due to equipment availability, this fix was not tested
    on OLPC XO-1.5.
    
    Signed-off-by: Kevin Brace <kevinbr...@gmx.com>

diff --git a/src/via_lvds.c b/src/via_lvds.c
index 8842978..bbfbd0f 100644
--- a/src/via_lvds.c
+++ b/src/via_lvds.c
@@ -1599,7 +1599,7 @@ via_lvds_init(ScrnInfoPtr pScrn)
         output->interlaceAllowed = FALSE;
         output->doubleScanAllowed = FALSE;
 
-        if (!(pVia->IsOLPCXO15)) {
+        if (pVia->IsOLPCXO15) {
             output->mm_height = 152;
             output->mm_width = 114;
         }
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to