registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #15428
[Bug 267241] Re: Xorg fails to start with more than one display adapter
Launchpad has imported 15 comments from the remote bug at
http://bugs.freedesktop.org/show_bug.cgi?id=18321.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2008-10-31T00:32:15+00:00 Timo Aaltonen wrote:
Forwarded from launchpad:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/267241
Basically what happens is that the server fails with:
(EE) No device detected.
when there are more than one display device on the system. Some
logfiles:
http://launchpadlibrarian.net/17352098/xorg.log
http://launchpadlibrarian.net/19085483/Xorg.log.fail
http://launchpadlibrarian.net/18024794/Xorg.0.log
Setting the BusID allows it to work. I've requested the people to try
without an xorg.conf to see if the different autoconfig-paths have
something to do with this..
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/16
------------------------------------------------------------------------
On 2008-10-31T01:14:25+00:00 Timo Aaltonen wrote:
I've noticed that on x86 things seem to work just fine:
http://launchpadlibrarian.net/18858927/XorgLog.txt
and all the non-working logs are from x86_64-systems.
So, is this another example of 64bit-unsafeness?
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/17
------------------------------------------------------------------------
On 2008-10-31T05:13:26+00:00 Timo Aaltonen wrote:
bah, no.. this is a log from a normal i686 installation:
http://launchpadlibrarian.net/18813910/Xorg.0.log
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/18
------------------------------------------------------------------------
On 2008-12-30T14:52:31+00:00 Timo Aaltonen wrote:
*** Bug 18839 has been marked as a duplicate of this bug. ***
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/47
------------------------------------------------------------------------
On 2009-01-15T14:33:35+00:00 Pgnet-trash+x11 wrote:
I'm seeing the same "(EE) No device detected" error on an x86_64 with 2
NVIDIA cards -- one on mobo, one on pci.
I'm using a source-built 'nvidia' driver (v180.22).
In my case, setting the BusID, apparently, DOES NOT work.
I've previously posted the details, including logs, on nvnews (nvidia)
forum @
http://www.nvnews.net/vbulletin/showpost.php?p=1900659&postcount=1
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/49
------------------------------------------------------------------------
On 2009-02-24T13:18:44+00:00 Bryce Harrington wrote:
*** Bug 20225 has been marked as a duplicate of this bug. ***
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/51
------------------------------------------------------------------------
On 2009-03-24T08:28:22+00:00 Timo Aaltonen wrote:
Fedora has a patch which might help here.
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/63
------------------------------------------------------------------------
On 2009-03-24T08:28:51+00:00 Timo Aaltonen wrote:
sigh, let's put the url here instead:
http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/devel/xserver-1.6.0-primary.patch?revision=1.3
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/64
------------------------------------------------------------------------
On 2009-03-24T21:46:23+00:00 Alan-coopersmith-oracle wrote:
When I suggested the Fedora patch to our PCI/driver guys, they responded that
they'd tried similar things before in the kernel and found that they didn't work
on some platforms. The code they ended up with instead is:
http://src.opensolaris.org/source/xref/onnv/onnv-
gate/usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c#gfxp_check_for_console
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/66
------------------------------------------------------------------------
On 2009-03-24T21:57:54+00:00 Julien Cristau wrote:
let's also mention Dave's patches:
http://lkml.org/lkml/2009/3/4/6
http://lists.x.org/pipermail/xorg-devel/2009-March/000400.html
then i suppose X can use pci_device_is_boot_vga() to look for its
"primary" device?
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/67
------------------------------------------------------------------------
On 2009-03-26T10:46:28+00:00 Julien Cristau wrote:
*** Bug 20878 has been marked as a duplicate of this bug. ***
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/69
------------------------------------------------------------------------
On 2009-05-13T01:13:57+00:00 Oli Wade wrote:
This is now also fixed in Ubuntu 9.04 (using the redhat/fedora patch)
and working for me on x86_64 (xserver-xorg-core: 1.6.0-0ubuntu14) with 2
x nVidia NV43 [GeForce 6600 GT].
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/72
------------------------------------------------------------------------
On 2009-06-06T01:12:49+00:00 Freedesktop-bastafidli wrote:
I just tested in in Ubuntu 9.04 with the latest patched installed and it
is still not working. I have two cards (AGP and PCI)
00:08.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX200] (rev b2)
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX200] (rev b2)
and I am using NVidia card. The system fails to start with with the
output in the log that no primary card found until I went to xorg.conf
and manually added to the device section
BusID "PCI:0:8:0"
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/76
------------------------------------------------------------------------
On 2009-08-31T17:25:25+00:00 Daniel Stone wrote:
dave, this all got merged to master, yeah? if so, can we close it at
least for 1.7?
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/77
------------------------------------------------------------------------
On 2009-08-31T17:40:32+00:00 Airlied-freedesktop wrote:
yup should all be in master now + libpciaccess 0.10.8 for Linux.
if this keep happening with a 1.7 server please re-open.
Reply at: https://bugs.launchpad.net/xorg-server/+bug/267241/comments/78
** Changed in: xorg-server
Importance: Unknown => Medium
--
Xorg fails to start with more than one display adapter
https://bugs.launchpad.net/bugs/267241
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Fedora.