Bug 1700

Summary: DRI fails to initialise with xorg 6.8.0 but works with 6.7.0 on Pegasos
Product: xorg Reporter: David Holm <dholm>
Component: Driver/RadeonAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: 6.8.0   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Xorg-6.7.0.log.gz
none
Xorg-6.8.0.log.gz none

Description David Holm 2004-10-24 05:15:02 UTC
I have a Pegasos PowerPC computer. It has an AGP port but no agpgart driver.
With xorg 6.7.0 DRI worked just fine but with 6.8.0 it stopped working. The
Xorg.0.log says:

drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:08.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 5, (OK)
drmOpenByBusid: drmOpenMinor returns 5
drmOpenByBusid: drmGetBusid reports pci:0000:01:08.0
(II) RADEON(0): [drm] DRM interface version 1.2
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:08.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe21dc000
(II) RADEON(0): [drm] mapped SAREA 0xe21dc000 to 0x380e2000
(II) RADEON(0): [drm] framebuffer handle = 0xc0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
Comment 1 David Holm 2004-10-24 05:15:24 UTC
Created attachment 1156 [details]
Xorg-6.7.0.log.gz
Comment 2 David Holm 2004-10-24 05:15:43 UTC
Created attachment 1157 [details]
Xorg-6.8.0.log.gz
Comment 3 Alex Deucher 2004-10-25 08:04:20 UTC
try forcing bustype to pci in your config:
Option "BusType" "PCI" 
Comment 4 David Holm 2004-10-25 11:30:21 UTC
That did the trick. Thank you :)

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.