Bug 1700 - DRI fails to initialise with xorg 6.8.0 but works with 6.7.0 on Pegasos
Summary: DRI fails to initialise with xorg 6.8.0 but works with 6.7.0 on Pegasos
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 6.8.0
Hardware: Other Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-24 05:15 UTC by David Holm
Modified: 2004-10-24 18:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Xorg-6.7.0.log.gz (8.34 KB, application/octet-stream)
2004-10-24 05:15 UTC, David Holm
no flags Details
Xorg-6.8.0.log.gz (8.73 KB, application/octet-stream)
2004-10-24 05:15 UTC, David Holm
no flags Details

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.