[Bug 51798] Cannot enable second video card on nvidia quadro NVS420

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 25 12:12:08 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=51798

--- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> ---
> ls /sys/bus/pci/devices/*/drm/*/card*/enabled | xargs -I {} -i bash -c "echo -n {}: ; cat {}"

Here's a neat trick:

grep . /sys/bus/pci/devices/*/drm/*/card*/enabled

I think "enabled" is like "is there a KMS user that has enabled this connector"
(probably something to do with assigned crtc's or who knows). e.g. Xorg.
Looking at your xorg log, it only loads for the first gpu. Do you have an
xorg.conf that hardcodes the busid?

In any case, I'd highly recommend retesting with a new kernel and
xf86-video-nouveau (and maybe xorg-server).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130825/271e7cdc/attachment.html>


More information about the dri-devel mailing list