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.
Created attachment 1156 [details] Xorg-6.7.0.log.gz
Created attachment 1157 [details] Xorg-6.8.0.log.gz
try forcing bustype to pci in your config: Option "BusType" "PCI"
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.