Whenever I try to start X I get no video input on the monitor and X.log shows an error stating "underrun on pipe A"
Created attachment 17406 [details] Xorg.0.log
Created attachment 17407 [details] xorg.conf
Created attachment 17408 [details] dmesg
seems similar to bug#16169.
Can you try this? I'm pretty sure that reprogramming DSPARB is a bad idea on some machines, maybe including yours. diff --git a/src/i830_driver.c b/src/i830_driver.c index dff7d51..2e8f5eb 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -3408,7 +3408,7 @@ I830EnterVT(int scrnIndex, int flags) /* Set the DSPARB register. This disables the outputs, which is about to * happen (likely) in xf86SetDesiredModes anyway. */ - i830_set_dsparb(pScrn); +// i830_set_dsparb(pScrn); /* Tell the BIOS that we're in control of mode setting now. */ i830_init_bios_control(pScrn);
*** This bug has been marked as a duplicate of bug 16169 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.