From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 51798] Cannot enable second video card on nvidia quadro NVS420
Date: Sun, 25 Aug 2013 19:12:08 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1742057071=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id F2B0AE5DFE
for ;
Sun, 25 Aug 2013 12:12:08 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1742057071==
Content-Type: multipart/alternative; boundary="1377457928.aBFC1d2.27382"; charset="us-ascii"
--1377457928.aBFC1d2.27382
Date: Sun, 25 Aug 2013 19:12:08 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=51798
--- Comment #3 from Ilia Mirkin ---
> 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.
--1377457928.aBFC1d2.27382
Date: Sun, 25 Aug 2013 19:12:08 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 3
on bug 51798
from Ilia Mirkin
> 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.
--1377457928.aBFC1d2.27382--
--===============1742057071==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1742057071==--