Index: src/via_lvds.c =================================================================== --- src/via_lvds.c (Revision 741) +++ src/via_lvds.c (Arbeitskopie) @@ -89,7 +89,7 @@ hwp->writeSeq(hwp, 0x2A, hwp->readSeq(hwp, 0x2A) | 0x0F); } else { /* Turn DFP High/Low pad off. */ - hwp->writeSeq(hwp, 0x2A, hwp->readSeq(hwp, 0x2A) & 0x0F); + hwp->writeSeq(hwp, 0x2A, hwp->readSeq(hwp, 0x2A) & 0xF0); } } @@ -116,6 +116,6 @@ DEBUG(xf86DrvMsg(pScrn->scrnIndex, X_INFO, "ViaLVDSPower\n")); ViaLVDSPowerFirstSequence(pScrn, on); ViaLVDSPowerSecondSequence(pScrn, on); - ViaLVDSDFPPower(pScrn, on); +// ViaLVDSDFPPower(pScrn, on); ViaLVDSPowerChannel(pScrn, on); }