Created attachment 16908 [details] Xorg log When running dual-heads on my 965, opening a new window causes the VGA output to blank momentarily (a second or so), apparently while the xserver conducts an EDID query judging from the hundreds of lines of modelines accumulating in my Xorg.log. Running xf86-video-intel and xserver from git.
That's weird... the driver definitely shouldn't be causing that sort of behavior. Maybe your desktop environment is configured strangely causing RandR event when windows open? Or maybe your .bashrc has a call to xrandr in it or something?
sounds not our driver related...
> --- Comment #1 from Jesse Barnes <jbarnes@virtuousgeek.org> 2008-06-10 18:04:56 PST --- > That's weird... the driver definitely shouldn't be causing that sort of > behavior. Maybe your desktop environment is configured strangely causing RandR > event when windows open? Or maybe your .bashrc has a call to xrandr in it or > something? > It seems that gtk 2.13 calls XRRGetScreenResources() on startup, which causes a call to xf86ProbeOutputModes() in the server, which leads to load detection and loss.
Sounds about right to me. I'm running gtk+-2.13.0. What needs to be fixed, here: the xserver, the driver, or gtk?
After upgrading to gtk 2.13, I've got the same problem. I expect to turn epileptic rather soon ;-) Although this problem is exacerbated by the new gtk behaviour, the problem has always been there for instance with xrandr: every single call to xrandr turns off and on my VGA monitor. Would there be a way to avoid stopping the signals when probing the outputs? Either by doing caching or just by keeping the signal live all the time?
If I'm not mistaken, EDID transfers are done in-band and thus will cause the monitor to lose sync. There's really no way around it. From the recent thread on the mailing list, it sounds like the solution is to fix GTK to not rely so heavily on calls to XRRGetScreenResources().
For the record, I'm now seeing LVDS blanking on opening a window as well. I get the following in Xorg.0.log with every window, (II) intel(0): EDID vendor "SEC", prod id 12885 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1920x1200"x0.0 167.80 1920 2020 2052 2264 1200 1202 1208 1235 -hsync -vsync (74.1 kHz) (II) intel(0): EDID vendor "SEC", prod id 12885 (EE) intel(0): underrun on pipe B!
*** Bug 16947 has been marked as a duplicate of this bug. ***
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.