http://bugs.freedesktop.org/show_bug.cgi?id=16792
--- Comment #11 from Ben Skeggs <[email protected]> 2009-03-18 22:26:58 PST --- (In reply to comment #9) > I installed nouveau master, drm modesetting-gem and rebooted. > > I modprobed drm, then nouveau with "modeset=1", the screen went black, like > when X start, then the console came back but at panel native resolution. Cool, that sounds about right :) > > I then started GDM but X gave the error I attach. Hmm, the dmesg log would be very useful here (bonus points for loading drm with "modprobe drm debug=1"). > > I then tried to remove the nouveau module but it said it was busy, though > "lsmod" told no other module was using it. That's normal, the console is being controlled by nouveau.ko. You can unload the module first if you "echo 0 > /sys/class/vtconsole/vtcon<n>/bind" first. What exactly <n> is probably depends on your system, it's 1 for me. Also, once you do that, you won't have a visible console. Nouveau can't switch back to the original resolution yet.. > > I forgot to save "dmesg" before reboot. It contained many information about > the > DRM. Do you need it? It would be very useful :) > -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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
