https://bugs.freedesktop.org/show_bug.cgi?id=28524
--- Comment #1 from GilbertSullivan <[email protected]> 2010-06-13 11:41:56 PDT --- (In reply to comment #0) > Please note, also, the result of > > grep -B2 'Module class: X.Org Video Driver' /var/log/Xorg.0.log > (II) Module nv: vendor="X.Org Foundation" > compiled for 1.7.7, module version = 2.1.17 > Module class: X.Org Video Driver > -- > (II) Module vesa: vendor="X.Org Foundation" > compiled for 1.7.7, module version = 2.3.0 > Module class: X.Org Video Driver > > The Xorg log shows this content regardless of whether the system is docked or > undocked, and whether I boot with the old kernel or the new one. (But I would > swear that it used to show only the vesa driver.) > > I tried forcing the use of nouveau driver creating > > Section "Device" > Identifier "n" > Driver "nouveau" > EndSection > > for Xorg configuration. This results in X not starting at all -- until the > configuration file is removed.. Created "blacklist nouveau" line in /etc/modprobe.d/blacklist.conf, and that proved a workaround the issue with the external monitor. I can now boot the system while docked with the new kernel. The nouveau frame buffer doesn't load, so the console resolution stays at 800x600 (or whatever it is) until gdm loads. After seeing that nouveau driver wasn't usable, I decided to create an /etc/X11/xorg.conf which specified the vesa driver. That, also, would not allow X to start. Specifying nv driver in xorg.conf fixed it, and now using grep on /var/log/Xorg.0.log shows me only the nv driver. So I have a workaround, but I'd rather be able to use the nouveau driver when all the pieces are in place. -- Configure bugmail: https://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
