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

New commits:
commit bd13b49532479134eaecc47359e2056f0a48f680
Author: Xavier Bachelot <[email protected]>
Date:   Mon Jan 28 23:17:30 2013 +0100

    Revert CLE266 to legacy modeswitch

diff --git a/src/via_driver.c b/src/via_driver.c
index 9728425..6498f2d 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -685,6 +685,7 @@ VIASetupDefaultOptions(ScrnInfoPtr pScrn)
     switch (pVia->Chipset) {
         case VIA_CLE266:
             pBIOSInfo->TVDIPort = VIA_DI_PORT_DVP0;
+            pVia->UseLegacyModeSwitch = TRUE;
             break;
         case VIA_KM400:
             /* IRQ is not broken on KM400A, but testing (pVia->ChipRev < 0x80)
@@ -726,7 +727,6 @@ VIASetupDefaultOptions(ScrnInfoPtr pScrn)
             pVia->dmaXV = FALSE;
             pBIOSInfo->TVDIPort = VIA_DI_PORT_DVP0;
             break;
-
         case VIA_VX800:
         case VIA_VX855:
         case VIA_VX900:
_______________________________________________
Openchrome-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to