From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 56347] New: NVPlatformProbe routine does not mark
the entity as Shared for ZaphodHeads.
Date: Wed, 24 Oct 2012 09:11:31 +0000
Message-ID:
Priority
medium
Bug ID
56347
Assignee
nouveau@lists.freedesktop.org
Summary
NVPlatformProbe routine does not mark the entity as Shared for ZaphodHeads.
QA Contact
xorg-team@lists.x.org
Severity
normal
Classification
Unclassified
OS
All
Reporter
exc@rbcmail.ru
Hardware
All
Status
NEW
Version
unspecified
Component
Driver/nouveau
Product
xorg
NVPlatformProbe routine does not mark the entity as Shared for ZaphodHeads.
It is used by xorg since version 1.13 so there is no possibility to use
ZaphodHeads.
This config:
75 Section "Device"
76 Identifier "CardA1"
77 Screen 0
78 Option "ZaphodHeads" "DVI-I-1"
79 Option "Monitor-DVI-I-1" "Monitor0"
80 Option "NoAccel" "off" # [<bool>]
81 Driver "nouveau"
82 BusID "PCI:1:0:0"
83 EndSection
84
85 Section "Device"
86 Identifier "CardA2"
87 Option "ZaphodHeads" "VGA-1"
88 Screen 1
89 Option "Monitor-VGA-1" "Monitor1"
90 Option "NoAccel" "off" # [<bool>]
91 Driver "nouveau"
92 BusID "PCI:1:0:0"
93 EndSection
causes xorg to print "Requested Entity already in use!" and use PCI:1:0:0 as
single-head adapter.
Thanks.