Hi Ben, Someone came in to the channel to report that the outputs on the second gpu of the NVS 420 were not being detected properly. Emil tracked it down to the pclass == PCI_CLASS_DISPLAY_VGA check in nouveau_display that you added in e412e95a in order to avoid modesetting on Tesla cards. This can be worked around by specifying nouveau.modeset=1.
I think it's a little ridiculous to require all NVS420/450 users to use nouveau.modeset=1, things should Just Work (tm). But I also don't want to just break stuff for Tesla, and I don't really know what the landscape of those "3d accelerator" cards is. So... what do you think the best approach is here? A whitelist? A blacklist? Relying on vbios's dcb.entries > 0 saving us (note that this check was not there when you checked in that commit)? -ilia _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
