[Bug 229278] New: No 3D although DRM is working fine
https://bugzilla.novell.com/show_bug.cgi?id=229278 Summary: No 3D although DRM is working fine Product: openSUSE 10.2 Version: RC 5 Platform: IA64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: sndirsch@novell.com ReportedBy: schwab@novell.com QAContact: sndirsch@novell.com drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: Searching for BusID pci:0001:00:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: drmOpenMinor returns 11 drmOpenByBusid: drmGetBusid reports pci:0000:00:00.0 [...] (EE) AIGLX error: drmOpen failed (Operation not permitted) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 ------- Comment #1 from schwab@novell.com 2006-12-18 03:02 MST ------- Created an attachment (id=110064) --> (https://bugzilla.novell.com/attachment.cgi?id=110064&action=view) Xorg.0.log -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 ------- Comment #2 from schwab@novell.com 2006-12-18 03:03 MST ------- Created an attachment (id=110065) --> (https://bugzilla.novell.com/attachment.cgi?id=110065&action=view) xorg.conf -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |schwab@novell.com ------- Comment #3 from sndirsch@novell.com 2006-12-18 03:17 MST -------
(EE) AIGLX error: drmOpen failed (Operation not permitted) AIGLX does not work on openSUSE 10.2 at all. Even not on i386. DRI seems to work.
(II) RADEON(0): Direct rendering enabled Could you verify this with glxinfo? Check for the "direct rendering line". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 schwab@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|schwab@novell.com | ------- Comment #4 from schwab@novell.com 2006-12-18 03:19 MST ------- OpenGL renderer string: Mesa GLX Indirect -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |schwab@novell.com ------- Comment #5 from sndirsch@novell.com 2006-12-18 03:25 MST ------- Please attach output of "LIBGL_DEBUG=1 glxinfo" including (stdout + stderr). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 ------- Comment #6 from schwab@novell.com 2006-12-18 03:28 MST ------- Created an attachment (id=110071) --> (https://bugzilla.novell.com/attachment.cgi?id=110071&action=view) LIBGL_DEBUG=1 glxinfo That looks suspicious: libGL error: dlopen /usr/lib/dri/updates/radeon_dri.so failed (/usr/lib/dri/updates/radeon_dri.so: cannot open shared object file: No such file or directory) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 schwab@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|schwab@novell.com | ------- Comment #7 from schwab@novell.com 2006-12-18 03:31 MST ------- Btw., /usr/lib/dri/updates/README.updates still talks about /usr/X11R6/. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 ------- Comment #8 from sndirsch@novell.com 2006-12-18 03:37 MST ------- (In reply to comment #6)
That looks suspicious: libGL error: dlopen /usr/lib/dri/updates/radeon_dri.so failed (/usr/lib/dri/updates/radeon_dri.so: cannot open shared object file: No such file or directory) Should be ok. /usr/lib/dri/updates/radeon_dri.so is prefered over /usr/lib/dri/radeon_dri.so. Could you verify with strace that usr/lib/dri/radeon_dri.so is loaded?
(In reply to comment #7)
Btw., /usr/lib/dri/updates/README.updates still talks about /usr/X11R6/. Ouch. Need to fix this.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 ------- Comment #9 from schwab@novell.com 2006-12-18 03:41 MST ------- stat("/dev/dri", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0 stat("/dev/dri/card0", {st_mode=S_IFCHR|0666, st_rdev=makedev(226, 0), ...}) = 0 open("/dev/dri/card0", O_RDWR) = 4 ioctl(4, DECODER_SET_PICTURE, 0x607ffffffff35840) = -1 EACCES (Permission denied ) ioctl(4, DECODER_GET_CAPABILITIES, 0x607ffffffff35840) = 0 ioctl(4, DECODER_GET_CAPABILITIES, 0x607ffffffff35840) = 0 close(4) = 0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 ------- Comment #10 from schwab@novell.com 2006-12-18 03:51 MST ------- The ioctl also fails on a system where 3D works, so this is not the problem. Most likely the real problem is a PCI domain mismatch in the X server. readv(3, [{"pci:0001:00:00.0", 16}, {"", 0}], 2) = 16 ^^^^ should be 0000 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE ------- Comment #11 from sndirsch@novell.com 2006-12-18 10:48 MST ------- *** This bug has been marked as a duplicate of bug 197190 *** -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 mhopf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|No 3D although DRM is |No 3D although DRM is working fine on IA64 / |working fine |radeon ------- Comment #12 from mhopf@novell.com 2006-12-19 05:33 MST ------- I would not consider this a duplicate... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | ------- Comment #13 from sndirsch@novell.com 2006-12-19 06:45 MST ------- Ok. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 ------- Comment #14 from sndirsch@novell.com 2006-12-19 06:47 MST ------- Created an attachment (id=110292) --> (https://bugzilla.novell.com/attachment.cgi?id=110292&action=view) bug-197190_p_pci-off-by-one.diff Rejected patch by schwab. See also Bug ##197190, comment #67. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mhopf@novell.com |sndirsch@novell.com AssignedTo|sndirsch@novell.com |mhopf@novell.com Status|ASSIGNED |NEW ------- Comment #15 from sndirsch@novell.com 2006-12-21 08:51 MST ------- Reassigning to Matthias. He knows more about this PCI domain stuff. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 gp@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbahling@novell.com, susedev@sgi.com, | |daniel.rahn@novell.com, gp@novell.com ------- Comment #16 from gp@novell.com 2006-12-28 10:17 MST ------- Let's see whether our friends at SGI may have some input on this. Greg? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 mhopf@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Minor Status|NEW |ASSIGNED ------- Comment #17 from mhopf@novell.com 2007-01-02 10:16 MST ------- Let's see... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eich@novell.com ------- Comment #18 from sndirsch@novell.com 2007-05-11 01:57 MST ------- JFYI. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|No 3D although DRM is |radeon/IA64: No 3D although DRM is working fine |working fine on IA64 / | |radeon | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=229278 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact|sndirsch@novell.com |xorg-maintainer-bugs@forge.provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278#c19 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com Status|ASSIGNED |NEEDINFO Info Provider| |edwardsg@sgi.com --- Comment #19 from Stefan Dirsch <sndirsch@novell.com> 2007-08-23 14:35:50 MST --- Greg? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278#c20 --- Comment #20 from Greg Edwards <edwardsg@sgi.com> 2007-08-23 19:07:08 MST --- Looks like you could use this patch: Ensure domain is stripped from the bus ID. http://gitweb.freedesktop.org/?p=xorg/xserver.git;a=commitdiff;h=c366b82bd50... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|edwardsg@sgi.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278#c21 --- Comment #21 from Jonathan Lim <jlim@sgi.com> 2007-08-28 13:59:55 MST --- Aside from the PCI domain mismatch problem, we know the radeon kernel module won't ever work on SN-IA (not sure about other IA64). On Prism type machines, AGP fails to initialize, so DRI is disabled. On Altix machines with PCIe, I'd like to have DRI disabled also, even if it's specified in xorg.conf. What's the easiest way to do this; in Xorg, radeon driver, or kernel module? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278#c21 --- Comment #21 from Jonathan Lim <jlim@sgi.com> 2007-08-28 13:59:55 MST --- Aside from the PCI domain mismatch problem, we know the radeon kernel module won't ever work on SN-IA (not sure about other IA64). On Prism type machines, AGP fails to initialize, so DRI is disabled. On Altix machines with PCIe, I'd like to have DRI disabled also, even if it's specified in xorg.conf. What's the easiest way to do this; in Xorg, radeon driver, or kernel module? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User mhopf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c22 --- Comment #22 from Matthias Hopf <mhopf@novell.com> 2007-12-14 12:02:06 MST --- The patch is correct, but wouldn't help here, as the domain is already wrong. Given Jonathan's report, the question is whether we should still bother here? The best way to disalbe DRI is probably in the drm module, because that would stop *any* possibility of using DRI, not only through the Xserver, but also mesa-solo and whatever else is on the market right now. My 2 cents only, though. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User jlim@sgi.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c23 --- Comment #23 from Jonathan Lim <jlim@sgi.com> 2007-12-19 13:02:01 MST --- I did some testing today on an Altix (SN-IA) with a FireMV 2200 installed in the PCI-X slot. The system is running SLES10 SP1 (2.6.16.46-0.12 kernel). I put an entry in the xorg.conf "Module" section to load "dri". Upon running Xorg, I get: (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. which is the result I want; Xorg runs fine thereafter. I will attach the log. I wanted to test with openSUSE 11.0, but couldn't get past some installation problems. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User jlim@sgi.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c24 --- Comment #24 from Jonathan Lim <jlim@sgi.com> 2007-12-19 13:04:24 MST --- Created an attachment (id=188306) --> (https://bugzilla.novell.com/attachment.cgi?id=188306) Xorg log for SLES10 SP1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c25 --- Comment #25 from Stefan Dirsch <sndirsch@novell.com> 2007-12-19 13:38:43 MST --- Well, the reason is that "chip 1002,5965" (FireMV 2200) is still missing in drivers/char/drm/drm_pciids.h of SLES10 kernel. This is different for a current openSUSE kernel. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User mhopf@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c26 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low --- Comment #26 from Matthias Hopf <mhopf@novell.com> 2008-07-25 08:39:26 MDT --- Setting priority & severity according to new guidelines. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c27 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |schwab@novell.com --- Comment #27 from Stefan Dirsch <sndirsch@novell.com> 2008-08-02 06:22:19 MDT --- Not sure if Xorg currently works on IA64 at all. If it does, please verify if this issue is already resolved with Alpha1(internal)/Beta1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c28 Andreas Schwab <schwab@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|schwab@novell.com | --- Comment #28 from Andreas Schwab <schwab@novell.com> 2008-08-06 10:11:54 MDT --- drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0005:00:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:00:00.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c29 --- Comment #29 from Andreas Schwab <schwab@novell.com> 2008-08-06 10:14:14 MDT --- Created an attachment (id=232093) --> (https://bugzilla.novell.com/attachment.cgi?id=232093) Full log -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c30 --- Comment #30 from Stefan Dirsch <sndirsch@novell.com> 2008-08-06 19:12:23 MDT --- This looks like the remaining issue: (EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI. (II) RADEON(0): [agp] You may want to make sure the agpgart kernel module is loaded before the radeon kernel module. (II) RADEON(0): [drm] removed 1 reserved context for kernel (II) RADEON(0): [drm] unmapping 65536 bytes of SAREA 0x23fec000 at 0x200000000d300000 (II) RADEON(0): [drm] Closed DRM master. [...] (WW) RADEON(0): Direct rendering disabled AFAICS there is AGP suport available for IA64. # rpm -qpl /work/CDs/all/full-ia64/suse/ia64/kernel-default.rpm |grep -i agp /lib/modules/2.6.26-7-default/kernel/drivers/char/agp /lib/modules/2.6.26-7-default/kernel/drivers/char/agp/agpgart.ko /lib/modules/2.6.26-7-default/kernel/drivers/char/agp/hp-agp.ko /lib/modules/2.6.26-7-default/kernel/drivers/char/agp/i460-agp.ko /lib/modules/2.6.26-7-default/kernel/drivers/char/agp/sgi-agp.ko -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c31 --- Comment #31 from Stefan Dirsch <sndirsch@novell.com> 2008-08-07 02:49:43 MDT --- BTW,
(!!) More than one possible primary device found (--) PCI: (5@0:0:0) unknown vendor (0x1002) unknown chipset (0x4a4d) rev 128, > Mem @ 0x4148000000/134217728, 0x4140100000/65536, I/O @ 0x00001000/256, BIOS @0x????????/56832 (--) PCI: (5@0:0:1) unknown vendor (0x1002) unknown chipset (0x4a6d) rev 128, Mem @ 0x4150000000/134217728, 0x4140110000/65536 (--) PCI: (6@0:0:0) unknown vendor (0x1002) unknown chipset (0x4a4d) rev 128, Mem @ 0xc148000000/134217728, 0xc140100000/65536, I/O @ 0x02001000/256, BIOS @0x????????/56832 (--) PCI: (6@0:0:1) unknown vendor (0x1002) unknown chipset (0x4a6d) rev 128, Mem @ 0xc150000000/134217728, 0xc140110000/65536
Multicard setup (SaX2 no longer creates a configuration for this by default). BusID needs to be specified here. BusID <bus>@<domain>:<slot>:<function> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c32 --- Comment #32 from Stefan Dirsch <sndirsch@novell.com> 2008-08-07 02:57:20 MDT --- (In reply to comment #28 from Andreas Schwab)
drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0005:00:00.0
Shouldn't this be pci:0000:05:00:00, i.e bus 5 on domain 0?
drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:00:00.0
And now it detects it on bus 0000 on domain 00? So domain support is still/again utterly broken (as expected)? Oh well ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c33 --- Comment #33 from Andreas Schwab <schwab@novell.com> 2008-08-07 03:02:22 MDT --- The graphics cards are in different domains. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c35 --- Comment #35 from Stefan Dirsch <sndirsch@novell.com> 2008-08-07 03:15:10 MDT --- (In reply to comment #33 from Andreas Schwab)
The graphics cards are in different domains.
So (5@0:0:0) means (domain@bus:slot:function)? Still this looks like broken domain support to me. I'm no longer sure about the xorg.conf syntax. It's not really documented at all. :-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c36 --- Comment #36 from Stefan Dirsch <sndirsch@novell.com> 2008-08-07 03:33:40 MDT --- It's indeed domain@bus:device:function. This notation makes me crazy. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c37 --- Comment #37 from Stefan Dirsch <sndirsch@novell.com> 2008-08-07 03:46:27 MDT --- (In reply to comment #31 from Stefan Dirsch)
Multicard setup (SaX2 no longer creates a configuration for this by default). BusID needs to be specified here.
BusID <bus>@<domain>:<slot>:<function>
Wrong. Needs to be BusID <domain>@<bus>:<slot>:<function> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User eich@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c40 --- Comment #40 from Egbert Eich <eich@novell.com> 2008-09-05 07:08:50 MDT --- Is IA64 the only multi domain hw we have? What about PPC64 servers? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User schwab@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c41 --- Comment #41 from Andreas Schwab <schwab@novell.com> 2008-09-05 07:41:04 MDT --- The PowerMacs also have multiple domains, but the AGP slot is in domain 0. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User eich@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c42 --- Comment #42 from Egbert Eich <eich@novell.com> 2008-09-05 08:20:50 MDT --- The old log file does not contain any domain information. The new one (in comment #29) does. Does the information in this log coincide with the lspci output? The PCI slot info is passed to the dri client. So it could be that this information is wrong as the server seems to be working. Andreas: could you attach an lspci log? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |schwab@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c43 --- Comment #43 from Stefan Dirsch <sndirsch@novell.com> 2008-09-29 19:40:46 MDT --- Andreas? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=229278 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=229278#c44 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|schwab@novell.com | Resolution| |NORESPONSE --- Comment #44 from Stefan Dirsch <sndirsch@novell.com> 2008-10-22 22:13:45 MDT --- I don't think anybody can continue working on this without the requested information. Therefore closing as NORESPONSE ... to trigger this feedback. ;-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com