diff --git a/src/i830_display.c b/src/i830_display.c index ebe0aa3b..6cc914d5 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -432,6 +432,8 @@ i830PipeSetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode, int pipe) adpa |= ADPA_PIPE_B_SELECT; } + OUTREG(VGACNTRL, VGA_DISP_DISABLE); + /* Set up display timings and PLLs for the pipe. */ if (pipe == 0) { /* First, disable display planes */