From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 51798] Cannot enable second video card on nvidia
quadro NVS420
Date: Fri, 30 Aug 2013 14:09:43 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1980342891=="
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Errors-To: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
List-Id: nouveau.vger.kernel.org
--===============1980342891==
Content-Type: multipart/alternative; boundary="1377871783.7FbEDfea2.30852"; charset="us-ascii"
--1377871783.7FbEDfea2.30852
Date: Fri, 30 Aug 2013 14:09:43 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=51798
--- Comment #4 from Emil Velikov ---
(In reply to comment #3)
Slight improvement of Ilia's trick
grep . /sys/bus/pci/devices/*/drm/*/card*/{status,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).
I think so too,
* status indicates if there is a connection (cable is plugged)
* whereas enabled - if the output enabled/is there a user that has enabled
> 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?
>
Indeed, I was wondering why nouveau is loaded only once by X
A minimal xorg.conf like the following should do the job
Section "Device"
Identifier "Device0"
Driver "nouveau"
# Actual PCI location of first card/gpu
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nouveau"
# Actual PCI location of second card/gpu
BusID "PCI:4:0:0"
EndSection
Additionally if you're planning to use three or more outputs you might want to
setup xinerama/zaphod heads [1]
> In any case, I'd highly recommend retesting with a new kernel and
> xf86-video-nouveau (and maybe xorg-server).
Seconded
[1] http://nouveau.freedesktop.org/wiki/MultiMonitorDesktop/
--
You are receiving this mail because:
You are the assignee for the bug.
--1377871783.7FbEDfea2.30852
Date: Fri, 30 Aug 2013 14:09:43 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 4
on bug 51798
from Emil Velikov
(In reply to comment #3)
Slight improvement of Ilia's trick
grep . /sys/bus/pci/devices/*/drm/*/card*/{status,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).
I think so too,
* status indicates if there is a connection (cable is plugged)
* whereas enabled - if the output enabled/is there a user that has enabled
> 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?
>
Indeed, I was wondering why nouveau is loaded only once by X
A minimal xorg.conf like the following should do the job
Section "Device"
Identifier "Device0"
Driver "nouveau"
# Actual PCI location of first card/gpu
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nouveau"
# Actual PCI location of second card/gpu
BusID "PCI:4:0:0"
EndSection
Additionally if you're planning to use three or more outputs you might want to
setup xinerama/zaphod heads [1]
> In any case, I'd highly recommend retesting with a new kernel and
> xf86-video-nouveau (and maybe xorg-server).
Seconded
[1] http://nouveau.freedesktop.org/wiki/MultiMonitorDesktop/
You are receiving this mail because:
- You are the assignee for the bug.
--1377871783.7FbEDfea2.30852--
--===============1980342891==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
--===============1980342891==--