As I said on the mailing list, running 2.6.2 on top of Xserver 1.5.3 breaks. As soon as the server starts, it freezes and then colors turn to Acid. The machine is still up and running and X can be restarted. Bisecting between 2.6.1 and 2.6.2 shows that this commit is responsible for the break : commit 3f2dc8381276d97a0b69d51cf3bbbeebf1301fa5 Author: Keith Packard <keithp@keithp.com> Date: Mon Dec 15 15:35:35 2008 -0800 Resize framebuffer on screen size change (requires UXA and DRI2) Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit 8237faf8f3ca73ecdf0ef009a7d361b318726f6f) I'm guessing it's the DRI2 bits that are causing this? Anything else I can do to help track this down? Thanks
Created attachment 23310 [details] Xorg.0.log with ModeDebug on Adding the log, can't see anything horribly wrong in there. Thanks
The thing obviously wrong in your log is DRI not initializing. Does this commit in master help? commit 70e0261208654c6c875ad462da2734c6aa9eeb96 Author: Eric Anholt <eric@anholt.net> Date: Tue Feb 24 20:54:05 2009 -0800 Disable fb resizing for DRI1-only server so that DRI1 can initialize.
Thanks Eric, that patch allows X to start and the log shows AIGLX uses i915 instead of swrast. I'll be shipping 2.6.2 with that patch. Could it be nominated for the 2.6 branch? Thanks again
sounds this has been fixed.
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.