[Openchrome-devel] xf86-video-openchrome: src/via_lvds.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Wed Mar 16 11:25:06 UTC 2016
src/via_lvds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e94d924df7e633b0a339032364573eedd3351c9b
Author: Kevin Brace <kevinbrace at 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 <kevinbrace at 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;
}
More information about the Openchrome-devel
mailing list