https://bugs.freedesktop.org/show_bug.cgi?id=106772 --- Comment #5 from Keith Packard --- Looks like Nouveau still parties like it's 1999. I don't think more recent drivers do mode setting this early. However, it's easy enough to handle this case by simply skipping the RRCrtcIsLeased and RROutputIsLeased calls when the respective DIX objects haven't been created yet. Here's a patch which simply wraps those functions in xf86 code that checks for NULL pointers before calling the DIX code. -- You are receiving this mail because: You are the assignee for the bug.