https://bugs.freedesktop.org/show_bug.cgi?id=77361
--- Comment #13 from Emil Velikov <[email protected]> --- Taking a closer look, it's almost impossible that the kernel is to blame here (esp considering the dmesg you've provided). The message "No devices detected" comes from the server whenever no screen are created (xf86NumScreens == 0). The latter is incremented when the xf86AllocateScreen(drv, flags ~XF86_ALLOCATE_GPU_SCREEN) helper is called, which is executed by the driver depending on the path chosen in xf86platformProbeDev(). Long story short, drop the xorg.conf, and double check what exactly did you update when the issue occurred. The Xorg.log you've attached here differs from the one in the debian forum, so I'm guessing something else got updated silently and you may have missed it. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
